We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d69e0 commit bf4d887Copy full SHA for bf4d887
python/plugins/fTools/tools/doValidate.py
@@ -71,6 +71,7 @@ def __init__(self, iface):
71
self.iface = iface
72
self.setupUi(self)
73
self.setModal(False) # we want to be able to interact with the featuresmc.extent().width()
74
+ self.setWindowFlags( Qt.SubWindow )
75
# adjust user interface
76
self.setWindowTitle( self.tr( "Check geometry validity" ) )
77
self.cmbField.setVisible( False )
0 commit comments