ProjectDjango/Ui_DjangoDiffsettingsDataDialog.py

branch
eric7
changeset 200
d0180bd6c1b5
parent 195
b027b4f90994
child 205
3f8d003cb9cf
diff -r 5dfb03b8ee4c -r d0180bd6c1b5 ProjectDjango/Ui_DjangoDiffsettingsDataDialog.py
--- a/ProjectDjango/Ui_DjangoDiffsettingsDataDialog.py	Thu Dec 26 14:22:24 2024 +0100
+++ b/ProjectDjango/Ui_DjangoDiffsettingsDataDialog.py	Thu Dec 26 14:24:11 2024 +0100
@@ -1,6 +1,6 @@
-# Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_plugins/Plugin_Project_Django/ProjectDjango/DjangoDiffsettingsDataDialog.ui'
+# Form implementation generated from reading ui file 'ProjectDjango/DjangoDiffsettingsDataDialog.ui'
 #
-# Created by: PyQt6 UI code generator 6.4.0
+# Created by: PyQt6 UI code generator 6.8.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.
@@ -16,23 +16,23 @@
         DjangoDiffsettingsDataDialog.setSizeGripEnabled(True)
         self.gridLayout = QtWidgets.QGridLayout(DjangoDiffsettingsDataDialog)
         self.gridLayout.setObjectName("gridLayout")
-        self.allCheckBox = QtWidgets.QCheckBox(DjangoDiffsettingsDataDialog)
+        self.allCheckBox = QtWidgets.QCheckBox(parent=DjangoDiffsettingsDataDialog)
         self.allCheckBox.setObjectName("allCheckBox")
         self.gridLayout.addWidget(self.allCheckBox, 0, 0, 1, 2)
-        self.label = QtWidgets.QLabel(DjangoDiffsettingsDataDialog)
+        self.label = QtWidgets.QLabel(parent=DjangoDiffsettingsDataDialog)
         self.label.setObjectName("label")
         self.gridLayout.addWidget(self.label, 1, 0, 1, 1)
-        self.defaultEdit = QtWidgets.QLineEdit(DjangoDiffsettingsDataDialog)
+        self.defaultEdit = QtWidgets.QLineEdit(parent=DjangoDiffsettingsDataDialog)
         self.defaultEdit.setClearButtonEnabled(True)
         self.defaultEdit.setObjectName("defaultEdit")
         self.gridLayout.addWidget(self.defaultEdit, 1, 1, 1, 1)
-        self.label_2 = QtWidgets.QLabel(DjangoDiffsettingsDataDialog)
+        self.label_2 = QtWidgets.QLabel(parent=DjangoDiffsettingsDataDialog)
         self.label_2.setObjectName("label_2")
         self.gridLayout.addWidget(self.label_2, 2, 0, 1, 1)
-        self.formatComboBox = QtWidgets.QComboBox(DjangoDiffsettingsDataDialog)
+        self.formatComboBox = QtWidgets.QComboBox(parent=DjangoDiffsettingsDataDialog)
         self.formatComboBox.setObjectName("formatComboBox")
         self.gridLayout.addWidget(self.formatComboBox, 2, 1, 1, 1)
-        self.buttonBox = QtWidgets.QDialogButtonBox(DjangoDiffsettingsDataDialog)
+        self.buttonBox = QtWidgets.QDialogButtonBox(parent=DjangoDiffsettingsDataDialog)
         self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
         self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
         self.buttonBox.setObjectName("buttonBox")
@@ -52,13 +52,3 @@
         self.defaultEdit.setToolTip(_translate("DjangoDiffsettingsDataDialog", "Enter the name of the module containing the default settings (1.11.0+ only)"))
         self.label_2.setText(_translate("DjangoDiffsettingsDataDialog", "Output Format:"))
         self.formatComboBox.setToolTip(_translate("DjangoDiffsettingsDataDialog", "Select the output format (2.0.0+ only)"))
-
-
-if __name__ == "__main__":
-    import sys
-    app = QtWidgets.QApplication(sys.argv)
-    DjangoDiffsettingsDataDialog = QtWidgets.QDialog()
-    ui = Ui_DjangoDiffsettingsDataDialog()
-    ui.setupUi(DjangoDiffsettingsDataDialog)
-    DjangoDiffsettingsDataDialog.show()
-    sys.exit(app.exec())

eric ide

mercurial