1 # Form implementation generated from reading ui file '/home/detlev/Development/Python/Eric/eric7_default/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.7.0 |
3 # Created by: PyQt6 UI code generator 6.7.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. |
104 self.groupBox.setTitle(_translate("PipPage", "Environment")) |
104 self.groupBox.setTitle(_translate("PipPage", "Environment")) |
105 self.noGlobalsCheckBox.setToolTip(_translate("PipPage", "Select to exclude global environments")) |
105 self.noGlobalsCheckBox.setToolTip(_translate("PipPage", "Select to exclude global environments")) |
106 self.noGlobalsCheckBox.setText(_translate("PipPage", "Don\'t show global environments")) |
106 self.noGlobalsCheckBox.setText(_translate("PipPage", "Don\'t show global environments")) |
107 self.noCondaCheckBox.setToolTip(_translate("PipPage", "Select to exclude conda managed environments")) |
107 self.noCondaCheckBox.setToolTip(_translate("PipPage", "Select to exclude conda managed environments")) |
108 self.noCondaCheckBox.setText(_translate("PipPage", "Don\'t show \'Conda\' environments")) |
108 self.noCondaCheckBox.setText(_translate("PipPage", "Don\'t show \'Conda\' environments")) |
109 |
|
110 |
|
111 if __name__ == "__main__": |
|
112 import sys |
|
113 app = QtWidgets.QApplication(sys.argv) |
|
114 PipPage = QtWidgets.QWidget() |
|
115 ui = Ui_PipPage() |
|
116 ui.setupUi(PipPage) |
|
117 PipPage.show() |
|
118 sys.exit(app.exec()) |
|