ProjectDjango/Ui_DjangoCheckOptionsDialog.py

branch
eric7
changeset 200
d0180bd6c1b5
parent 195
b027b4f90994
child 205
3f8d003cb9cf
equal deleted inserted replaced
199:5dfb03b8ee4c 200:d0180bd6c1b5
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_plugins/Plugin_Project_Django/ProjectDjango/DjangoCheckOptionsDialog.ui' 1 # Form implementation generated from reading ui file 'ProjectDjango/DjangoCheckOptionsDialog.ui'
2 # 2 #
3 # Created by: PyQt6 UI code generator 6.4.0 3 # Created by: PyQt6 UI code generator 6.8.0
4 # 4 #
5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is 5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
6 # run again. Do not edit this file unless you know what you are doing. 6 # run again. Do not edit this file unless you know what you are doing.
7 7
8 8
14 DjangoCheckOptionsDialog.setObjectName("DjangoCheckOptionsDialog") 14 DjangoCheckOptionsDialog.setObjectName("DjangoCheckOptionsDialog")
15 DjangoCheckOptionsDialog.resize(500, 450) 15 DjangoCheckOptionsDialog.resize(500, 450)
16 DjangoCheckOptionsDialog.setSizeGripEnabled(True) 16 DjangoCheckOptionsDialog.setSizeGripEnabled(True)
17 self.verticalLayout = QtWidgets.QVBoxLayout(DjangoCheckOptionsDialog) 17 self.verticalLayout = QtWidgets.QVBoxLayout(DjangoCheckOptionsDialog)
18 self.verticalLayout.setObjectName("verticalLayout") 18 self.verticalLayout.setObjectName("verticalLayout")
19 self.deployCheckBox = QtWidgets.QCheckBox(DjangoCheckOptionsDialog) 19 self.deployCheckBox = QtWidgets.QCheckBox(parent=DjangoCheckOptionsDialog)
20 self.deployCheckBox.setObjectName("deployCheckBox") 20 self.deployCheckBox.setObjectName("deployCheckBox")
21 self.verticalLayout.addWidget(self.deployCheckBox) 21 self.verticalLayout.addWidget(self.deployCheckBox)
22 self.label = QtWidgets.QLabel(DjangoCheckOptionsDialog) 22 self.label = QtWidgets.QLabel(parent=DjangoCheckOptionsDialog)
23 self.label.setWordWrap(True) 23 self.label.setWordWrap(True)
24 self.label.setObjectName("label") 24 self.label.setObjectName("label")
25 self.verticalLayout.addWidget(self.label) 25 self.verticalLayout.addWidget(self.label)
26 self.tagsList = QtWidgets.QListWidget(DjangoCheckOptionsDialog) 26 self.tagsList = QtWidgets.QListWidget(parent=DjangoCheckOptionsDialog)
27 self.tagsList.setAlternatingRowColors(True) 27 self.tagsList.setAlternatingRowColors(True)
28 self.tagsList.setSelectionMode(QtWidgets.QAbstractItemView.SelectionMode.ExtendedSelection) 28 self.tagsList.setSelectionMode(QtWidgets.QAbstractItemView.SelectionMode.ExtendedSelection)
29 self.tagsList.setObjectName("tagsList") 29 self.tagsList.setObjectName("tagsList")
30 self.verticalLayout.addWidget(self.tagsList) 30 self.verticalLayout.addWidget(self.tagsList)
31 self.label_2 = QtWidgets.QLabel(DjangoCheckOptionsDialog) 31 self.label_2 = QtWidgets.QLabel(parent=DjangoCheckOptionsDialog)
32 self.label_2.setWordWrap(True) 32 self.label_2.setWordWrap(True)
33 self.label_2.setObjectName("label_2") 33 self.label_2.setObjectName("label_2")
34 self.verticalLayout.addWidget(self.label_2) 34 self.verticalLayout.addWidget(self.label_2)
35 self.appsComboBox = QtWidgets.QComboBox(DjangoCheckOptionsDialog) 35 self.appsComboBox = QtWidgets.QComboBox(parent=DjangoCheckOptionsDialog)
36 self.appsComboBox.setEditable(True) 36 self.appsComboBox.setEditable(True)
37 self.appsComboBox.setObjectName("appsComboBox") 37 self.appsComboBox.setObjectName("appsComboBox")
38 self.verticalLayout.addWidget(self.appsComboBox) 38 self.verticalLayout.addWidget(self.appsComboBox)
39 self.settingsFileGroup = QtWidgets.QGroupBox(DjangoCheckOptionsDialog) 39 self.settingsFileGroup = QtWidgets.QGroupBox(parent=DjangoCheckOptionsDialog)
40 self.settingsFileGroup.setObjectName("settingsFileGroup") 40 self.settingsFileGroup.setObjectName("settingsFileGroup")
41 self.horizontalLayout = QtWidgets.QHBoxLayout(self.settingsFileGroup) 41 self.horizontalLayout = QtWidgets.QHBoxLayout(self.settingsFileGroup)
42 self.horizontalLayout.setSpacing(0) 42 self.horizontalLayout.setSpacing(0)
43 self.horizontalLayout.setObjectName("horizontalLayout") 43 self.horizontalLayout.setObjectName("horizontalLayout")
44 self.settingsFileEdit = QtWidgets.QLineEdit(self.settingsFileGroup) 44 self.settingsFileEdit = QtWidgets.QLineEdit(parent=self.settingsFileGroup)
45 self.settingsFileEdit.setClearButtonEnabled(True) 45 self.settingsFileEdit.setClearButtonEnabled(True)
46 self.settingsFileEdit.setObjectName("settingsFileEdit") 46 self.settingsFileEdit.setObjectName("settingsFileEdit")
47 self.horizontalLayout.addWidget(self.settingsFileEdit) 47 self.horizontalLayout.addWidget(self.settingsFileEdit)
48 self.settingsFileButton = QtWidgets.QToolButton(self.settingsFileGroup) 48 self.settingsFileButton = QtWidgets.QToolButton(parent=self.settingsFileGroup)
49 self.settingsFileButton.setObjectName("settingsFileButton") 49 self.settingsFileButton.setObjectName("settingsFileButton")
50 self.horizontalLayout.addWidget(self.settingsFileButton) 50 self.horizontalLayout.addWidget(self.settingsFileButton)
51 self.verticalLayout.addWidget(self.settingsFileGroup) 51 self.verticalLayout.addWidget(self.settingsFileGroup)
52 self.buttonBox = QtWidgets.QDialogButtonBox(DjangoCheckOptionsDialog) 52 self.buttonBox = QtWidgets.QDialogButtonBox(parent=DjangoCheckOptionsDialog)
53 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal) 53 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal)
54 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok) 54 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Ok)
55 self.buttonBox.setObjectName("buttonBox") 55 self.buttonBox.setObjectName("buttonBox")
56 self.verticalLayout.addWidget(self.buttonBox) 56 self.verticalLayout.addWidget(self.buttonBox)
57 57
69 self.tagsList.setSortingEnabled(True) 69 self.tagsList.setSortingEnabled(True)
70 self.label_2.setText(_translate("DjangoCheckOptionsDialog", "Enter the list of applications separated by spaces (leave empty for all apps):")) 70 self.label_2.setText(_translate("DjangoCheckOptionsDialog", "Enter the list of applications separated by spaces (leave empty for all apps):"))
71 self.settingsFileGroup.setTitle(_translate("DjangoCheckOptionsDialog", "Settings module for deployment mode")) 71 self.settingsFileGroup.setTitle(_translate("DjangoCheckOptionsDialog", "Settings module for deployment mode"))
72 self.settingsFileEdit.setToolTip(_translate("DjangoCheckOptionsDialog", "Enter the module name of the deployment settings")) 72 self.settingsFileEdit.setToolTip(_translate("DjangoCheckOptionsDialog", "Enter the module name of the deployment settings"))
73 self.settingsFileButton.setToolTip(_translate("DjangoCheckOptionsDialog", "Press to select the settings module file via a file selection dialog")) 73 self.settingsFileButton.setToolTip(_translate("DjangoCheckOptionsDialog", "Press to select the settings module file via a file selection dialog"))
74
75
76 if __name__ == "__main__":
77 import sys
78 app = QtWidgets.QApplication(sys.argv)
79 DjangoCheckOptionsDialog = QtWidgets.QDialog()
80 ui = Ui_DjangoCheckOptionsDialog()
81 ui.setupUi(DjangoCheckOptionsDialog)
82 DjangoCheckOptionsDialog.show()
83 sys.exit(app.exec())

eric ide

mercurial