|
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/Plugins/VcsPlugins/vcsSubversion/SvnChangeListsDialog.ui' |
|
2 # |
|
3 # Created by: PyQt6 UI code generator 6.7.0 |
|
4 # |
|
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. |
|
7 |
|
8 |
|
9 from PyQt6 import QtCore, QtGui, QtWidgets |
|
10 |
|
11 |
|
12 class Ui_SvnChangeListsDialog(object): |
|
13 def setupUi(self, SvnChangeListsDialog): |
|
14 SvnChangeListsDialog.setObjectName("SvnChangeListsDialog") |
|
15 SvnChangeListsDialog.resize(519, 494) |
|
16 SvnChangeListsDialog.setSizeGripEnabled(True) |
|
17 self.verticalLayout = QtWidgets.QVBoxLayout(SvnChangeListsDialog) |
|
18 self.verticalLayout.setObjectName("verticalLayout") |
|
19 self.label = QtWidgets.QLabel(parent=SvnChangeListsDialog) |
|
20 self.label.setObjectName("label") |
|
21 self.verticalLayout.addWidget(self.label) |
|
22 self.changeLists = QtWidgets.QListWidget(parent=SvnChangeListsDialog) |
|
23 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding) |
|
24 sizePolicy.setHorizontalStretch(0) |
|
25 sizePolicy.setVerticalStretch(1) |
|
26 sizePolicy.setHeightForWidth(self.changeLists.sizePolicy().hasHeightForWidth()) |
|
27 self.changeLists.setSizePolicy(sizePolicy) |
|
28 self.changeLists.setAlternatingRowColors(True) |
|
29 self.changeLists.setObjectName("changeLists") |
|
30 self.verticalLayout.addWidget(self.changeLists) |
|
31 self.filesLabel = QtWidgets.QLabel(parent=SvnChangeListsDialog) |
|
32 self.filesLabel.setText("") |
|
33 self.filesLabel.setWordWrap(True) |
|
34 self.filesLabel.setObjectName("filesLabel") |
|
35 self.verticalLayout.addWidget(self.filesLabel) |
|
36 self.filesList = QtWidgets.QListWidget(parent=SvnChangeListsDialog) |
|
37 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding) |
|
38 sizePolicy.setHorizontalStretch(0) |
|
39 sizePolicy.setVerticalStretch(2) |
|
40 sizePolicy.setHeightForWidth(self.filesList.sizePolicy().hasHeightForWidth()) |
|
41 self.filesList.setSizePolicy(sizePolicy) |
|
42 self.filesList.setAlternatingRowColors(True) |
|
43 self.filesList.setObjectName("filesList") |
|
44 self.verticalLayout.addWidget(self.filesList) |
|
45 self.errorGroup = QtWidgets.QGroupBox(parent=SvnChangeListsDialog) |
|
46 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding) |
|
47 sizePolicy.setHorizontalStretch(0) |
|
48 sizePolicy.setVerticalStretch(1) |
|
49 sizePolicy.setHeightForWidth(self.errorGroup.sizePolicy().hasHeightForWidth()) |
|
50 self.errorGroup.setSizePolicy(sizePolicy) |
|
51 self.errorGroup.setObjectName("errorGroup") |
|
52 self.vboxlayout = QtWidgets.QVBoxLayout(self.errorGroup) |
|
53 self.vboxlayout.setObjectName("vboxlayout") |
|
54 self.errors = QtWidgets.QTextEdit(parent=self.errorGroup) |
|
55 self.errors.setReadOnly(True) |
|
56 self.errors.setAcceptRichText(False) |
|
57 self.errors.setObjectName("errors") |
|
58 self.vboxlayout.addWidget(self.errors) |
|
59 self.verticalLayout.addWidget(self.errorGroup) |
|
60 self.inputGroup = QtWidgets.QGroupBox(parent=SvnChangeListsDialog) |
|
61 self.inputGroup.setObjectName("inputGroup") |
|
62 self._2 = QtWidgets.QGridLayout(self.inputGroup) |
|
63 self._2.setObjectName("_2") |
|
64 spacerItem = QtWidgets.QSpacerItem(327, 29, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
65 self._2.addItem(spacerItem, 1, 1, 1, 1) |
|
66 self.sendButton = QtWidgets.QPushButton(parent=self.inputGroup) |
|
67 self.sendButton.setObjectName("sendButton") |
|
68 self._2.addWidget(self.sendButton, 1, 2, 1, 1) |
|
69 self.input = QtWidgets.QLineEdit(parent=self.inputGroup) |
|
70 self.input.setObjectName("input") |
|
71 self._2.addWidget(self.input, 0, 0, 1, 3) |
|
72 self.passwordCheckBox = QtWidgets.QCheckBox(parent=self.inputGroup) |
|
73 self.passwordCheckBox.setObjectName("passwordCheckBox") |
|
74 self._2.addWidget(self.passwordCheckBox, 1, 0, 1, 1) |
|
75 self.verticalLayout.addWidget(self.inputGroup) |
|
76 self.buttonBox = QtWidgets.QDialogButtonBox(parent=SvnChangeListsDialog) |
|
77 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal) |
|
78 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Close) |
|
79 self.buttonBox.setObjectName("buttonBox") |
|
80 self.verticalLayout.addWidget(self.buttonBox) |
|
81 |
|
82 self.retranslateUi(SvnChangeListsDialog) |
|
83 self.buttonBox.accepted.connect(SvnChangeListsDialog.accept) # type: ignore |
|
84 self.buttonBox.rejected.connect(SvnChangeListsDialog.reject) # type: ignore |
|
85 QtCore.QMetaObject.connectSlotsByName(SvnChangeListsDialog) |
|
86 SvnChangeListsDialog.setTabOrder(self.changeLists, self.filesList) |
|
87 SvnChangeListsDialog.setTabOrder(self.filesList, self.errors) |
|
88 SvnChangeListsDialog.setTabOrder(self.errors, self.input) |
|
89 SvnChangeListsDialog.setTabOrder(self.input, self.passwordCheckBox) |
|
90 SvnChangeListsDialog.setTabOrder(self.passwordCheckBox, self.sendButton) |
|
91 SvnChangeListsDialog.setTabOrder(self.sendButton, self.buttonBox) |
|
92 |
|
93 def retranslateUi(self, SvnChangeListsDialog): |
|
94 _translate = QtCore.QCoreApplication.translate |
|
95 SvnChangeListsDialog.setWindowTitle(_translate("SvnChangeListsDialog", "Subversion Change Lists")) |
|
96 self.label.setText(_translate("SvnChangeListsDialog", "Change Lists:")) |
|
97 self.changeLists.setWhatsThis(_translate("SvnChangeListsDialog", "<b>Change Lists</b>\n" |
|
98 "<p>Select a change list here to see the associated files in the list below.</p>")) |
|
99 self.filesList.setWhatsThis(_translate("SvnChangeListsDialog", "<b>Files</b>\n" |
|
100 "<p>This shows a list of files associated with the change list selected above.</p>")) |
|
101 self.errorGroup.setTitle(_translate("SvnChangeListsDialog", "Errors")) |
|
102 self.inputGroup.setTitle(_translate("SvnChangeListsDialog", "Input")) |
|
103 self.sendButton.setToolTip(_translate("SvnChangeListsDialog", "Press to send the input to the subversion process")) |
|
104 self.sendButton.setText(_translate("SvnChangeListsDialog", "&Send")) |
|
105 self.sendButton.setShortcut(_translate("SvnChangeListsDialog", "Alt+S")) |
|
106 self.input.setToolTip(_translate("SvnChangeListsDialog", "Enter data to be sent to the subversion process")) |
|
107 self.passwordCheckBox.setToolTip(_translate("SvnChangeListsDialog", "Select to switch the input field to password mode")) |
|
108 self.passwordCheckBox.setText(_translate("SvnChangeListsDialog", "&Password Mode")) |
|
109 self.passwordCheckBox.setShortcut(_translate("SvnChangeListsDialog", "Alt+P")) |