Custom Query (301 matches)
Results (61 - 63 of 301)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#277 | fixed | enhance QsysInfo | ||
Description |
Qt lacks the OV_ECS_2_1 and upcomming OV_ECS_2_2 in qglobal.cpp QSysInfo::os2Version() |
|||
#278 | fixed | Qwidget setWinIcon() | ||
Description |
the above function doesn't work as expected. It sets the icon the first time ok, but when a app wants to change the icon later it doesn't work. The reason is, that in qwidget.cpp setWindowsIcon() the iconPixmap is deleted which is ok. But then in qwidget_pm.cpp setWindowsIcon_sys() it has a if for iconPointer. As this wasn't deleted earlier it's still available and so the new icon is not set. |
|||
#282 | fixed | QDIR problem | ||
Description |
QDIR(/@unixroot/usr/lib) produces e:/@unixroot/usr/lib when a app runs from drive e. in the unixroot case i guess this is wrong. |