Questions specifically relating to the deprecated version 4.x.x of the Qt C++ GUI library.
I have this in my C++ header file: #include <QMap> #include <QString> class LogEvent { public: LogEvent(); …
c++ qt qt4I have a SQLite-Database and I did it into a QSqlTableModel. To show the Database, I put that Model into …
c++ qt qt4 clipboard qtableviewAnyone have an tips on setting the application info (ie. right click on .exe->properties) from Qt? I can …
windows resources qt4 version versioninfoI have a taskbar menu that when clicked is connected to a slot that gets the trigger event. Now the …
python qt4 pyqtI use Qt4 Designer and I want that when I click on the "yes" button, some code will execute. And …
python qt4 qt-designerI have main.cpp in c:\test folder and do the following: qmake -project qmake -tp vc test.pro The …
qt visual-c++ qt4 qmake vcprojI want to copy a directory from one drive to another drive. My selected directory contains many sub directories and …
qt qt4 directory-traversalHere what I have got: Qt SDK version 4.6.2 Windows XP Question: how can I simply crypt and encrypt simple QString …
qt encryption qt4I am looking for a command line parser for Qt4. I did a small google search, and found this: http://…
command-line qt4 parsing