VirtualEnv/VirtualenvInterpreterSelectionDialog.ui

changeset 6337
c6af560e0039
child 6338
104ee21d765d
equal deleted inserted replaced
6336:a04ac8bd014b 6337:c6af560e0039
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="E5PathPicker" 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 for 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>E5PathPicker</class>
76 <extends>QWidget</extends>
77 <header>E5Gui/E5PathPicker.h</header>
78 <container>1</container>
79 </customwidget>
80 </customwidgets>
81 <resources/>
82 <connections>
83 <connection>
84 <sender>buttonBox</sender>
85 <signal>accepted()</signal>
86 <receiver>VirtualenvInterpreterSelectionDialog</receiver>
87 <slot>accept()</slot>
88 <hints>
89 <hint type="sourcelabel">
90 <x>248</x>
91 <y>254</y>
92 </hint>
93 <hint type="destinationlabel">
94 <x>157</x>
95 <y>274</y>
96 </hint>
97 </hints>
98 </connection>
99 <connection>
100 <sender>buttonBox</sender>
101 <signal>rejected()</signal>
102 <receiver>VirtualenvInterpreterSelectionDialog</receiver>
103 <slot>reject()</slot>
104 <hints>
105 <hint type="sourcelabel">
106 <x>316</x>
107 <y>260</y>
108 </hint>
109 <hint type="destinationlabel">
110 <x>286</x>
111 <y>274</y>
112 </hint>
113 </hints>
114 </connection>
115 </connections>
116 </ui>

eric ide

mercurial