aboutsummaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btscanner/ui_service.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-01-12 15:43:18 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-01-14 08:06:53 +0100
commit2511282c895d048f7eadb633219dea6f4d4d5b14 (patch)
treea5abb798cd732c662e51a56f0d44becbc2758408 /examples/bluetooth/btscanner/ui_service.py
parent0647cc71285d7245ceb803dfed4af24d9642277e (diff)
Regenerate the example ui files
Remove some star imports. Pick-to: 6.2 Task-number: PYSIDE-1773 Change-Id: I42e3034ae91bdc5779b6ed632fe4f5d234f060b0 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'examples/bluetooth/btscanner/ui_service.py')
-rw-r--r--examples/bluetooth/btscanner/ui_service.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/bluetooth/btscanner/ui_service.py b/examples/bluetooth/btscanner/ui_service.py
index c5a37a933..fc1f45fef 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.2.1
+## Created by: Qt User Interface Compiler version 6.2.3
##
## WARNING! All changes made in this file will be lost when recompiling UI file!
################################################################################
@@ -17,7 +17,7 @@ from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
QPalette, QPixmap, QRadialGradient, QTransform)
from PySide6.QtWidgets import (QAbstractButton, QApplication, QDialog, QDialogButtonBox,
QLabel, QListWidget, QListWidgetItem, QSizePolicy,
- QVBoxLayout)
+ QVBoxLayout, QWidget)
class Ui_ServiceDiscovery(object):
def setupUi(self, ServiceDiscovery):
@@ -54,3 +54,4 @@ class Ui_ServiceDiscovery(object):
ServiceDiscovery.setWindowTitle(QCoreApplication.translate("ServiceDiscovery", u"Available Services", None))
self.status.setText(QCoreApplication.translate("ServiceDiscovery", u"Querying...", None))
# retranslateUi
+