Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 301)

Ticket Resolution Summary Owner Reporter
#73 fixed Implement custom cursor shapes Dmitry A. Kuminov
Description

This task includes creating QCursor objects from QPixmap and QBitmap. Currently, QCursor only supports a subset of its standard cursor shapes that exist on OS/2. Other standard cursor shapes will be internally created from QBitmap as in Qt3.

#74 fixed Popup windows cause widget duplication Dmitry A. Kuminov
Description

If a popup window is shown at least once in a top-level window which layout is controlled by QLayout, subsequent resizing this window will produce visible duplicates of all child widgets contained in the window which will cause image distortion and mouse misalignment.

The effect may be seen in any top-level window with popups, for examile in QFileDialog, after opening the drop-down list of any of the comboboxes and resizing the file dialog.

#75 fixed Add support for lxlite Dmitry A. Kuminov
Description

For linking Qt and Qt apps, we are stuck to WLINK (ILINK is bogus and cannot handle so many exports as QtGui? has). WLINK is not capable of doing EXE/DLL compression which results into big executables and DLLs even in release builds.

The obvious solution is to use LXLITE to compress the generated EXE and DLL files. LXLITE support must be added to the qmake framework to make its usage fully transparent for the developers.

Note: See TracQuery for help on using queries.