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><b>Note:</b> Leave this entry empty to use the virtual environment configured globally for all flask projects.</string> |
47 <string><b>Note:</b> 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> |