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

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

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

How To Use Findchildren?

I want to click a button and clear around 20 QLineEdits. I am trying to use findChildren() and put … Read more How To Use Findchildren?

Pyqt4: Less Round-about Way Of Removing Item From Qlistwidget?

I want to remove an item whose name I know. I came up with: item = lw.findItems(name, QtCore.Qt.Mat… Read more Pyqt4: Less Round-about Way Of Removing Item From Qlistwidget?

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

Replacing Layout On A QWidget With Another Layout

I have a widget which changes when an option is toggled. This invalidates all layouts and widgets. … Read more Replacing Layout On A QWidget With Another Layout

How To Use FindChildren?

I want to click a button and clear around 20 QLineEdits. I am trying to use findChildren() and put … Read more How To Use FindChildren?