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

How To Properly Terminate A Qthread From A Gui Application?

I tried using self.terminate() in the QThread class, and also self.thread.terminate() in the GUI cl… Read more How To Properly Terminate A Qthread From A Gui Application?

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

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

Realtime Visualisation Bottleneck With Pyqtgraph / Plotcurveitem

I am currently using pyqtgraph to visualize realtime data for 64 independent data traces/plots. Whi… Read more Realtime Visualisation Bottleneck With Pyqtgraph / Plotcurveitem

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

How Can I Include Python.h In Qmake

INCLUDEPATH = -L /usr/include/python2.7 LIBS += /usr/local/lib/python2.7 QMAKE_CXXFLAGS += /usr/loc… Read more How Can I Include Python.h In Qmake

Pyqt Calendar With Only Year/month View

In Qt Designer, the QDateTimeEdit has the option for a calendar view. By setting the display format… Read more Pyqt Calendar With Only Year/month View

Pyqt4: Set Size Of Qgridlayout Depending On Size Of Qmainwindow

I'm writing a little Qt application with Python. I've created QMainWindow, which have a QGr… Read more Pyqt4: Set Size Of Qgridlayout Depending On Size Of Qmainwindow