Questions specifically relating to the deprecated version 4.x.x of the Qt C++ GUI library.
I would like to add the next feature to my cross-platform PyQt4 application: when user selects some file and select "…
python qt4 cross-platform pyqt4 recycle-binI created a simple form. I added a PushButton in the bottom right, and then a TabWidget above that. I …
qt4 qt-creator grid-layoutI need a similar to .NET method for safely combining path parts without worrying for platform specifics of the path …
c++ qt path qt4 path-separatorHere is what I have: Visual Studio 2008 (on 32-bit Windows XP) Qt libraries 4.6.2 for Windows (VS 2008, 194 MB) Visual Studio Add-in (44 …
qt qt4 icoLooks like I stumbled upon a metaclass hell even when I didn't wanted anything to do with it. I'm writing …
python oop qt4 multiple-inheritance metaclassI have a QTableWidget with a disabled setSelectionMode (QTableWidget::NoSelection) and the QTableWidgetItems I fill in don't have the Qt::…
python c++ qt qt4 qtablewidgetHow can I create a partially transparent window with rounded borders (no standard borders)? (I used Qt::FramelessWindowHint to disable …
c++ user-interface qt qt4I have a simple project created in Qt Creator (installed using Qt SDK 1.1.4). It runs just fine from within Qt …
c++ qt qt4 qt-creator qmakewhat is the best way to add additional compiled libraries to my qt project ? For example boost or poco libs ? …
c++ qt4 qmake