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

Ubuntu Eric No Module Pyqt5.qsci

Just installed Ubuntu 16.04 LTS yesterday, installed Eric. Worked fine. Wanted to start Eric and us… Read more Ubuntu Eric No Module Pyqt5.qsci

In Pyqt, How Can I Save The Items And Selected Item In A Combobox

I populate my combo box and the user selects one of the options. Then they close everything. At a l… Read more In Pyqt, How Can I Save The Items And Selected Item In A Combobox

Integrating A Pyqt3d Window Into A Qmainwindow

We can use QWidget.createWindowContainer to add a 3D view into a QMainWindow (a window with menus, … Read more Integrating A Pyqt3d Window Into A Qmainwindow

Matplotlib Qt Imshow Animate

Does imshow animation work with the qt-backend? The following works fine in non-qt but does not ani… Read more Matplotlib Qt Imshow Animate

Pyqt Qml Error Console Missing

The title says pretty much everything. Lets say I have this simple application: main.py >>>… Read more Pyqt Qml Error Console Missing

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

Matplotlib And Qt: Mouse Press Event.key Is Always None

I embedded a matplotlib figure in a Qt (PySide) application and I would like to respond to mouse cl… Read more Matplotlib And Qt: Mouse Press Event.key Is Always None

Qtableview Sorting Fails After Sethorizontalheader()

I am encountering a strange problem with PySide QTableViews after I have set a new QHeaderView inst… Read more Qtableview Sorting Fails After Sethorizontalheader()