How to Disable the QDialog windows in python
Unsolved
Qt for Python
-
wrote on 1 Nov 2020, 11:07 last edited by
How to Disable the QDialog windows in python
-
wrote on 1 Nov 2020, 14:22 last edited by
@john14
QWidget::setDisabled(bool disable) or setEnabled(bool) are avialble to anyQWidget
, including aQDialog
. If that is what you are wanting.
1/2