src/eric7/Plugins/WizardPlugins/EricPluginWizard/Ui_PluginWizardDialog.py

branch
eric7
changeset 11275
933c08329e8b
parent 10906
a398053bede2
--- a/src/eric7/Plugins/WizardPlugins/EricPluginWizard/Ui_PluginWizardDialog.py	Thu May 08 16:09:46 2025 +0200
+++ b/src/eric7/Plugins/WizardPlugins/EricPluginWizard/Ui_PluginWizardDialog.py	Thu May 08 16:11:25 2025 +0200
@@ -1,6 +1,6 @@
 # Form implementation generated from reading ui file 'src/eric7/Plugins/WizardPlugins/EricPluginWizard/PluginWizardDialog.ui'
 #
-# Created by: PyQt6 UI code generator 6.7.1
+# Created by: PyQt6 UI code generator 6.9.0
 #
 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
 # run again.  Do not edit this file unless you know what you are doing.
@@ -105,28 +105,32 @@
         self.compiledFormsCheckBox.setObjectName("compiledFormsCheckBox")
         self.gridLayout_2.addWidget(self.compiledFormsCheckBox, 1, 1, 1, 1)
         self.verticalLayout.addLayout(self.gridLayout_2)
+        self.horizontalLayout_2 = QtWidgets.QHBoxLayout()
+        self.horizontalLayout_2.setObjectName("horizontalLayout_2")
+        self.label_10 = QtWidgets.QLabel(parent=self.headerTab)
+        self.label_10.setObjectName("label_10")
+        self.horizontalLayout_2.addWidget(self.label_10)
+        self.pluginTypeCombo = QtWidgets.QComboBox(parent=self.headerTab)
+        self.pluginTypeCombo.setObjectName("pluginTypeCombo")
+        self.horizontalLayout_2.addWidget(self.pluginTypeCombo)
+        spacerItem = QtWidgets.QSpacerItem(406, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
+        self.horizontalLayout_2.addItem(spacerItem)
+        self.verticalLayout.addLayout(self.horizontalLayout_2)
         self.ondemandFrame = QtWidgets.QFrame(parent=self.headerTab)
         self.ondemandFrame.setEnabled(False)
         self.ondemandFrame.setFrameShape(QtWidgets.QFrame.Shape.NoFrame)
         self.ondemandFrame.setFrameShadow(QtWidgets.QFrame.Shadow.Raised)
         self.ondemandFrame.setObjectName("ondemandFrame")
-        self.gridLayout_4 = QtWidgets.QGridLayout(self.ondemandFrame)
-        self.gridLayout_4.setObjectName("gridLayout_4")
-        self.label_10 = QtWidgets.QLabel(parent=self.ondemandFrame)
-        self.label_10.setObjectName("label_10")
-        self.gridLayout_4.addWidget(self.label_10, 0, 0, 1, 1)
-        self.pluginTypeCombo = QtWidgets.QComboBox(parent=self.ondemandFrame)
-        self.pluginTypeCombo.setObjectName("pluginTypeCombo")
-        self.gridLayout_4.addWidget(self.pluginTypeCombo, 0, 1, 1, 1)
-        spacerItem = QtWidgets.QSpacerItem(406, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
-        self.gridLayout_4.addItem(spacerItem, 0, 2, 1, 1)
+        self.horizontalLayout_3 = QtWidgets.QHBoxLayout(self.ondemandFrame)
+        self.horizontalLayout_3.setContentsMargins(0, 0, 0, 0)
+        self.horizontalLayout_3.setObjectName("horizontalLayout_3")
         self.label_11 = QtWidgets.QLabel(parent=self.ondemandFrame)
         self.label_11.setObjectName("label_11")
-        self.gridLayout_4.addWidget(self.label_11, 1, 0, 1, 1)
+        self.horizontalLayout_3.addWidget(self.label_11)
         self.pluginTypeNameEdit = QtWidgets.QLineEdit(parent=self.ondemandFrame)
         self.pluginTypeNameEdit.setMaxLength(55)
         self.pluginTypeNameEdit.setObjectName("pluginTypeNameEdit")
-        self.gridLayout_4.addWidget(self.pluginTypeNameEdit, 1, 1, 1, 2)
+        self.horizontalLayout_3.addWidget(self.pluginTypeNameEdit)
         self.verticalLayout.addWidget(self.ondemandFrame)
         self.dataTabWidget.addTab(self.headerTab, "")
         self.configTab = QtWidgets.QWidget()

eric ide

mercurial