Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 301)

Ticket Resolution Summary Owner Reporter
#71 fixed QProcess::startDetached() doesn't work Dmitry A. Kuminov
Description

Since P_DETACH isn't supported by kLIBC's spawnvpe(), QProcess::startDetached() that relies on that doesn't work. This needs to be fixed, possibly by calling DosExecPgm? directly.

#72 fixed QProcess cannot start applications of other types directly Dmitry A. Kuminov Dmitry A. Kuminov
Description

An attempt to start a PM application from a console Qt application will just fail because DosExecPgm? (used by spawnvpe() we use in QProcess) cannot start applications of different type.

One of the possible solutions is to start such applications indirectly through cmd.exe ("cmd.exe /c app.exe") which knows how to create new sessions of different type.

#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.

Note: See TracQuery for help on using queries.