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

How To Modify Style Hint Without Qproxystyle?

I use Python bindings of Qt (PySide or PyQt4). They don't have QProxyStyle. I want to change th… Read more How To Modify Style Hint Without Qproxystyle?

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

Ubuntu - Pyside Module Not Found For Python2 But Works Fine For Python3

I had PyQt4 running fine with python2 on Ubuntu 12.04. I then installed python-PySide. But the in… Read more Ubuntu - Pyside Module Not Found For Python2 But Works Fine For Python3

Qcompleter Supporting Multiple Items Like Stackoverflow Tag Field

Is there a way to make the QCompleter for pyside work more similar to how the Tag editor here on St… Read more Qcompleter Supporting Multiple Items Like Stackoverflow Tag Field

Qsettings(): How To Save To Current Working Directory

For an app that can be run directly from a flash/pen/usb/jump/thumb drive, for portability in movin… Read more Qsettings(): How To Save To Current Working Directory

Python - Pyqt4 (webkit) How To Set Value Of Input(type=“file” Multiple=“”)?

I'm trying to upload a file using QWebPage module of (WebKIt) like this. Select a file: Solu… Read more Python - Pyqt4 (webkit) How To Set Value Of Input(type=“file” Multiple=“”)?