What you propose is the oposite from what I need. I need to draw with QT on the desktop where other API calls also draw.
As you know a screensaver consists of the drawing on the desktop and the configuration dialog.
From your reply I think it would be more easy to start transfering to QT the dialog of the screensaver and leave for a later step the desktop drawing of the screensaver?
I am developing with visual studio 2005.
To create a dialog widget, do I need first to initiate a QApplication object?
How can I initiate it since all the QT examples need argc and argv
QApplication ( int & argc, char ** argv )
This main() is a "dos" version. The screensaver has a winmain function without the argc and argv arguments.
(Confused)
Is there an example of win32 and QT leaving together in the same windows application?
Thank you very much
Michael
Bookmarks