ProjectFlask/FlaskConfigDialog.ui

changeset 47
144b67fd111a
child 49
3866bd742041
equal deleted inserted replaced
46:e700f73e1c6f 47:144b67fd111a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FlaskConfigDialog</class>
4 <widget class="QDialog" name="FlaskConfigDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>171</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>flask Configuration</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <item>
21 <widget class="QGroupBox" name="groupBox_2">
22 <property name="title">
23 <string>Virtual Environment</string>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <widget class="QComboBox" name="virtualEnvironmentComboBox">
28 <property name="toolTip">
29 <string>Select a project specific virtual environment</string>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QLabel" name="label">
35 <property name="text">
36 <string>&lt;b&gt;Note:&lt;/b&gt; Leave this entry empty to use the virtual environment configured globally for all flask projects.</string>
37 </property>
38 <property name="wordWrap">
39 <bool>true</bool>
40 </property>
41 </widget>
42 </item>
43 </layout>
44 </widget>
45 </item>
46 <item>
47 <widget class="QDialogButtonBox" name="buttonBox">
48 <property name="orientation">
49 <enum>Qt::Horizontal</enum>
50 </property>
51 <property name="standardButtons">
52 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
53 </property>
54 </widget>
55 </item>
56 </layout>
57 </widget>
58 <resources/>
59 <connections>
60 <connection>
61 <sender>buttonBox</sender>
62 <signal>accepted()</signal>
63 <receiver>FlaskConfigDialog</receiver>
64 <slot>accept()</slot>
65 <hints>
66 <hint type="sourcelabel">
67 <x>227</x>
68 <y>229</y>
69 </hint>
70 <hint type="destinationlabel">
71 <x>157</x>
72 <y>249</y>
73 </hint>
74 </hints>
75 </connection>
76 <connection>
77 <sender>buttonBox</sender>
78 <signal>rejected()</signal>
79 <receiver>FlaskConfigDialog</receiver>
80 <slot>reject()</slot>
81 <hints>
82 <hint type="sourcelabel">
83 <x>295</x>
84 <y>235</y>
85 </hint>
86 <hint type="destinationlabel">
87 <x>286</x>
88 <y>249</y>
89 </hint>
90 </hints>
91 </connection>
92 </connections>
93 </ui>

eric ide

mercurial