Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 301)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#262 wontfix qt4-linguist package should have dependency to qt assistant andib
Description

qt linguist help does not work when qt assistant is not installed. When installing linguist, assistant should be installed automatically too.

#263 fixed qt4-linguist, help does not work andib
Description

Selecting help in qt linguist starts qt assistant which then shows following error -

The page could not be found

'qthelp://com.trolltech.linguist.473/qdoc/linguist-manual.html'

#305 wontfix Application icon is unavailable in (e.g.) MessageBox::about() when ICO is used. Alex Taylor
Description

QIcon apparently does not support the OS/2 Icon format. (This is not really surprising.) However, relying on an Icon resource in a .RC allows the application icon to use a proper OS/2 multi-image icon to be used, which is nice. Presumably this is because the OS handles the rendering and not Qt.

However, doing it this way appears to mean that Qt cannot access the application icon for other purposes.

In particular: creating an 'about' dialog with QMessageBox::about() is supposed to (according to the Qt4 docs) use the application or parent widget's icon if it exists, or use the generic Information icon otherwise. However, the actual result in this case is no icon at all. I assume this is because Qt4 'knows' there's an application icon, so it doesn't fall back to the Information icon... but the application icon is in a format it can't draw, so it ends up drawing nothing.

I assume other contexts would also be unable to render the application icon. If support for OS/2 Icon cannot easily be added, perhaps the failure logic could be improved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.