I use this library https://github.com/jaseg/python-mpv and PySide6 to embed MPV in container (QWidget) in python. I want to draw the button (or something else m
I am using Spyder on Windows. These are my python version and modules: PS C:\Windows\system32> python --version Python 3.9.10 PS C:\Windows\system32> pip
I have a Dockerfile with PyQT installed like below FROM ubuntu:20.04 ENV DEBIAN_FRONTEND=noninteractive RUN adduser --quiet --disabled-password qtuser &&
to import pyqt5.uic, do I have to install pyqt5-tools first? (venv) PS C:\Users\77140\AppData\Roaming\Anki2\addons21\myaddon> pip freeze | grep PyQt PyQt5-Q
how do you pass a value into a QWidget in PyQt5? Let's say everytime the user runs the GUI, the widget shows today's date for example. Appreciate the help!!
I would like to modify a QTableWidget table, taking whole rows and moving them in place of other rows (reversing the position of the rows, in a way). All the at
I'm working on an application where I've embedded a vispy scene.SceneCanvas to pyqt5 to plot volumes. But when I put pyqt5 on full screen, it flickers whenever
I am trying to make a web browser using pyqt, but every time I click a url it just does not do anything, that or it crashes. For example if I try to open wikipe
I have a tic-tac-toe game (made by me) , and is working fine . However , I want to draw lines on the buttons when someone wins the game (For example , if I win
I would like to add A LOGO next to Icon but it doesn't seem to work on Mac , any suggestions for [this] code : import sys import os from PyQt5.QtWidgets import
I was tring to install PyQt5 and a get this error: note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generati
I want the user to be able to drag and drop a premade block of text, for the purpose of placing and reordering some items, but the only way I can see how to do
so I have a mass of buttons on a QT Designer GUI application all named LED_i where i ranges from 0-191, ie: LED_0, LED_1, ..., LED_191. I would like basically t
I have an M1 mac, but I've noticed that whenever native python is running any automation script (like PyAutoGui) it progressively gets slower and slower, almost
I have this code: from PyQt5 import QtCore, QtGui, QtWidgets from PyQt5.QtCore import Qt, QTimer import sys class Ui_Timer15(object): def setupUi(self, Ti
I have a similar problem as AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel' for PyQt5 5.15.0. Most of the solutions pr
In a nutshell, I currently am trying to load a picture and view it using pyqt5, via QtWidgets.QGraphicsScene. However, after loading the picture, I run some ope
I want to bring in a text file through PyQt5 and draw a graph with data values. import sys from PyQt5.QtWidgets import QApplication, QMainWindow, QTextEdit, QAc
I am trying to make a GUI that is very similar to Spotify using PyQT I've already designed the main window and I am struggling with applying the design to QT Cr
Here is my code, It's Flashing When I runs it bur working both cameras, Also It is a Very difficult for me to put the camera display correctly one camera on lef