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

How To Fix An Unknown Error When Cross Compiling My Qt Application To Raspberry-pi3

my program (QT/C++)is using a python module to download some video from google drive, it's work… Read more How To Fix An Unknown Error When Cross Compiling My Qt Application To Raspberry-pi3

How To Have Qhboxlayout To Have Fixed Ratio?

Just like in the image below, I have a QHBoxLayout. Inside this 2 QVBoxLayout where I add a series … Read more How To Have Qhboxlayout To Have Fixed Ratio?

Playing Sound With Pyqt4 And Qsound

To keep it short, after hours of looking for a way to play sound in pyqt4, I still can't figure… Read more Playing Sound With Pyqt4 And Qsound

Pyqt4 - Drag And Drop

Hey I had been going through this tutorial for understanding drag and drop methods in PyQt4. Howeve… Read more Pyqt4 - Drag And Drop

Pycharm: Python Qt Code Code Completion

I am a beginner with Qt in Python. I create simple from using Qt Designer. What I need - after use… Read more Pycharm: Python Qt Code Code Completion

Qt Stylesheets - How To Remove Dead Space

I am creating a simple plotting application using PySide and have a problem with loads of dead spac… Read more Qt Stylesheets - How To Remove Dead Space

Qt Python Gui Crashes On Button Click

The code is smaller version I put together to demonstrate what I am trying to do. I just need to ge… Read more Qt Python Gui Crashes On Button Click

Signal In Pyside Not Emitted When Called By A Timer

I need to emit a signal periodically. A timer executes certain function, which emits the signal tha… Read more Signal In Pyside Not Emitted When Called By A Timer

Pyqt5 Stylesheet Animation

I am using PyQt5 to build an app with multiple buttons. What I am trying to accomplish is to create… Read more Pyqt5 Stylesheet Animation

Installing Pyside - Windows 8

Following these instructions: http://qt-project.org/wiki/Setting_up_PySide Successfully installed t… Read more Installing Pyside - Windows 8

Duplicates In Qtreewidget

I have made a tree widgety with data from a list using help from this post. https://stackoverflow.… Read more Duplicates In Qtreewidget

Aligning Text Using Format In A Qtextedit In Python

I want to display text in a QTextEdit. I use the format() function to align the text and make it lo… Read more Aligning Text Using Format In A Qtextedit In Python

Pyqt Static Build Fails At Make

I have commercial licenses for Qt and PyQt, and am attempting to build static versions of all requi… Read more Pyqt Static Build Fails At Make

Qt: Qpushbutton Is Blocked By Child Process

Given the following code button = ... process = QProcess() button.clicked.connect(start_process) d… Read more Qt: Qpushbutton Is Blocked By Child Process

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

Ubuntu Eric No Module Pyqt5.qsci

Just installed Ubuntu 16.04 LTS yesterday, installed Eric. Worked fine. Wanted to start Eric and us… Read more Ubuntu Eric No Module Pyqt5.qsci

Pyqt Mainwindow Not Showing Widgets

I am making a GUI with PyQt, and I am having issues with my MainWindow class. The window doesn'… Read more Pyqt Mainwindow Not Showing Widgets

Mainwindow Widget Resize (pyside)

I have a problem with the resize of the MainWindow of a GUI Application. This is what i see when i … Read more Mainwindow Widget Resize (pyside)

Saving Connect Statements Pyqt When Ui Is Still Changing

This is a project construction question. I'm building a window using QT designer, but i'm s… Read more Saving Connect Statements Pyqt When Ui Is Still Changing

Pyqt5 Error: Could Not Find Or Load Qt Platform Plugin Xcb

Up until Anaconda3 (which contains Python 3.4) was re-installed on my RedHat 6.5 workstation, I hav… Read more Pyqt5 Error: Could Not Find Or Load Qt Platform Plugin Xcb