aboutsummaryrefslogtreecommitdiffstats
path: root/examples/bluetooth/btscanner
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
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')
-rw-r--r--examples/bluetooth/btscanner/ui_device.py5
-rw-r--r--examples/bluetooth/btscanner/ui_service.py5
2 files changed, 6 insertions, 4 deletions
diff --git a/examples/bluetooth/btscanner/ui_device.py b/examples/bluetooth/btscanner/ui_device.py
index f351854d7..0740afa7a 100644
--- a/examples/bluetooth/btscanner/ui_device.py
+++ b/examples/bluetooth/btscanner/ui_device.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'device.ui'
##
-## Created by: Qt User Interface Compiler version 6.2.0
+## 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 (QApplication, QCheckBox, QDialog, QGroupBox,
QHBoxLayout, QListWidget, QListWidgetItem, QPushButton,
- QSizePolicy, QVBoxLayout)
+ QSizePolicy, QVBoxLayout, QWidget)
class Ui_DeviceDiscovery(object):
def setupUi(self, DeviceDiscovery):
@@ -87,3 +87,4 @@ class Ui_DeviceDiscovery(object):
self.clear.setText(QCoreApplication.translate("DeviceDiscovery", u"Clear", None))
self.quit.setText(QCoreApplication.translate("DeviceDiscovery", u"Quit", None))
# retranslateUi
+
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
+