Questions specifically relating to the deprecated version 4.x.x of the Qt C++ GUI library.
I am using this code to set a label on the pushbutton with size of 16 ui->pushButton->setText(…
qt4 qpushbuttonSo far the only solution I have found is to subclass QItemDelegate and implement my alignment rule in the paint() …
qt qt4I am using Qt 4.6.3 and the following not-working code QStringList userInfo; QNetworkRequest netRequest(QUrl("http://api.stackoverflow.com/1.1/users/587532")); QNetworkReply *…
qt networking qt4 qnetworkaccessmanagerI have created an application that compiles and runs like a charm on OS-X. I would now like to start …
qt qt4i just asking myself how to restart my own qt application? Can somebody please show me an example?
c++ qt qt4 application-restartI have a problem with remote debugging. Host: laptop intel i5 with ubuntu 10.10 x86 Target: Freescale iMX35 (iMX35 PDK) arm 11 …
debugging qt4 gdb qt-creator gdbserverI have experience with developing rich user interface application with flex and AS3. However the issue is its very hard …
qt4 fullscreen qmlIs there a (Qt) way to determine the platform a Qt application is running on at runtime?
qt qt4 cross-platformI am receiving the following linker error when I build my application. HIMyClass.obj:: error: unresolved external symbol "public: virtual …
c++ qt qt4 linker-errors qobject