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)
Qt Dialog in Main Window, make the background dimmed
I am trying to create a dynamic custom dialog class. That takes the central widget as a parameter and that centralwidget will be the main widget of this custom dialog. (for dynamic)
When It will show...
Dream59
Votes: 0
Answers: 1
Moving window blocks Qt SerialPort data reception
I am currently developing a Qt application which has a window and a serial port module.
My problem is that when I press on the window or move it, the reception of the QSerialPort module (with the read...
Martin Denion
Votes: 0
Answers: 0
How to prevent a QMainWindow from being moved with moveEvent?
I would just like to be able to prevent my QMainWindow from being moved.
I saw that it was possible to reimplement the moveEvent function.
Here is what I tried:
mainwindow.cpp
void MainWindow::moveEve...
Martin Denion
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