Search Results

13
votes

Qt goes LGPL! On Windows, is it good enough to use instead of MFC?

Google Earth is written in Qt, and KDE, Adobe Album, Skype on Linux, the Roku Netflix player, Opera and a number of other commercial uses. The German Air Traffic Control (DFS) has a Qt-based system …
4
votes

Qt & double buffering - are there any neat tricks to capture pixels or manipulate the back buffer?

Drawing on top of the graph area you should be able to use composition modes to invert. Draw white using the Difference composition mode. The following example is a subclass of a QLabel showing a p …