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
PyQt5 tray program closes after QDialog executing
from PyQt5.QtWidgets import QApplication, QMainWindow, QLabel, QGridLayout, QWidget, QCheckBox, QSystemTrayIcon, \
QSpacerItem, QSizePolicy, QMenu, QAction, QStyle, qApp, QPushButton
from PyQt5.Qt...
Blink
Votes: 0
Answers: 1
Qt with C++: class "AddDialog" has no member "carNameEdit"
i am following this tutorial from Qt to create my first porject. I have renamed some Widgets, but I am then consistently using my own names.
But when I now try to acces the text of a label in AddDialo...
Bugsia
Votes: 0
Answers: 2
PySide2 QDialog Window button is clicked once when window opens then doesn't work
I'm using a QDialog to open a new window in my application. It works fine but the button I added on that new window is not working, it is clicked once when the window opens then it doesn't work. I can...
jerev7
Votes: 0
Answers: 0