aboutsummaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btscanner/ui_service.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-09-18 08:51:11 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-09-18 15:17:12 +0200
commit496ffda6aa0915ce6982093290aa565b8b464348 (patch)
treeae31fd52d1169939526f88c1e52f53444e2d7ba2 /examples/bluetooth/btscanner/ui_service.py
parenta1e6f107537b6ac2c26254e8c449ef0ec499ed15 (diff)
Update Qt Widgets Designer forms
Load and save once so that fully qualified enumerations are used. Task-number: PYSIDE-2846 Change-Id: I544467c1d9254533bf62e1344c26c90c7d17d118 Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'examples/bluetooth/btscanner/ui_service.py')
-rw-r--r--examples/bluetooth/btscanner/ui_service.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bluetooth/btscanner/ui_service.py b/examples/bluetooth/btscanner/ui_service.py
index ccc36677a..151dacebf 100644
--- a/examples/bluetooth/btscanner/ui_service.py
+++ b/examples/bluetooth/btscanner/ui_service.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'service.ui'
##
-## Created by: Qt User Interface Compiler version 6.7.0
+## Created by: Qt User Interface Compiler version 6.8.0
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
@@ -38,7 +38,7 @@ class Ui_ServiceDiscovery(object):
self.buttonBox = QDialogButtonBox(ServiceDiscovery)
self.buttonBox.setObjectName(u"buttonBox")
- self.buttonBox.setStandardButtons(QDialogButtonBox.Close)
+ self.buttonBox.setStandardButtons(QDialogButtonBox.StandardButton.Close)
self.verticalLayout.addWidget(self.buttonBox)