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

How To Sync Multiple Views Sharing Same Model

A left-side-list-view click populates a right-side-table-view with the corresponding to a clicked i… Read more How To Sync Multiple Views Sharing Same Model

Pyqt5 Render With Qwebengineview

I want render the webpage to an image offscreen, however when I use following code, the output imag… Read more Pyqt5 Render With Qwebengineview

How Do I Use A Qstyleditemdelegate To Paint Only The Background, Without Covering The Text?

How should I change just the background color of my tree item using a delegate? I haven't been … Read more How Do I Use A Qstyleditemdelegate To Paint Only The Background, Without Covering The Text?

Hyperlinks In Qtreeview

I'm trying to display clickable links within a QTreeView. I've created my own QStyledItemD… Read more Hyperlinks In Qtreeview

Gdb Pretty Printers For Qt5

Where I can find gdb pretty printers for qt5? I could find only for qt4 on kde developer site. Mayb… Read more Gdb Pretty Printers For Qt5

Qt Gui Clickable Qframe Or Qwidget Or Groupbox

I have a problem with my code :/ My program needs to click a QFrame, QWidget or QGroupBox. At the m… Read more Qt Gui Clickable Qframe Or Qwidget Or Groupbox

Select Text Of Textedit Object With Qtextcursor, Qtextedit

I have a textEdit field and I want to process some selected text within this field (but not the for… Read more Select Text Of Textedit Object With Qtextcursor, Qtextedit

Qstackedwidget - Change Page One By One

Is there a way to change the page of a QStackedWidget without appointing to the actual index. self.… Read more Qstackedwidget - Change Page One By One

Terminating Qthread Gracefully On Qdialog Reject()

I have a QDialog which creates a QThread to do some work while keeping the UI responsive, based on … Read more Terminating Qthread Gracefully On Qdialog Reject()

Is There A Better Layout Language Than Html For Printing?

I'm using Python and Qt 4.4 and I have to print some pages. Initially I thought I'd use HTM… Read more Is There A Better Layout Language Than Html For Printing?

Python Qt Bindings: Setcosmetic() And Scenerect(), Problems With Margins

With the following simple example (which works well with either PySide or PyQt4): import sys import… Read more Python Qt Bindings: Setcosmetic() And Scenerect(), Problems With Margins

Qt Checkbox Delegate Generates Two Checkboxes

I am trying to implement some kind of list view within a PySide GUI which gives the user the opport… Read more Qt Checkbox Delegate Generates Two Checkboxes