ProjectFlask/FlaskConfigDialog.ui

changeset 49
3866bd742041
parent 47
144b67fd111a
equal deleted inserted replaced
48:14d8d24e24da 49:3866bd742041
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>500</width> 9 <width>500</width>
10 <height>171</height> 10 <height>253</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>flask Configuration</string> 14 <string>flask Configuration</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2"> 19 <layout class="QVBoxLayout" name="verticalLayout_4">
20 <item> 20 <item>
21 <widget class="QGroupBox" name="groupBox_2"> 21 <widget class="QGroupBox" name="groupBox_2">
22 <property name="title"> 22 <property name="title">
23 <string>Virtual Environment</string> 23 <string>Virtual Environment</string>
24 </property> 24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout"> 25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item> 26 <item>
27 <widget class="QComboBox" name="virtualEnvironmentComboBox"> 27 <layout class="QHBoxLayout" name="horizontalLayout">
28 <property name="toolTip"> 28 <item>
29 <string>Select a project specific virtual environment</string> 29 <widget class="QComboBox" name="virtualEnvironmentComboBox">
30 </property> 30 <property name="toolTip">
31 </widget> 31 <string>Select a project specific virtual environment</string>
32 </property>
33 </widget>
34 </item>
35 <item>
36 <widget class="QToolButton" name="newEnvironmentButton">
37 <property name="toolTip">
38 <string>Press to open a dialog to create a new virtual environment</string>
39 </property>
40 </widget>
41 </item>
42 </layout>
32 </item> 43 </item>
33 <item> 44 <item>
34 <widget class="QLabel" name="label"> 45 <widget class="QLabel" name="label">
35 <property name="text"> 46 <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> 47 <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> 48 </property>
38 <property name="wordWrap"> 49 <property name="wordWrap">
39 <bool>true</bool> 50 <bool>true</bool>
51 </property>
52 </widget>
53 </item>
54 </layout>
55 </widget>
56 </item>
57 <item>
58 <widget class="QGroupBox" name="flaskBabelBox">
59 <property name="toolTip">
60 <string>Select this to override the auto-detection feature</string>
61 </property>
62 <property name="title">
63 <string>Override 'flask-babel' Availability</string>
64 </property>
65 <property name="checkable">
66 <bool>true</bool>
67 </property>
68 <layout class="QVBoxLayout" name="verticalLayout_2">
69 <item>
70 <widget class="QCheckBox" name="flaskBabelCheckBox">
71 <property name="toolTip">
72 <string>Select to manually indicate the 'flask-babel' availability</string>
73 </property>
74 <property name="text">
75 <string>'flask-babel' available</string>
76 </property>
77 </widget>
78 </item>
79 </layout>
80 </widget>
81 </item>
82 <item>
83 <widget class="QGroupBox" name="flaskMigrateBox">
84 <property name="toolTip">
85 <string>Select this to override the auto-detection feature</string>
86 </property>
87 <property name="title">
88 <string>Override 'flask-migrate' Availability</string>
89 </property>
90 <property name="checkable">
91 <bool>true</bool>
92 </property>
93 <layout class="QVBoxLayout" name="verticalLayout_3">
94 <item>
95 <widget class="QCheckBox" name="flaskMigrateCheckBox">
96 <property name="toolTip">
97 <string>Select to manually indicate the 'flask-migrate' availability</string>
98 </property>
99 <property name="text">
100 <string>'flask-migrate' available</string>
40 </property> 101 </property>
41 </widget> 102 </widget>
42 </item> 103 </item>
43 </layout> 104 </layout>
44 </widget> 105 </widget>
53 </property> 114 </property>
54 </widget> 115 </widget>
55 </item> 116 </item>
56 </layout> 117 </layout>
57 </widget> 118 </widget>
119 <tabstops>
120 <tabstop>virtualEnvironmentComboBox</tabstop>
121 <tabstop>newEnvironmentButton</tabstop>
122 <tabstop>flaskBabelBox</tabstop>
123 <tabstop>flaskBabelCheckBox</tabstop>
124 <tabstop>flaskMigrateBox</tabstop>
125 <tabstop>flaskMigrateCheckBox</tabstop>
126 </tabstops>
58 <resources/> 127 <resources/>
59 <connections> 128 <connections>
60 <connection> 129 <connection>
61 <sender>buttonBox</sender> 130 <sender>buttonBox</sender>
62 <signal>accepted()</signal> 131 <signal>accepted()</signal>

eric ide

mercurial