Draft: Use widgets from QtWidgets

This commit is contained in:
Ladislav Michl
2024-01-25 13:01:43 +01:00
parent a6c43278a7
commit 05b0f35655
15 changed files with 176 additions and 169 deletions

View File

@@ -50,6 +50,6 @@ class SelectPlaneTaskPanel:
def getStandardButtons(self):
"""Execute to set the standard buttons."""
return 2097152 # int(QtGui.QDialogButtonBox.Close)
return 2097152 # int(QtWidgets.QDialogButtonBox.Close)
## @}