python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Use Qt Designer ui object through function in a separate file
I want to call a function which uses an ui object created by Qt Designer from a separate file and I cannot seem to be able to figure out how to do that. This is to help me on a larger project I'm work...
daniel ajj
Votes: 0
Answers: 1
How to fill QStandardItemModel with bigdata if setItem works slow?
My task is to fill QStandardItemModel with some rect-shaped bigdata. The Python code is
from PyQt5.QtWidgets import *
from PyQt5.QtGui import *
import sys
import time
class MainWindow(QMainWindow):
...
pupinho
Votes: 0
Answers: 0
PyQt6 - Open QWidget by left clicking the SystemTrayIcon
I am new to PyQt6 and python. I created a class SystemTrayIcon where I am trying to open a QWidget win which was created outside the SystemTrayIcon-class, to show up when the SystemTrayIcon got left-c...
Mike
Votes: 0
Answers: 1