aboutsummaryrefslogtreecommitdiffstats
path: root/examples/corelib/ipc
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2022-01-12 15:43:18 +0100
committerFriedemann Kleint <[email protected]>2022-01-14 08:06:53 +0100
commit2511282c895d048f7eadb633219dea6f4d4d5b14 (patch)
treea5abb798cd732c662e51a56f0d44becbc2758408 /examples/corelib/ipc
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 <[email protected]>
Diffstat (limited to 'examples/corelib/ipc')
-rw-r--r--examples/corelib/ipc/sharedmemory/ui_dialog.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/corelib/ipc/sharedmemory/ui_dialog.py b/examples/corelib/ipc/sharedmemory/ui_dialog.py
index 891c7b847..035b60d68 100644
--- a/examples/corelib/ipc/sharedmemory/ui_dialog.py
+++ b/examples/corelib/ipc/sharedmemory/ui_dialog.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'dialog.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!
################################################################################
@@ -16,7 +16,7 @@ from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
QImage, QKeySequence, QLinearGradient, QPainter,
QPalette, QPixmap, QRadialGradient, QTransform)
from PySide6.QtWidgets import (QApplication, QDialog, QGridLayout, QLabel,
- QPushButton, QSizePolicy)
+ QPushButton, QSizePolicy, QWidget)
class Ui_Dialog(object):
def setupUi(self, Dialog):