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

Pyqt Button Click Doesn't Work

So my problem is that instead of manually writing a ton of code for a bunch of buttons, I want to c… Read more Pyqt Button Click Doesn't Work

Qwizard: Change Height/dimensions Of Title Field

I'm currently trying to implement a simple 'First steps' Wizard for a Python/Qt applica… Read more Qwizard: Change Height/dimensions Of Title Field

Pyqt Sending Parameter To Slot When Connecting To A Signal

I have a taskbar menu that when clicked is connected to a slot that gets the trigger event. Now the… Read more Pyqt Sending Parameter To Slot When Connecting To A Signal

Progress Bar With Pyqt

I have a program running many threads, one of them controls the interface and another launches some… Read more Progress Bar With Pyqt

Qt4 + Mplot3d Of Matplotlib

I am trying to embed a 3D plot in a Qt4 GUI (has other buttons), is this possible using matplotlib&… Read more Qt4 + Mplot3d Of Matplotlib