|
modal : const bool
This property holds whether the widget is a modal widget.
This property only makes sense for windows. A modal widget prevents widgets in all other windows from getting any input.
By default, this property is false.
Access functions:
bool isModal () const
See also isWindow(), windowModality, and QDialog. |
|