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

Pyside Qprocess Need Help

NOTE: class MyWindow(QWidget): In init self.proc = QtCore.QProcess(self) self.te = QTextEdit(self… Read more Pyside Qprocess Need Help

Pyqt (pyside), Webkit And Exposing Methods From/to Javascript

I am planning to use PyQt to control an embedded WebKit browser on the server side. I have some inh… Read more Pyqt (pyside), Webkit And Exposing Methods From/to Javascript

Qgraphicsitem Paint Delay

What could be the possible reason for this? When i zoom in the QGraphicsView and move the QGraphics… Read more Qgraphicsitem Paint Delay

Pyside (or Pyqt) Global Shortcuts

I am looking to create a shortcut for my application that will still look for input while my applic… Read more Pyside (or Pyqt) Global Shortcuts

Pyqt Ui Event Control Segregation

I am a beginner in python but my OOPS concept from Java and Android are strong enough to motivate … Read more Pyqt Ui Event Control Segregation

How To Add "select One..." To Qcombobox When Using Qabstracttablemodel (model/view)?

I'm using a QAbstractTableModel to populate a QComboBox. This works great, but I wish to always… Read more How To Add "select One..." To Qcombobox When Using Qabstracttablemodel (model/view)?

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

Qtgui.qidentityproxymodel Missing In Pyside?

I want to write my own proxy model to 'flatten' a tree-like model (i.e. some items might ha… Read more Qtgui.qidentityproxymodel Missing In Pyside?

"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"

Qt: No Border On Buttons Making Them Non-clickable?

I'm trying to set a style to a button so that it has no border, but it seems the lack of border… Read more Qt: No Border On Buttons Making Them Non-clickable?

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

Qtableview Specify Standard Search Field

I have a QTableView with the following code below. It runs fine, but when I am typing the search fi… Read more Qtableview Specify Standard Search Field

Pyside Signal "duplicating" Behavior

from PySide.QtCore import * class Eggs(QObject): evt_spam = Signal() print 'Loaded'… Read more Pyside Signal "duplicating" Behavior

Reading Qaudioprobe Buffer

The Qt documentation (https://doc.qt.io/qtforpython-5/PySide2/QtMultimedia/QAudioBuffer.html) says … Read more Reading Qaudioprobe Buffer

How To Stop Qt App From Freezing The Main Program?

For example: #!/usr/bin/env python3 import sys from PySide import QtCore, QtGui class Dialog(QtGu… Read more How To Stop Qt App From Freezing The Main Program?

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

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=“”)?

Placeholder Text Not Showing (pyside/pyqt)

Learning PySide, I'm tweaking a text edit widget (QLineEdit) and trying to set the placeholder … Read more Placeholder Text Not Showing (pyside/pyqt)

Connect Function In Pyqt5 Does Not Work

I recently moved from pyside to pyqt5 and there is a problem. I looked it up online and apparently,… Read more Connect Function In Pyqt5 Does Not Work

Setdata Raises Exit Code -1073741819

I have a subclass of QtGui.QStandardItemModel with setData as follow: def setData(self, index, val… Read more Setdata Raises Exit Code -1073741819