How to Disable the QDialog windows in python
-
@john14
QWidget::setDisabled(bool disable) or setEnabled(bool) are avialble to anyQWidget
, including aQDialog
. If that is what you are wanting.
@john14
QWidget::setDisabled(bool disable) or setEnabled(bool) are avialble to any QWidget
, including a QDialog
. If that is what you are wanting.