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)
Audio recording with PyQt6 and pyaudio stops working after clicking recording button
I want to make a program with a recording and a stop button, and a label on top to show if it is still recording or done recording.
I took the basic recording-code-structure from another question, the...
Chleo
Votes: 0
Answers: 1
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
Pyside6 lupdate won't recognise marker "translate", only "tr"
I used pyside6 to develop a software, I'm trying to do i18n on it. I found a weird problem with the pyside6-lupdate tool.
When I use the 'tr' marker in my python file, the tool can successfully exact ...
Gaz Zhao
Votes: 0
Answers: 2
QDoubleValidator in pyqt6
I make a QWidget object in which there are some lineEdits and I intend to add some constraints to them, so I implement QDoubleValidator objects.Following is the related part in my code.
self.inductanc...
Максим Лепихин
Votes: 0
Answers: 1