aboutsummaryrefslogtreecommitdiffstats
path: root/examples/serialbus/can/ui_sendframebox.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/serialbus/can/ui_sendframebox.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/serialbus/can/ui_sendframebox.py')
-rw-r--r--examples/serialbus/can/ui_sendframebox.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/serialbus/can/ui_sendframebox.py b/examples/serialbus/can/ui_sendframebox.py
index 79f013c89..204defec7 100644
--- a/examples/serialbus/can/ui_sendframebox.py
+++ b/examples/serialbus/can/ui_sendframebox.py
@@ -3,7 +3,7 @@
################################################################################
## Form generated from reading UI file 'sendframebox.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!
################################################################################
@@ -23,10 +23,10 @@ class Ui_SendFrameBox(object):
def setupUi(self, SendFrameBox):
if not SendFrameBox.objectName():
SendFrameBox.setObjectName(u"SendFrameBox")
- SendFrameBox.resize(485, 206)
+ SendFrameBox.resize(505, 219)
self.verticalLayout_4 = QVBoxLayout(SendFrameBox)
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
- self.verticalLayout_4.setSizeConstraint(QLayout.SetMinimumSize)
+ self.verticalLayout_4.setSizeConstraint(QLayout.SizeConstraint.SetMinimumSize)
self.frameTypeBox = QGroupBox(SendFrameBox)
self.frameTypeBox.setObjectName(u"frameTypeBox")
self.frameTypeBox.setCheckable(False)
@@ -78,7 +78,7 @@ class Ui_SendFrameBox(object):
self.horizontalLayout_3 = QHBoxLayout()
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
- self.horizontalLayout_3.setSizeConstraint(QLayout.SetMinimumSize)
+ self.horizontalLayout_3.setSizeConstraint(QLayout.SizeConstraint.SetMinimumSize)
self.verticalLayout = QVBoxLayout()
self.verticalLayout.setObjectName(u"verticalLayout")
self.frameIdLabel = QLabel(SendFrameBox)