python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Terminate application if subprocess ends
I have an application that is doing some data processing in its main thread. So far it was a pure console application. Now I had to add a QT App for visualization purpose and did this as a separate th...

po.pe
Votes: 0
Answers: 1
Edit Qt Qapp style setting to create dark mode
Just found some awesome free (speech) software to speak to some lab equipment. The background is very white though and I would like to put it in to dark mode. I know nothing about C++. In main.ccp I f...
dogfood
Votes: 0
Answers: 0
Display foreign window inside PyQt5 QMainWindow
I am using Windows 10
I am trying to display cmd to my PyQt5 Application
I tried Running a Windows executable (calc.exe, etc) inside a PyQt Application But
It just opens the application outside the Py...
Jr.Abdul Wahab Melethil
Votes: 0
Answers: 0
PySide2 crash when creating QApplication subclass within main()
I have a PySide2 (5.15.2.1) app on macOS 10.14.6 that works fine under Python 3.6 and 3.7 but crashes under Python 3.8. The minimal crashing example (seg fault 11) is:
from PySide2 import QtCore, QtWi...
jamesbcd
Votes: 0
Answers: 1