ProjectFlask/FlaskVirtualenvConfigurationDialog.ui

changeset 52
caddf9f36f9f
child 64
0ee58185b8df
equal deleted inserted replaced
51:428c2bec2e8f 52:caddf9f36f9f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FlaskVirtualenvConfigurationDialog</class>
4 <widget class="QDialog" name="FlaskVirtualenvConfigurationDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>700</width>
10 <height>126</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Virtual Environment Configuration</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <layout class="QFormLayout" name="formLayout">
22 <item row="0" column="0">
23 <widget class="QLabel" name="label_2">
24 <property name="text">
25 <string>Logical Name:</string>
26 </property>
27 </widget>
28 </item>
29 <item row="0" column="1">
30 <widget class="E5ClearableLineEdit" name="nameEdit">
31 <property name="toolTip">
32 <string>Enter a unique name for the virtual environment</string>
33 </property>
34 <property name="placeholderText">
35 <string>Name for the virtual environment</string>
36 </property>
37 </widget>
38 </item>
39 <item row="1" column="0">
40 <widget class="QLabel" name="label">
41 <property name="text">
42 <string>Target Directory:</string>
43 </property>
44 </widget>
45 </item>
46 <item row="1" column="1">
47 <widget class="E5PathPicker" name="targetDirectoryPicker" native="true">
48 <property name="sizePolicy">
49 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
50 <horstretch>0</horstretch>
51 <verstretch>0</verstretch>
52 </sizepolicy>
53 </property>
54 <property name="focusPolicy">
55 <enum>Qt::WheelFocus</enum>
56 </property>
57 <property name="toolTip">
58 <string>Enter the target directory for the virtual environment</string>
59 </property>
60 </widget>
61 </item>
62 <item row="2" column="0">
63 <widget class="QLabel" name="label_5">
64 <property name="text">
65 <string>Python Executable:</string>
66 </property>
67 </widget>
68 </item>
69 <item row="2" column="1">
70 <widget class="E5PathPicker" name="pythonExecPicker" native="true">
71 <property name="sizePolicy">
72 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
73 <horstretch>0</horstretch>
74 <verstretch>0</verstretch>
75 </sizepolicy>
76 </property>
77 <property name="focusPolicy">
78 <enum>Qt::WheelFocus</enum>
79 </property>
80 <property name="toolTip">
81 <string>Enter the Python interpreter for the virtual environment</string>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </item>
87 <item>
88 <widget class="QDialogButtonBox" name="buttonBox">
89 <property name="orientation">
90 <enum>Qt::Horizontal</enum>
91 </property>
92 <property name="standardButtons">
93 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
94 </property>
95 </widget>
96 </item>
97 </layout>
98 </widget>
99 <customwidgets>
100 <customwidget>
101 <class>E5ClearableLineEdit</class>
102 <extends>QLineEdit</extends>
103 <header>E5Gui/E5LineEdit.h</header>
104 </customwidget>
105 <customwidget>
106 <class>E5PathPicker</class>
107 <extends>QWidget</extends>
108 <header>E5Gui/E5PathPicker.h</header>
109 <container>1</container>
110 </customwidget>
111 </customwidgets>
112 <resources/>
113 <connections>
114 <connection>
115 <sender>buttonBox</sender>
116 <signal>accepted()</signal>
117 <receiver>FlaskVirtualenvConfigurationDialog</receiver>
118 <slot>accept()</slot>
119 <hints>
120 <hint type="sourcelabel">
121 <x>248</x>
122 <y>254</y>
123 </hint>
124 <hint type="destinationlabel">
125 <x>157</x>
126 <y>274</y>
127 </hint>
128 </hints>
129 </connection>
130 <connection>
131 <sender>buttonBox</sender>
132 <signal>rejected()</signal>
133 <receiver>FlaskVirtualenvConfigurationDialog</receiver>
134 <slot>reject()</slot>
135 <hints>
136 <hint type="sourcelabel">
137 <x>316</x>
138 <y>260</y>
139 </hint>
140 <hint type="destinationlabel">
141 <x>286</x>
142 <y>274</y>
143 </hint>
144 </hints>
145 </connection>
146 </connections>
147 </ui>

eric ide

mercurial