src/eric7/Plugins/VcsPlugins/vcsGit/ConfigurationPage/Ui_GitPage.py

branch
eric7
changeset 10743
5d3a5a05114e
child 10745
2921faddeaec
equal deleted inserted replaced
10742:7aa41173b44b 10743:5d3a5a05114e
1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/src/eric7/Plugins/VcsPlugins/vcsGit/ConfigurationPage/GitPage.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_GitPage(object):
13 def setupUi(self, GitPage):
14 GitPage.setObjectName("GitPage")
15 GitPage.resize(609, 751)
16 GitPage.setToolTip("")
17 self.verticalLayout_2 = QtWidgets.QVBoxLayout(GitPage)
18 self.verticalLayout_2.setObjectName("verticalLayout_2")
19 self.headerLabel = QtWidgets.QLabel(parent=GitPage)
20 self.headerLabel.setObjectName("headerLabel")
21 self.verticalLayout_2.addWidget(self.headerLabel)
22 self.line15 = QtWidgets.QFrame(parent=GitPage)
23 self.line15.setFrameShape(QtWidgets.QFrame.Shape.HLine)
24 self.line15.setFrameShadow(QtWidgets.QFrame.Shadow.Sunken)
25 self.line15.setFrameShape(QtWidgets.QFrame.Shape.HLine)
26 self.line15.setObjectName("line15")
27 self.verticalLayout_2.addWidget(self.line15)
28 self.groupBox = QtWidgets.QGroupBox(parent=GitPage)
29 self.groupBox.setObjectName("groupBox")
30 self.gridLayout = QtWidgets.QGridLayout(self.groupBox)
31 self.gridLayout.setObjectName("gridLayout")
32 self.label = QtWidgets.QLabel(parent=self.groupBox)
33 self.label.setObjectName("label")
34 self.gridLayout.addWidget(self.label, 0, 0, 1, 1)
35 self.logSpinBox = QtWidgets.QSpinBox(parent=self.groupBox)
36 self.logSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
37 self.logSpinBox.setMaximum(999999)
38 self.logSpinBox.setSingleStep(5)
39 self.logSpinBox.setObjectName("logSpinBox")
40 self.gridLayout.addWidget(self.logSpinBox, 0, 1, 1, 1)
41 spacerItem = QtWidgets.QSpacerItem(41, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
42 self.gridLayout.addItem(spacerItem, 0, 2, 1, 1)
43 self.label_7 = QtWidgets.QLabel(parent=self.groupBox)
44 self.label_7.setObjectName("label_7")
45 self.gridLayout.addWidget(self.label_7, 1, 0, 1, 1)
46 self.logWidthSpinBox = QtWidgets.QSpinBox(parent=self.groupBox)
47 self.logWidthSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
48 self.logWidthSpinBox.setSingleStep(5)
49 self.logWidthSpinBox.setObjectName("logWidthSpinBox")
50 self.gridLayout.addWidget(self.logWidthSpinBox, 1, 1, 1, 1)
51 self.findHarderCheckBox = QtWidgets.QCheckBox(parent=self.groupBox)
52 self.findHarderCheckBox.setObjectName("findHarderCheckBox")
53 self.gridLayout.addWidget(self.findHarderCheckBox, 2, 0, 1, 3)
54 self.verticalLayout_2.addWidget(self.groupBox)
55 self.groupBox_2 = QtWidgets.QGroupBox(parent=GitPage)
56 self.groupBox_2.setObjectName("groupBox_2")
57 self.gridLayout_2 = QtWidgets.QGridLayout(self.groupBox_2)
58 self.gridLayout_2.setObjectName("gridLayout_2")
59 self.commitIdSpinBox = QtWidgets.QSpinBox(parent=self.groupBox_2)
60 self.commitIdSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
61 self.commitIdSpinBox.setMinimum(1)
62 self.commitIdSpinBox.setMaximum(40)
63 self.commitIdSpinBox.setObjectName("commitIdSpinBox")
64 self.gridLayout_2.addWidget(self.commitIdSpinBox, 0, 1, 1, 1)
65 spacerItem1 = QtWidgets.QSpacerItem(269, 20, QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Minimum)
66 self.gridLayout_2.addItem(spacerItem1, 0, 2, 1, 1)
67 self.label_4 = QtWidgets.QLabel(parent=self.groupBox_2)
68 self.label_4.setObjectName("label_4")
69 self.gridLayout_2.addWidget(self.label_4, 0, 0, 1, 1)
70 self.verticalLayout_2.addWidget(self.groupBox_2)
71 self.groupBox_5 = QtWidgets.QGroupBox(parent=GitPage)
72 self.groupBox_5.setObjectName("groupBox_5")
73 self.horizontalLayout = QtWidgets.QHBoxLayout(self.groupBox_5)
74 self.horizontalLayout.setObjectName("horizontalLayout")
75 self.label_3 = QtWidgets.QLabel(parent=self.groupBox_5)
76 self.label_3.setObjectName("label_3")
77 self.horizontalLayout.addWidget(self.label_3)
78 self.cleanupPatternEdit = QtWidgets.QLineEdit(parent=self.groupBox_5)
79 self.cleanupPatternEdit.setObjectName("cleanupPatternEdit")
80 self.horizontalLayout.addWidget(self.cleanupPatternEdit)
81 self.verticalLayout_2.addWidget(self.groupBox_5)
82 self.groupBox_3 = QtWidgets.QGroupBox(parent=GitPage)
83 self.groupBox_3.setObjectName("groupBox_3")
84 self.verticalLayout = QtWidgets.QVBoxLayout(self.groupBox_3)
85 self.verticalLayout.setObjectName("verticalLayout")
86 self.aggressiveCheckBox = QtWidgets.QCheckBox(parent=self.groupBox_3)
87 self.aggressiveCheckBox.setObjectName("aggressiveCheckBox")
88 self.verticalLayout.addWidget(self.aggressiveCheckBox)
89 self.verticalLayout_2.addWidget(self.groupBox_3)
90 self.configButton = QtWidgets.QPushButton(parent=GitPage)
91 self.configButton.setObjectName("configButton")
92 self.verticalLayout_2.addWidget(self.configButton)
93 spacerItem2 = QtWidgets.QSpacerItem(388, 21, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
94 self.verticalLayout_2.addItem(spacerItem2)
95
96 self.retranslateUi(GitPage)
97 QtCore.QMetaObject.connectSlotsByName(GitPage)
98 GitPage.setTabOrder(self.logSpinBox, self.logWidthSpinBox)
99 GitPage.setTabOrder(self.logWidthSpinBox, self.findHarderCheckBox)
100 GitPage.setTabOrder(self.findHarderCheckBox, self.commitIdSpinBox)
101 GitPage.setTabOrder(self.commitIdSpinBox, self.cleanupPatternEdit)
102 GitPage.setTabOrder(self.cleanupPatternEdit, self.aggressiveCheckBox)
103 GitPage.setTabOrder(self.aggressiveCheckBox, self.configButton)
104
105 def retranslateUi(self, GitPage):
106 _translate = QtCore.QCoreApplication.translate
107 self.headerLabel.setText(_translate("GitPage", "<b>Configure Git Interface</b>"))
108 self.groupBox.setTitle(_translate("GitPage", "Log"))
109 self.label.setText(_translate("GitPage", "No. of log messages shown:"))
110 self.logSpinBox.setToolTip(_translate("GitPage", "Enter the number of log messages to be shown"))
111 self.label_7.setText(_translate("GitPage", "No. of subject characters shown in list:"))
112 self.logWidthSpinBox.setToolTip(_translate("GitPage", "Enter the number of characters of the commit subject to be shown in the list"))
113 self.logWidthSpinBox.setSpecialValueText(_translate("GitPage", "All"))
114 self.findHarderCheckBox.setToolTip(_translate("GitPage", "Select to perform expensive copy detection"))
115 self.findHarderCheckBox.setText(_translate("GitPage", "Find copies harder"))
116 self.groupBox_2.setTitle(_translate("GitPage", "Commit"))
117 self.commitIdSpinBox.setToolTip(_translate("GitPage", "Enter the number of character to show for the commit ID"))
118 self.label_4.setText(_translate("GitPage", "Commit ID length:"))
119 self.groupBox_5.setTitle(_translate("GitPage", "Cleanup"))
120 self.label_3.setText(_translate("GitPage", "Pattern:"))
121 self.cleanupPatternEdit.setToolTip(_translate("GitPage", "Enter the file name patterns to be used for cleaning up (entries separated by a space character)"))
122 self.groupBox_3.setTitle(_translate("GitPage", "Repository Optimization"))
123 self.aggressiveCheckBox.setToolTip(_translate("GitPage", "Select this to use the \'--aggressive\' option for garbage collection"))
124 self.aggressiveCheckBox.setText(_translate("GitPage", "Perform aggressive repository optimization"))
125 self.configButton.setToolTip(_translate("GitPage", "Edit the Git configuration file"))
126 self.configButton.setText(_translate("GitPage", "Edit configuration file"))

eric ide

mercurial