python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can I open an external python script on PyQt5 With Push button
I'm creating a small GUI to help me calculate the RGB of an image by clicking on a button I created the RGB calculator program in a separate code and create on Qt designer the push button and table wi...
Ameni Kaabi
Votes: 0
Answers: 2
Why I can't remove the frame of the window in PyQt5
hello I'm working on Qt designer and am creating a splash screen for my application but when I run my program it shows with frames so I wrote this this in my program
self.setWindowFlags(QtCore.Qt.Fram...
Ameni Kaabi
Votes: 0
Answers: 1
How to embed a video into a PyQt Widget
I have a PyQt GUI which currently has a button tied to a python function that opens a URL to a camera stream that I have over the web. So in its current state this opens up Edge via my Python function...
skular
Votes: 0
Answers: 2
NameError: Error evaluating `PySide6.QtWidgets.QWidget.__init__`: name 'PySide6' is not defined
I am trying to run the main.py which has the following code :
import os
import sys
from PyQt5.QtWidgets import QApplication, QMainWindow, QPushButton
from PySide6 import *
########################...
Filbadeha
Votes: 0
Answers: 1