|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>DjangoPage</class> |
|
4 <widget class="QWidget" name="DjangoPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>536</width> |
|
10 <height>526</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Django</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line15"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="djangoConsoleGroup"> |
|
36 <property name="title"> |
|
37 <string>Console Commands</string> |
|
38 </property> |
|
39 <layout class="QGridLayout" name="gridLayout"> |
|
40 <item row="0" column="0"> |
|
41 <widget class="QLabel" name="label"> |
|
42 <property name="text"> |
|
43 <string>Console Command:</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="0" column="1"> |
|
48 <widget class="QComboBox" name="consoleCommandCombo"> |
|
49 <property name="sizePolicy"> |
|
50 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
51 <horstretch>0</horstretch> |
|
52 <verstretch>0</verstretch> |
|
53 </sizepolicy> |
|
54 </property> |
|
55 <property name="toolTip"> |
|
56 <string>Enter the console command</string> |
|
57 </property> |
|
58 <property name="editable"> |
|
59 <bool>true</bool> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item row="1" column="0"> |
|
64 <widget class="QLabel" name="label_2"> |
|
65 <property name="text"> |
|
66 <string>Console Command (non-closing):</string> |
|
67 </property> |
|
68 </widget> |
|
69 </item> |
|
70 <item row="1" column="1"> |
|
71 <widget class="QComboBox" name="consoleCommandNoCloseCombo"> |
|
72 <property name="sizePolicy"> |
|
73 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
74 <horstretch>0</horstretch> |
|
75 <verstretch>0</verstretch> |
|
76 </sizepolicy> |
|
77 </property> |
|
78 <property name="toolTip"> |
|
79 <string>Enter the console command for a non-closing console</string> |
|
80 </property> |
|
81 <property name="editable"> |
|
82 <bool>true</bool> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 <item row="2" column="0" colspan="2"> |
|
87 <widget class="QLabel" name="label_5"> |
|
88 <property name="text"> |
|
89 <string><b>Note:</b> The console command for a console, that is spawning (i.e. exits before the console window is closed), should be prefixed by an '@' character.</string> |
|
90 </property> |
|
91 <property name="wordWrap"> |
|
92 <bool>true</bool> |
|
93 </property> |
|
94 </widget> |
|
95 </item> |
|
96 </layout> |
|
97 </widget> |
|
98 </item> |
|
99 <item> |
|
100 <widget class="QGroupBox" name="djangoServerGroup"> |
|
101 <property name="title"> |
|
102 <string>Server</string> |
|
103 </property> |
|
104 <layout class="QGridLayout" name="gridLayout_2"> |
|
105 <property name="margin"> |
|
106 <number>6</number> |
|
107 </property> |
|
108 <property name="spacing"> |
|
109 <number>6</number> |
|
110 </property> |
|
111 <item row="0" column="0"> |
|
112 <widget class="QLabel" name="label_3"> |
|
113 <property name="text"> |
|
114 <string>Server Address:</string> |
|
115 </property> |
|
116 </widget> |
|
117 </item> |
|
118 <item row="0" column="1"> |
|
119 <widget class="QLineEdit" name="serverAddressEdit"> |
|
120 <property name="toolTip"> |
|
121 <string>Enter the server port or server address and port (e.g. 127.0.0.1:8000)</string> |
|
122 </property> |
|
123 </widget> |
|
124 </item> |
|
125 </layout> |
|
126 </widget> |
|
127 </item> |
|
128 <item> |
|
129 <widget class="QGroupBox" name="djangoRecentAppsGroup"> |
|
130 <property name="title"> |
|
131 <string>Recent Applications Lists</string> |
|
132 </property> |
|
133 <layout class="QVBoxLayout"> |
|
134 <property name="spacing"> |
|
135 <number>6</number> |
|
136 </property> |
|
137 <property name="margin"> |
|
138 <number>6</number> |
|
139 </property> |
|
140 <item> |
|
141 <layout class="QHBoxLayout" name="_2"> |
|
142 <item> |
|
143 <widget class="QLabel" name="label_4"> |
|
144 <property name="text"> |
|
145 <string>Number of recent applications lists:</string> |
|
146 </property> |
|
147 </widget> |
|
148 </item> |
|
149 <item> |
|
150 <widget class="QSpinBox" name="appsRecentSpinBox"> |
|
151 <property name="toolTip"> |
|
152 <string>Enter the number of recent applications to remember</string> |
|
153 </property> |
|
154 <property name="alignment"> |
|
155 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
156 </property> |
|
157 <property name="minimum"> |
|
158 <number>5</number> |
|
159 </property> |
|
160 <property name="maximum"> |
|
161 <number>50</number> |
|
162 </property> |
|
163 </widget> |
|
164 </item> |
|
165 <item> |
|
166 <spacer> |
|
167 <property name="orientation"> |
|
168 <enum>Qt::Horizontal</enum> |
|
169 </property> |
|
170 <property name="sizeHint" stdset="0"> |
|
171 <size> |
|
172 <width>40</width> |
|
173 <height>20</height> |
|
174 </size> |
|
175 </property> |
|
176 </spacer> |
|
177 </item> |
|
178 </layout> |
|
179 </item> |
|
180 </layout> |
|
181 </widget> |
|
182 </item> |
|
183 <item> |
|
184 <widget class="QGroupBox" name="djangoPythonGroup"> |
|
185 <property name="title"> |
|
186 <string>Django Python Console</string> |
|
187 </property> |
|
188 <layout class="QVBoxLayout" name="verticalLayout"> |
|
189 <property name="spacing"> |
|
190 <number>6</number> |
|
191 </property> |
|
192 <property name="margin"> |
|
193 <number>6</number> |
|
194 </property> |
|
195 <item> |
|
196 <widget class="QCheckBox" name="plainPythonCheckBox"> |
|
197 <property name="toolTip"> |
|
198 <string>Select to use plain Python instead of IPython</string> |
|
199 </property> |
|
200 <property name="text"> |
|
201 <string>Use plain Python instead of IPython</string> |
|
202 </property> |
|
203 </widget> |
|
204 </item> |
|
205 </layout> |
|
206 </widget> |
|
207 </item> |
|
208 <item> |
|
209 <spacer name="verticalSpacer"> |
|
210 <property name="orientation"> |
|
211 <enum>Qt::Vertical</enum> |
|
212 </property> |
|
213 <property name="sizeHint" stdset="0"> |
|
214 <size> |
|
215 <width>20</width> |
|
216 <height>274</height> |
|
217 </size> |
|
218 </property> |
|
219 </spacer> |
|
220 </item> |
|
221 </layout> |
|
222 </widget> |
|
223 <tabstops> |
|
224 <tabstop>consoleCommandCombo</tabstop> |
|
225 <tabstop>consoleCommandNoCloseCombo</tabstop> |
|
226 <tabstop>serverAddressEdit</tabstop> |
|
227 <tabstop>appsRecentSpinBox</tabstop> |
|
228 <tabstop>plainPythonCheckBox</tabstop> |
|
229 </tabstops> |
|
230 <resources/> |
|
231 <connections/> |
|
232 </ui> |