Im using QT for screen printing using :
QPixmap::grabWindow(QApplication::desktop()->winId())
i like the application to be hidden or at list be console none GUI application how can i do that in Qt?
Im using QT for screen printing using :
QPixmap::grabWindow(QApplication::desktop()->winId())
i like the application to be hidden or at list be console none GUI application how can i do that in Qt?
You can start with Qt Console Application.
Remember to include <GtGui>
in your headers.
Open your .PRO file, remove the line with -= gui