1 # Form implementation generated from reading ui file 'src/eric7/Preferences/ConfigurationPages/PipPage.ui' |
1 # Form implementation generated from reading ui file 'src/eric7/Preferences/ConfigurationPages/PipPage.ui' |
2 # |
2 # |
3 # Created by: PyQt6 UI code generator 6.8.1 |
3 # Created by: PyQt6 UI code generator 6.9.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 |
73 self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.groupBox) |
73 self.verticalLayout_2 = QtWidgets.QVBoxLayout(self.groupBox) |
74 self.verticalLayout_2.setObjectName("verticalLayout_2") |
74 self.verticalLayout_2.setObjectName("verticalLayout_2") |
75 self.noGlobalsCheckBox = QtWidgets.QCheckBox(parent=self.groupBox) |
75 self.noGlobalsCheckBox = QtWidgets.QCheckBox(parent=self.groupBox) |
76 self.noGlobalsCheckBox.setObjectName("noGlobalsCheckBox") |
76 self.noGlobalsCheckBox.setObjectName("noGlobalsCheckBox") |
77 self.verticalLayout_2.addWidget(self.noGlobalsCheckBox) |
77 self.verticalLayout_2.addWidget(self.noGlobalsCheckBox) |
78 self.noCondaCheckBox = QtWidgets.QCheckBox(parent=self.groupBox) |
|
79 self.noCondaCheckBox.setObjectName("noCondaCheckBox") |
|
80 self.verticalLayout_2.addWidget(self.noCondaCheckBox) |
|
81 self.verticalLayout_3.addWidget(self.groupBox) |
78 self.verticalLayout_3.addWidget(self.groupBox) |
82 self.groupBox_3 = QtWidgets.QGroupBox(parent=PipPage) |
79 self.groupBox_3 = QtWidgets.QGroupBox(parent=PipPage) |
83 self.groupBox_3.setObjectName("groupBox_3") |
80 self.groupBox_3.setObjectName("groupBox_3") |
84 self.horizontalLayout = QtWidgets.QHBoxLayout(self.groupBox_3) |
81 self.horizontalLayout = QtWidgets.QHBoxLayout(self.groupBox_3) |
85 self.horizontalLayout.setObjectName("horizontalLayout") |
82 self.horizontalLayout.setObjectName("horizontalLayout") |
101 QtCore.QMetaObject.connectSlotsByName(PipPage) |
98 QtCore.QMetaObject.connectSlotsByName(PipPage) |
102 PipPage.setTabOrder(self.indexEdit, self.vulnerabilityGroup) |
99 PipPage.setTabOrder(self.indexEdit, self.vulnerabilityGroup) |
103 PipPage.setTabOrder(self.vulnerabilityGroup, self.safetyDbMirrorEdit) |
100 PipPage.setTabOrder(self.vulnerabilityGroup, self.safetyDbMirrorEdit) |
104 PipPage.setTabOrder(self.safetyDbMirrorEdit, self.validitySpinBox) |
101 PipPage.setTabOrder(self.safetyDbMirrorEdit, self.validitySpinBox) |
105 PipPage.setTabOrder(self.validitySpinBox, self.noGlobalsCheckBox) |
102 PipPage.setTabOrder(self.validitySpinBox, self.noGlobalsCheckBox) |
106 PipPage.setTabOrder(self.noGlobalsCheckBox, self.noCondaCheckBox) |
103 PipPage.setTabOrder(self.noGlobalsCheckBox, self.searchMarkerColourButton) |
107 PipPage.setTabOrder(self.noCondaCheckBox, self.searchMarkerColourButton) |
|
108 |
104 |
109 def retranslateUi(self, PipPage): |
105 def retranslateUi(self, PipPage): |
110 _translate = QtCore.QCoreApplication.translate |
106 _translate = QtCore.QCoreApplication.translate |
111 self.headerLabel.setText(_translate("PipPage", "<b>Configure Python Package Management</b>")) |
107 self.headerLabel.setText(_translate("PipPage", "<b>Configure Python Package Management</b>")) |
112 self.groupBox_2.setTitle(_translate("PipPage", "Index URL")) |
108 self.groupBox_2.setTitle(_translate("PipPage", "Index URL")) |
119 self.validitySpinBox.setToolTip(_translate("PipPage", "Enter the Safety DB cache validity time in hours (2 hours up to 7 days)")) |
115 self.validitySpinBox.setToolTip(_translate("PipPage", "Enter the Safety DB cache validity time in hours (2 hours up to 7 days)")) |
120 self.validitySpinBox.setSuffix(_translate("PipPage", " hours")) |
116 self.validitySpinBox.setSuffix(_translate("PipPage", " hours")) |
121 self.groupBox.setTitle(_translate("PipPage", "Environment")) |
117 self.groupBox.setTitle(_translate("PipPage", "Environment")) |
122 self.noGlobalsCheckBox.setToolTip(_translate("PipPage", "Select to exclude global environments")) |
118 self.noGlobalsCheckBox.setToolTip(_translate("PipPage", "Select to exclude global environments")) |
123 self.noGlobalsCheckBox.setText(_translate("PipPage", "Don\'t show global environments")) |
119 self.noGlobalsCheckBox.setText(_translate("PipPage", "Don\'t show global environments")) |
124 self.noCondaCheckBox.setToolTip(_translate("PipPage", "Select to exclude conda managed environments")) |
|
125 self.noCondaCheckBox.setText(_translate("PipPage", "Don\'t show \'Conda\' environments")) |
|
126 self.groupBox_3.setTitle(_translate("PipPage", "Dependencies List")) |
120 self.groupBox_3.setTitle(_translate("PipPage", "Dependencies List")) |
127 self.label_3.setText(_translate("PipPage", "Search Marker Background:")) |
121 self.label_3.setText(_translate("PipPage", "Search Marker Background:")) |
128 self.searchMarkerColourButton.setToolTip(_translate("PipPage", "Select the color for the search highlight of the dependencies list.")) |
122 self.searchMarkerColourButton.setToolTip(_translate("PipPage", "Select the color for the search highlight of the dependencies list.")) |