|
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/Plugins/VcsPlugins/vcsGit/GitReflogBrowserDialog.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_GitReflogBrowserDialog(object): |
|
13 def setupUi(self, GitReflogBrowserDialog): |
|
14 GitReflogBrowserDialog.setObjectName("GitReflogBrowserDialog") |
|
15 GitReflogBrowserDialog.resize(800, 600) |
|
16 self.verticalLayout = QtWidgets.QVBoxLayout(GitReflogBrowserDialog) |
|
17 self.verticalLayout.setObjectName("verticalLayout") |
|
18 self.logTree = QtWidgets.QTreeWidget(parent=GitReflogBrowserDialog) |
|
19 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding) |
|
20 sizePolicy.setHorizontalStretch(0) |
|
21 sizePolicy.setVerticalStretch(7) |
|
22 sizePolicy.setHeightForWidth(self.logTree.sizePolicy().hasHeightForWidth()) |
|
23 self.logTree.setSizePolicy(sizePolicy) |
|
24 self.logTree.setAlternatingRowColors(True) |
|
25 self.logTree.setSelectionMode(QtWidgets.QAbstractItemView.SelectionMode.ExtendedSelection) |
|
26 self.logTree.setRootIsDecorated(False) |
|
27 self.logTree.setItemsExpandable(False) |
|
28 self.logTree.setAllColumnsShowFocus(True) |
|
29 self.logTree.setObjectName("logTree") |
|
30 self.verticalLayout.addWidget(self.logTree) |
|
31 self.horizontalLayout = QtWidgets.QHBoxLayout() |
|
32 self.horizontalLayout.setObjectName("horizontalLayout") |
|
33 self.nextButton = QtWidgets.QPushButton(parent=GitReflogBrowserDialog) |
|
34 self.nextButton.setObjectName("nextButton") |
|
35 self.horizontalLayout.addWidget(self.nextButton) |
|
36 self.limitSpinBox = QtWidgets.QSpinBox(parent=GitReflogBrowserDialog) |
|
37 self.limitSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter) |
|
38 self.limitSpinBox.setMinimum(1) |
|
39 self.limitSpinBox.setMaximum(10000) |
|
40 self.limitSpinBox.setProperty("value", 20) |
|
41 self.limitSpinBox.setObjectName("limitSpinBox") |
|
42 self.horizontalLayout.addWidget(self.limitSpinBox) |
|
43 spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
44 self.horizontalLayout.addItem(spacerItem) |
|
45 self.verticalLayout.addLayout(self.horizontalLayout) |
|
46 self.errorGroup = QtWidgets.QGroupBox(parent=GitReflogBrowserDialog) |
|
47 sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Preferred, QtWidgets.QSizePolicy.Policy.Expanding) |
|
48 sizePolicy.setHorizontalStretch(0) |
|
49 sizePolicy.setVerticalStretch(1) |
|
50 sizePolicy.setHeightForWidth(self.errorGroup.sizePolicy().hasHeightForWidth()) |
|
51 self.errorGroup.setSizePolicy(sizePolicy) |
|
52 self.errorGroup.setObjectName("errorGroup") |
|
53 self.vboxlayout = QtWidgets.QVBoxLayout(self.errorGroup) |
|
54 self.vboxlayout.setObjectName("vboxlayout") |
|
55 self.errors = QtWidgets.QTextEdit(parent=self.errorGroup) |
|
56 self.errors.setReadOnly(True) |
|
57 self.errors.setAcceptRichText(False) |
|
58 self.errors.setObjectName("errors") |
|
59 self.vboxlayout.addWidget(self.errors) |
|
60 self.verticalLayout.addWidget(self.errorGroup) |
|
61 self.inputGroup = QtWidgets.QGroupBox(parent=GitReflogBrowserDialog) |
|
62 self.inputGroup.setObjectName("inputGroup") |
|
63 self.gridlayout = QtWidgets.QGridLayout(self.inputGroup) |
|
64 self.gridlayout.setObjectName("gridlayout") |
|
65 spacerItem1 = QtWidgets.QSpacerItem(327, 29, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum) |
|
66 self.gridlayout.addItem(spacerItem1, 1, 1, 1, 1) |
|
67 self.sendButton = QtWidgets.QPushButton(parent=self.inputGroup) |
|
68 self.sendButton.setObjectName("sendButton") |
|
69 self.gridlayout.addWidget(self.sendButton, 1, 2, 1, 1) |
|
70 self.input = QtWidgets.QLineEdit(parent=self.inputGroup) |
|
71 self.input.setObjectName("input") |
|
72 self.gridlayout.addWidget(self.input, 0, 0, 1, 3) |
|
73 self.passwordCheckBox = QtWidgets.QCheckBox(parent=self.inputGroup) |
|
74 self.passwordCheckBox.setObjectName("passwordCheckBox") |
|
75 self.gridlayout.addWidget(self.passwordCheckBox, 1, 0, 1, 1) |
|
76 self.verticalLayout.addWidget(self.inputGroup) |
|
77 self.buttonBox = QtWidgets.QDialogButtonBox(parent=GitReflogBrowserDialog) |
|
78 self.buttonBox.setOrientation(QtCore.Qt.Orientation.Horizontal) |
|
79 self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.StandardButton.Cancel|QtWidgets.QDialogButtonBox.StandardButton.Close) |
|
80 self.buttonBox.setObjectName("buttonBox") |
|
81 self.verticalLayout.addWidget(self.buttonBox) |
|
82 |
|
83 self.retranslateUi(GitReflogBrowserDialog) |
|
84 QtCore.QMetaObject.connectSlotsByName(GitReflogBrowserDialog) |
|
85 GitReflogBrowserDialog.setTabOrder(self.logTree, self.nextButton) |
|
86 GitReflogBrowserDialog.setTabOrder(self.nextButton, self.limitSpinBox) |
|
87 GitReflogBrowserDialog.setTabOrder(self.limitSpinBox, self.errors) |
|
88 GitReflogBrowserDialog.setTabOrder(self.errors, self.input) |
|
89 GitReflogBrowserDialog.setTabOrder(self.input, self.passwordCheckBox) |
|
90 GitReflogBrowserDialog.setTabOrder(self.passwordCheckBox, self.sendButton) |
|
91 |
|
92 def retranslateUi(self, GitReflogBrowserDialog): |
|
93 _translate = QtCore.QCoreApplication.translate |
|
94 GitReflogBrowserDialog.setWindowTitle(_translate("GitReflogBrowserDialog", "Git Reflog")) |
|
95 self.logTree.headerItem().setText(0, _translate("GitReflogBrowserDialog", "Commit")) |
|
96 self.logTree.headerItem().setText(1, _translate("GitReflogBrowserDialog", "Selector")) |
|
97 self.logTree.headerItem().setText(2, _translate("GitReflogBrowserDialog", "Name")) |
|
98 self.logTree.headerItem().setText(3, _translate("GitReflogBrowserDialog", "Operation")) |
|
99 self.logTree.headerItem().setText(4, _translate("GitReflogBrowserDialog", "Subject")) |
|
100 self.nextButton.setToolTip(_translate("GitReflogBrowserDialog", "Press to get the next bunch of log entries")) |
|
101 self.nextButton.setText(_translate("GitReflogBrowserDialog", "&Next")) |
|
102 self.limitSpinBox.setToolTip(_translate("GitReflogBrowserDialog", "Enter the limit of entries to fetch")) |
|
103 self.errorGroup.setTitle(_translate("GitReflogBrowserDialog", "Errors")) |
|
104 self.errors.setWhatsThis(_translate("GitReflogBrowserDialog", "<b>Git log errors</b><p>This shows possible error messages of the git log command.</p>")) |
|
105 self.inputGroup.setTitle(_translate("GitReflogBrowserDialog", "Input")) |
|
106 self.sendButton.setToolTip(_translate("GitReflogBrowserDialog", "Press to send the input to the git process")) |
|
107 self.sendButton.setText(_translate("GitReflogBrowserDialog", "&Send")) |
|
108 self.sendButton.setShortcut(_translate("GitReflogBrowserDialog", "Alt+S")) |
|
109 self.input.setToolTip(_translate("GitReflogBrowserDialog", "Enter data to be sent to the git process")) |
|
110 self.passwordCheckBox.setToolTip(_translate("GitReflogBrowserDialog", "Select to switch the input field to password mode")) |
|
111 self.passwordCheckBox.setText(_translate("GitReflogBrowserDialog", "&Password Mode")) |
|
112 self.passwordCheckBox.setShortcut(_translate("GitReflogBrowserDialog", "Alt+P")) |