Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 301)

Ticket Resolution Summary Owner Reporter
#300 wontfix YUM QT4 package does not include updated QTNet4.dll David McKenna
Description

There was an updated QTNet4.dll created to allow use of https: connections that is not included in the YUM install. I don't see a link to it on this page either, but there is a link on the QT4 apps page. Would be nice to add it to the YUM install.

#301 wontfix With Firefox beta 7 no online help from Qtlinguist ak120
Description

When latest firefox fork (beta7) is running it's no longer possible to access the online help from help menu in qt linguist application. The help window appears but the left panel doesn't populate correctly and this window closes very soon automatically. By closing firefox everything works as usual.

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

Note: See TracQuery for help on using queries.