Removed the generated Ui_*.py files from the repository.

Sat, 03 Dec 2022 18:18:00 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 03 Dec 2022 18:18:00 +0100
changeset 3
80d79fc9653c
parent 2
68c017d640b0
child 4
ff4fc402f193

Removed the generated Ui_*.py files from the repository.

ExtensionCorba/ConfigurationPage/Ui_CorbaPage.py file | annotate | diff | comparison | revisions
ExtensionCorba/Ui_IdlCompilerDefineNameDialog.py file | annotate | diff | comparison | revisions
ExtensionCorba/Ui_IdlCompilerOptionsDialog.py file | annotate | diff | comparison | revisions
diff -r 68c017d640b0 -r 80d79fc9653c ExtensionCorba/ConfigurationPage/Ui_CorbaPage.py
--- a/ExtensionCorba/ConfigurationPage/Ui_CorbaPage.py	Thu Dec 01 14:42:29 2022 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-# Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_plugins/Plugin_Extension_Corba/ExtensionCorba/ConfigurationPage/CorbaPage.ui'
-#
-# Created by: PyQt6 UI code generator 6.4.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.
-
-
-from PyQt6 import QtCore, QtGui, QtWidgets
-
-
-class Ui_CorbaPage(object):
-    def setupUi(self, CorbaPage):
-        CorbaPage.setObjectName("CorbaPage")
-        CorbaPage.resize(589, 301)
-        self.vboxlayout = QtWidgets.QVBoxLayout(CorbaPage)
-        self.vboxlayout.setObjectName("vboxlayout")
-        self.headerLabel = QtWidgets.QLabel(CorbaPage)
-        self.headerLabel.setObjectName("headerLabel")
-        self.vboxlayout.addWidget(self.headerLabel)
-        self.line13 = QtWidgets.QFrame(CorbaPage)
-        self.line13.setFrameShape(QtWidgets.QFrame.Shape.HLine)
-        self.line13.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken)
-        self.line13.setFrameShape(QtWidgets.QFrame.Shape.HLine)
-        self.line13.setObjectName("line13")
-        self.vboxlayout.addWidget(self.line13)
-        self.groupBox = QtWidgets.QGroupBox(CorbaPage)
-        self.groupBox.setObjectName("groupBox")
-        self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox)
-        self.verticalLayout.setObjectName("verticalLayout")
-        self.idlPicker = EricPathPicker(self.groupBox)
-        self.idlPicker.setFocusPolicy(QtCore.Qt.FocusPolicy.StrongFocus)
-        self.idlPicker.setObjectName("idlPicker")
-        self.verticalLayout.addWidget(self.idlPicker)
-        self.textLabel1_4 = QtWidgets.QLabel(self.groupBox)
-        self.textLabel1_4.setObjectName("textLabel1_4")
-        self.verticalLayout.addWidget(self.textLabel1_4)
-        self.vboxlayout.addWidget(self.groupBox)
-        spacerItem = QtWidgets.QSpacerItem(20, 81, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
-        self.vboxlayout.addItem(spacerItem)
-
-        self.retranslateUi(CorbaPage)
-        QtCore.QMetaObject.connectSlotsByName(CorbaPage)
-
-    def retranslateUi(self, CorbaPage):
-        _translate = QtCore.QCoreApplication.translate
-        self.headerLabel.setText(_translate("CorbaPage", "<b>Configure CORBA support</b>"))
-        self.groupBox.setTitle(_translate("CorbaPage", "IDL Compiler"))
-        self.idlPicker.setToolTip(_translate("CorbaPage", "Enter the path to the IDL compiler."))
-        self.textLabel1_4.setText(_translate("CorbaPage", "<b>Note:</b> Leave this entry empty to use the default value (omniidl or omniidl.exe)."))
-from eric7.EricWidgets.EricPathPicker import EricPathPicker
-
-
-if __name__ == "__main__":
-    import sys
-    app = QtWidgets.QApplication(sys.argv)
-    CorbaPage = QtWidgets.QWidget()
-    ui = Ui_CorbaPage()
-    ui.setupUi(CorbaPage)
-    CorbaPage.show()
-    sys.exit(app.exec())
diff -r 68c017d640b0 -r 80d79fc9653c ExtensionCorba/Ui_IdlCompilerDefineNameDialog.py
--- a/ExtensionCorba/Ui_IdlCompilerDefineNameDialog.py	Thu Dec 01 14:42:29 2022 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,59 +0,0 @@
-# Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_plugins/Plugin_Extension_Corba/ExtensionCorba/IdlCompilerDefineNameDialog.ui'
-#
-# Created by: PyQt6 UI code generator 6.4.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.
-
-
-from PyQt6 import QtCore, QtGui, QtWidgets
-
-
-class Ui_IdlCompilerDefineNameDialog(object):
-    def setupUi(self, IdlCompilerDefineNameDialog):
-        IdlCompilerDefineNameDialog.setObjectName("IdlCompilerDefineNameDialog")
-        IdlCompilerDefineNameDialog.resize(400, 108)
-        IdlCompilerDefineNameDialog.setSizeGripEnabled(True)
-        self.gridLayout = QtWidgets.QGridLayout(IdlCompilerDefineNameDialog)
-        self.gridLayout.setObjectName("gridLayout")
-        self.label = QtWidgets.QLabel(IdlCompilerDefineNameDialog)
-        self.label.setObjectName("label")
-        self.gridLayout.addWidget(self.label, 0, 0, 1, 1)
-        self.nameEdit = QtWidgets.QLineEdit(IdlCompilerDefineNameDialog)
-        self.nameEdit.setObjectName("nameEdit")
-        self.gridLayout.addWidget(self.nameEdit, 0, 1, 1, 1)
-        self.label_2 = QtWidgets.QLabel(IdlCompilerDefineNameDialog)
-        self.label_2.setObjectName("label_2")
-        self.gridLayout.addWidget(self.label_2, 1, 0, 1, 1)
-        self.valueEdit = QtWidgets.QLineEdit(IdlCompilerDefineNameDialog)
-        self.valueEdit.setObjectName("valueEdit")
-        self.gridLayout.addWidget(self.valueEdit, 1, 1, 1, 1)
-        self.buttonBox = QtWidgets.QDialogButtonBox(IdlCompilerDefineNameDialog)
-        self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
-        self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
-        self.buttonBox.setObjectName("buttonBox")
-        self.gridLayout.addWidget(self.buttonBox, 2, 0, 1, 2)
-
-        self.retranslateUi(IdlCompilerDefineNameDialog)
-        self.buttonBox.accepted.connect(IdlCompilerDefineNameDialog.accept) # type: ignore
-        self.buttonBox.rejected.connect(IdlCompilerDefineNameDialog.reject) # type: ignore
-        QtCore.QMetaObject.connectSlotsByName(IdlCompilerDefineNameDialog)
-        IdlCompilerDefineNameDialog.setTabOrder(self.nameEdit, self.valueEdit)
-
-    def retranslateUi(self, IdlCompilerDefineNameDialog):
-        _translate = QtCore.QCoreApplication.translate
-        IdlCompilerDefineNameDialog.setWindowTitle(_translate("IdlCompilerDefineNameDialog", "Define Name"))
-        self.label.setText(_translate("IdlCompilerDefineNameDialog", "Name:"))
-        self.nameEdit.setToolTip(_translate("IdlCompilerDefineNameDialog", "Enter the variable name"))
-        self.label_2.setText(_translate("IdlCompilerDefineNameDialog", "Value:"))
-        self.valueEdit.setToolTip(_translate("IdlCompilerDefineNameDialog", "Enter an optional value"))
-
-
-if __name__ == "__main__":
-    import sys
-    app = QtWidgets.QApplication(sys.argv)
-    IdlCompilerDefineNameDialog = QtWidgets.QDialog()
-    ui = Ui_IdlCompilerDefineNameDialog()
-    ui.setupUi(IdlCompilerDefineNameDialog)
-    IdlCompilerDefineNameDialog.show()
-    sys.exit(app.exec())
diff -r 68c017d640b0 -r 80d79fc9653c ExtensionCorba/Ui_IdlCompilerOptionsDialog.py
--- a/ExtensionCorba/Ui_IdlCompilerOptionsDialog.py	Thu Dec 01 14:42:29 2022 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,153 +0,0 @@
-# Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_plugins/Plugin_Extension_Corba/ExtensionCorba/IdlCompilerOptionsDialog.ui'
-#
-# Created by: PyQt6 UI code generator 6.4.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.
-
-
-from PyQt6 import QtCore, QtGui, QtWidgets
-
-
-class Ui_IdlCompilerOptionsDialog(object):
-    def setupUi(self, IdlCompilerOptionsDialog):
-        IdlCompilerOptionsDialog.setObjectName("IdlCompilerOptionsDialog")
-        IdlCompilerOptionsDialog.resize(450, 600)
-        IdlCompilerOptionsDialog.setSizeGripEnabled(True)
-        self.verticalLayout_4 = QtWidgets.QVBoxLayout(IdlCompilerOptionsDialog)
-        self.verticalLayout_4.setObjectName("verticalLayout_4")
-        self.includeDirectoriesGroup = QtWidgets.QGroupBox(IdlCompilerOptionsDialog)
-        self.includeDirectoriesGroup.setObjectName("includeDirectoriesGroup")
-        self.horizontalLayout = QtWidgets.QHBoxLayout(self.includeDirectoriesGroup)
-        self.horizontalLayout.setObjectName("horizontalLayout")
-        self.idList = QtWidgets.QListWidget(self.includeDirectoriesGroup)
-        self.idList.setAlternatingRowColors(True)
-        self.idList.setObjectName("idList")
-        self.horizontalLayout.addWidget(self.idList)
-        self.verticalLayout = QtWidgets.QVBoxLayout()
-        self.verticalLayout.setObjectName("verticalLayout")
-        self.idAddButton = QtWidgets.QToolButton(self.includeDirectoriesGroup)
-        self.idAddButton.setText("")
-        self.idAddButton.setObjectName("idAddButton")
-        self.verticalLayout.addWidget(self.idAddButton)
-        self.idDeleteButton = QtWidgets.QToolButton(self.includeDirectoriesGroup)
-        self.idDeleteButton.setText("")
-        self.idDeleteButton.setObjectName("idDeleteButton")
-        self.verticalLayout.addWidget(self.idDeleteButton)
-        self.idEditButton = QtWidgets.QToolButton(self.includeDirectoriesGroup)
-        self.idEditButton.setText("")
-        self.idEditButton.setObjectName("idEditButton")
-        self.verticalLayout.addWidget(self.idEditButton)
-        spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
-        self.verticalLayout.addItem(spacerItem)
-        self.horizontalLayout.addLayout(self.verticalLayout)
-        self.verticalLayout_4.addWidget(self.includeDirectoriesGroup)
-        self.groupBox = QtWidgets.QGroupBox(IdlCompilerOptionsDialog)
-        self.groupBox.setObjectName("groupBox")
-        self.horizontalLayout_2 = QtWidgets.QHBoxLayout(self.groupBox)
-        self.horizontalLayout_2.setObjectName("horizontalLayout_2")
-        self.dnList = QtWidgets.QTreeWidget(self.groupBox)
-        self.dnList.setAlternatingRowColors(True)
-        self.dnList.setRootIsDecorated(False)
-        self.dnList.setItemsExpandable(False)
-        self.dnList.setAllColumnsShowFocus(True)
-        self.dnList.setObjectName("dnList")
-        self.dnList.header().setDefaultSectionSize(150)
-        self.dnList.header().setSortIndicatorShown(False)
-        self.horizontalLayout_2.addWidget(self.dnList)
-        self.verticalLayout_2 = QtWidgets.QVBoxLayout()
-        self.verticalLayout_2.setObjectName("verticalLayout_2")
-        self.dnAddButton = QtWidgets.QToolButton(self.groupBox)
-        self.dnAddButton.setText("")
-        self.dnAddButton.setObjectName("dnAddButton")
-        self.verticalLayout_2.addWidget(self.dnAddButton)
-        self.dnDeleteButton = QtWidgets.QToolButton(self.groupBox)
-        self.dnDeleteButton.setText("")
-        self.dnDeleteButton.setObjectName("dnDeleteButton")
-        self.verticalLayout_2.addWidget(self.dnDeleteButton)
-        self.dnEditButton = QtWidgets.QToolButton(self.groupBox)
-        self.dnEditButton.setText("")
-        self.dnEditButton.setObjectName("dnEditButton")
-        self.verticalLayout_2.addWidget(self.dnEditButton)
-        spacerItem1 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
-        self.verticalLayout_2.addItem(spacerItem1)
-        self.horizontalLayout_2.addLayout(self.verticalLayout_2)
-        self.verticalLayout_4.addWidget(self.groupBox)
-        self.groupBox_2 = QtWidgets.QGroupBox(IdlCompilerOptionsDialog)
-        self.groupBox_2.setObjectName("groupBox_2")
-        self.horizontalLayout_3 = QtWidgets.QHBoxLayout(self.groupBox_2)
-        self.horizontalLayout_3.setObjectName("horizontalLayout_3")
-        self.unList = QtWidgets.QListWidget(self.groupBox_2)
-        self.unList.setAlternatingRowColors(True)
-        self.unList.setObjectName("unList")
-        self.horizontalLayout_3.addWidget(self.unList)
-        self.verticalLayout_3 = QtWidgets.QVBoxLayout()
-        self.verticalLayout_3.setObjectName("verticalLayout_3")
-        self.unAddButton = QtWidgets.QToolButton(self.groupBox_2)
-        self.unAddButton.setText("")
-        self.unAddButton.setObjectName("unAddButton")
-        self.verticalLayout_3.addWidget(self.unAddButton)
-        self.unDeleteButton = QtWidgets.QToolButton(self.groupBox_2)
-        self.unDeleteButton.setText("")
-        self.unDeleteButton.setObjectName("unDeleteButton")
-        self.verticalLayout_3.addWidget(self.unDeleteButton)
-        self.unEditButton = QtWidgets.QToolButton(self.groupBox_2)
-        self.unEditButton.setText("")
-        self.unEditButton.setObjectName("unEditButton")
-        self.verticalLayout_3.addWidget(self.unEditButton)
-        spacerItem2 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
-        self.verticalLayout_3.addItem(spacerItem2)
-        self.horizontalLayout_3.addLayout(self.verticalLayout_3)
-        self.verticalLayout_4.addWidget(self.groupBox_2)
-        self.buttonBox = QtWidgets.QDialogButtonBox(IdlCompilerOptionsDialog)
-        self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
-        self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
-        self.buttonBox.setObjectName("buttonBox")
-        self.verticalLayout_4.addWidget(self.buttonBox)
-
-        self.retranslateUi(IdlCompilerOptionsDialog)
-        self.buttonBox.accepted.connect(IdlCompilerOptionsDialog.accept) # type: ignore
-        self.buttonBox.rejected.connect(IdlCompilerOptionsDialog.reject) # type: ignore
-        QtCore.QMetaObject.connectSlotsByName(IdlCompilerOptionsDialog)
-        IdlCompilerOptionsDialog.setTabOrder(self.idList, self.idAddButton)
-        IdlCompilerOptionsDialog.setTabOrder(self.idAddButton, self.idDeleteButton)
-        IdlCompilerOptionsDialog.setTabOrder(self.idDeleteButton, self.idEditButton)
-        IdlCompilerOptionsDialog.setTabOrder(self.idEditButton, self.dnList)
-        IdlCompilerOptionsDialog.setTabOrder(self.dnList, self.dnAddButton)
-        IdlCompilerOptionsDialog.setTabOrder(self.dnAddButton, self.dnDeleteButton)
-        IdlCompilerOptionsDialog.setTabOrder(self.dnDeleteButton, self.dnEditButton)
-        IdlCompilerOptionsDialog.setTabOrder(self.dnEditButton, self.unList)
-        IdlCompilerOptionsDialog.setTabOrder(self.unList, self.unAddButton)
-        IdlCompilerOptionsDialog.setTabOrder(self.unAddButton, self.unDeleteButton)
-        IdlCompilerOptionsDialog.setTabOrder(self.unDeleteButton, self.unEditButton)
-
-    def retranslateUi(self, IdlCompilerOptionsDialog):
-        _translate = QtCore.QCoreApplication.translate
-        IdlCompilerOptionsDialog.setWindowTitle(_translate("IdlCompilerOptionsDialog", "IDL Compiler Options"))
-        self.includeDirectoriesGroup.setTitle(_translate("IdlCompilerOptionsDialog", "Include Directories (absolute or project relative)"))
-        self.idList.setSortingEnabled(True)
-        self.idAddButton.setToolTip(_translate("IdlCompilerOptionsDialog", "Add an include directory"))
-        self.idDeleteButton.setToolTip(_translate("IdlCompilerOptionsDialog", "Delete an include directory"))
-        self.idEditButton.setToolTip(_translate("IdlCompilerOptionsDialog", "Edit an include directory"))
-        self.groupBox.setTitle(_translate("IdlCompilerOptionsDialog", "Define Names"))
-        self.dnList.setSortingEnabled(False)
-        self.dnList.headerItem().setText(0, _translate("IdlCompilerOptionsDialog", "Name"))
-        self.dnList.headerItem().setText(1, _translate("IdlCompilerOptionsDialog", "Value"))
-        self.dnAddButton.setToolTip(_translate("IdlCompilerOptionsDialog", "Add a name entry"))
-        self.dnDeleteButton.setToolTip(_translate("IdlCompilerOptionsDialog", "Delete a name entry"))
-        self.dnEditButton.setToolTip(_translate("IdlCompilerOptionsDialog", "Edit a name entry"))
-        self.groupBox_2.setTitle(_translate("IdlCompilerOptionsDialog", "Undefine Names"))
-        self.unList.setSortingEnabled(True)
-        self.unAddButton.setToolTip(_translate("IdlCompilerOptionsDialog", "Add a name entry"))
-        self.unDeleteButton.setToolTip(_translate("IdlCompilerOptionsDialog", "Delete a name entry"))
-        self.unEditButton.setToolTip(_translate("IdlCompilerOptionsDialog", "Edit a name entry"))
-
-
-if __name__ == "__main__":
-    import sys
-    app = QtWidgets.QApplication(sys.argv)
-    IdlCompilerOptionsDialog = QtWidgets.QDialog()
-    ui = Ui_IdlCompilerOptionsDialog()
-    ui.setupUi(IdlCompilerOptionsDialog)
-    IdlCompilerOptionsDialog.show()
-    sys.exit(app.exec())

eric ide

mercurial