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

Vscode Plotting From Remote Server Issue: Qt.qpa.xcb: Could Not Connect To Display

Request from my local VSCode is something look like this: Host XXX.XX.XX.XXX HostName XXX.XX.XX.X… Read more Vscode Plotting From Remote Server Issue: Qt.qpa.xcb: Could Not Connect To Display

How To Return Value From Function Running By Qthread And Queue

Please explain how do we send/receive data from Thread managed by Queue.... First I subclass 'Q… Read more How To Return Value From Function Running By Qthread And Queue

Qtablewidget Becomes Slow For Large Tables

I want to create a Qt table widget which adds about 20 new rows per second (maxed at 10000). Old ro… Read more Qtablewidget Becomes Slow For Large Tables

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

Prevent Tab Cycling With Ctrl+tab By Default With Qtabwidget

I have the following example code that makes a three tab layout (with buttons on the third tab). By… Read more Prevent Tab Cycling With Ctrl+tab By Default With Qtabwidget

How To Remove Standart Menuitem From Qtextedit Context Menu

So, i'm pretty new in PySide and QT, and want to know how to remove menuitem (it does not matte… Read more How To Remove Standart Menuitem From Qtextedit Context Menu