src/eric7/VirtualEnv/VirtualenvInterpreterSelectionDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 9144
135240382a3e
child 9323
6ae7193558ac
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>VirtualenvInterpreterSelectionDialog</class>
4 <widget class="QDialog" name="VirtualenvInterpreterSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>550</width>
10 <height>118</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Add Virtual Environment</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout">
22 <item>
23 <widget class="QLabel" name="label_2">
24 <property name="text">
25 <string>Name:</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QLineEdit" name="nameEdit">
31 <property name="readOnly">
32 <bool>true</bool>
33 </property>
34 </widget>
35 </item>
36 </layout>
37 </item>
38 <item>
39 <widget class="QLabel" name="label">
40 <property name="text">
41 <string>Enter interpreter for virtual environment:</string>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="EricComboPathPicker" name="pythonExecPicker" native="true">
47 <property name="sizePolicy">
48 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
49 <horstretch>0</horstretch>
50 <verstretch>0</verstretch>
51 </sizepolicy>
52 </property>
53 <property name="focusPolicy">
54 <enum>Qt::WheelFocus</enum>
55 </property>
56 <property name="toolTip">
57 <string>Enter the Python interpreter of the virtual environment</string>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="QDialogButtonBox" name="buttonBox">
63 <property name="orientation">
64 <enum>Qt::Horizontal</enum>
65 </property>
66 <property name="standardButtons">
67 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
68 </property>
69 </widget>
70 </item>
71 </layout>
72 </widget>
73 <customwidgets>
74 <customwidget>
75 <class>EricComboPathPicker</class>
76 <extends>QWidget</extends>
77 <header>EricWidgets/EricPathPicker.h</header>
78 <container>1</container>
79 </customwidget>
80 </customwidgets>
81 <tabstops>
82 <tabstop>nameEdit</tabstop>
83 </tabstops>
84 <resources/>
85 <connections>
86 <connection>
87 <sender>buttonBox</sender>
88 <signal>accepted()</signal>
89 <receiver>VirtualenvInterpreterSelectionDialog</receiver>
90 <slot>accept()</slot>
91 <hints>
92 <hint type="sourcelabel">
93 <x>248</x>
94 <y>254</y>
95 </hint>
96 <hint type="destinationlabel">
97 <x>157</x>
98 <y>274</y>
99 </hint>
100 </hints>
101 </connection>
102 <connection>
103 <sender>buttonBox</sender>
104 <signal>rejected()</signal>
105 <receiver>VirtualenvInterpreterSelectionDialog</receiver>
106 <slot>reject()</slot>
107 <hints>
108 <hint type="sourcelabel">
109 <x>316</x>
110 <y>260</y>
111 </hint>
112 <hint type="destinationlabel">
113 <x>286</x>
114 <y>274</y>
115 </hint>
116 </hints>
117 </connection>
118 </connections>
119 </ui>

eric ide

mercurial