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

Os X + Qt: How To Capture All Key-press Events In The Entire Gui?

I have a basic question about Qt and Mac OS X. If I define a QMainWindow class and define a keyPres… Read more Os X + Qt: How To Capture All Key-press Events In The Entire Gui?

Pyside Make Qdialog Appear In Main Window

I've created an app which has an main window and the possibility to open an dialog (question, e… Read more Pyside Make Qdialog Appear In Main Window

"module Use Of Python34.dll Conflicts With This Version Of Python"

My knowledge of Python is still pretty basic, and I am only now trying to wrap my head around how t… Read more "module Use Of Python34.dll Conflicts With This Version Of Python"

Accessing A Webcam From Pyside / Opencv

I have problems accessing a webcam in a pyside / opencv project. This is a stripped down example t… Read more Accessing A Webcam From Pyside / Opencv

Installing Pyside - Osx

Anyone had success installing and using PySide on OSX? I am following the install instructions on t… Read more Installing Pyside - Osx

Pyside Connection Error "runtimeerror: Failed To Connect Signal Clicked()"

from PySide.QtCore import * from PySide.QtGui import * import sys import stackwid class Dialog(QD… Read more Pyside Connection Error "runtimeerror: Failed To Connect Signal Clicked()"

Can't Use Pyside With Anaconda

I have just installed Anaconda for Python 3 and then installed PySide by sudo apt-get install pyt… Read more Can't Use Pyside With Anaconda

Pyside Multiple Inheritance: Inheriting A Qwidget And A Mixin

I'm trying to create a set of PySide classes that inherit QWidget, QMainWindow, and QDialog. Al… Read more Pyside Multiple Inheritance: Inheriting A Qwidget And A Mixin