Skip to content Skip to sidebar Skip to footer
Showing posts with the label Qt

How To Select Multiple Directories With Kfiledialog?

With PyKDE4.kio to select multiple files I can use KFileDialog.getOpenFileNames (instead of KFileDi… Read more How To Select Multiple Directories With Kfiledialog?

Qt: No Border On Buttons Making Them Non-clickable?

I'm trying to set a style to a button so that it has no border, but it seems the lack of border… Read more Qt: No Border On Buttons Making Them Non-clickable?

Creating A C++ Qt Gui For A Python Logic

I was presented with a Python logic for which I need to create a GUI. I want to use Qt for that pur… Read more Creating A C++ Qt Gui For A Python Logic

More Dock Locations Using Pyside?

I like the dock analogy and believe users may want two large 'central' widgets as well as t… Read more More Dock Locations Using Pyside?

Qt Directory Tree From Data

I would like to create a file-directory tree from data in a variable (not physical on drive). I hav… Read more Qt Directory Tree From Data

Pyqt4 - Drag And Drop

Hey I had been going through this tutorial for understanding drag and drop methods in PyQt4. Howeve… Read more Pyqt4 - Drag And Drop

How To Create Filters For Qtableview In Pyqt

I am using QTableView to display data retrieved from QtSql.QSqlQuery I want to know how can i creat… Read more How To Create Filters For Qtableview In Pyqt

Pyqt Static Build Fails At Make

I have commercial licenses for Qt and PyQt, and am attempting to build static versions of all requi… Read more Pyqt Static Build Fails At Make