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

Missing Dll Files When Using Pyinstaller

Good day! I'm using python 3.5.2 with qt5, pyqt5 and sip14.8. I'm also using the latest pyi… Read more Missing Dll Files When Using Pyinstaller

Pyqt Signal With Arguments Of Arbitrary Type / Pyqt_pyobject Equivalent For New-style Signals

I have an object that should signal that a value has changed by emitting a signal with the new valu… Read more Pyqt Signal With Arguments Of Arbitrary Type / Pyqt_pyobject Equivalent For New-style Signals

How To Display Mathematical Typesetting (mathjax, Latex, Etc.) In Qt Using Pyqt5?

I am fairly new to Qt and PyQt5 and would like to display mathematical typesetting in a GUI window.… Read more How To Display Mathematical Typesetting (mathjax, Latex, Etc.) In Qt Using Pyqt5?

Qtreewidget To Mirror Python Dictionary

Is there a way to make a QTreeWidget mirror the changes made to an internal data structure such as … Read more Qtreewidget To Mirror Python Dictionary

Sending A Signal From Main Function To A Thread?

I am using Pyqt4 to make GUI in python. I want to send a signal from the main GUI to a thread in or… Read more Sending A Signal From Main Function To A Thread?

Python3 Qt Unicode File Name Problems

Similar to QDir and QDirIterator ignore files with non-ASCII filenames and UnicodeEncodeError: '… Read more Python3 Qt Unicode File Name Problems

Problems During Compilation Of Ros-indigo-qt-gui-cpp In Arch Linux Arm

I'm using ROS Indigo with Arch Linux ARM and i'm trying to install the package ros-indigo-q… Read more Problems During Compilation Of Ros-indigo-qt-gui-cpp In Arch Linux Arm

Pyqt: Qpushbutton Delegate In Column Of A Treeview

I know there has been a question with the same goal in C++, but I didn't succeed implementing a… Read more Pyqt: Qpushbutton Delegate In Column Of A Treeview

Reading Qaudioprobe Buffer

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

How To Inject Widgets Between Qheaderview And Qtableview?

I would like to display widgets between the QHeaderView and the rest of the QTableView, like in the… Read more How To Inject Widgets Between Qheaderview And Qtableview?

Is There Any Way To Remove A Qwidget In A Qgridlayout?

What I want is to completely remove a widget (purge it, delete it, etc...), but it's in a gridl… Read more Is There Any Way To Remove A Qwidget In A Qgridlayout?

How Can I Access Python Code From Javascript In Pyqt 5.7?

I used to do it by attaching an object self.page().mainFrame().addToJavaScriptWindowObject('js_… Read more How Can I Access Python Code From Javascript In Pyqt 5.7?

Cannot Import Qtcore Or Qtgui From Pyqt4

I have found plenty of posts regarding this issue, but no answers that work for me. PROBLEM: I am t… Read more Cannot Import Qtcore Or Qtgui From Pyqt4

Stylesheet For Nested Custom Widget Not Applied

I expect the following code to show a small black area inside outer main window: class Canvas(QWidg… Read more Stylesheet For Nested Custom Widget Not Applied

Pyqt Event Emmitted Twice

I'm trying to implement drag-n-drop'in' items from QListWidget to QGraphicsView. I'… Read more Pyqt Event Emmitted Twice

Qtextedit.find() Doesn't Work In Python

Simple code demonstrating the problem: #!/usr/bin/env python import sys from PyQt4.QtCore import Q… Read more Qtextedit.find() Doesn't Work In Python

Youtube Video Embedding Pyqt

How Can I embed youtube video using PyQt5? I tried doing the following,but it gave me an unresolved… Read more Youtube Video Embedding Pyqt

Qt - Loading Image With Wrong Extension

I'm currently working on a Qt program that works with images that are supplied by the users. On… Read more Qt - Loading Image With Wrong Extension

Using A Qcompleter In A Qtableview With Qt And Python

I'm reading up on how to make my QAbstractTableModel editable, and it looks pretty straightforw… Read more Using A Qcompleter In A Qtableview With Qt And Python

Pyqt Configuration And Installation Error

I'm trying to install PyQt for Maya on my Macbook pro. I've succesfully installed Qt and Si… Read more Pyqt Configuration And Installation Error