ProjectFlask/ConfigurationPage/FlaskPage.ui

changeset 6
d491ccab7343
parent 2
6cc80e4db8a7
child 9
79094fb72c18
equal deleted inserted replaced
5:550e5ea385cb 6:d491ccab7343
51 </widget> 51 </widget>
52 </item> 52 </item>
53 <item> 53 <item>
54 <widget class="QGroupBox" name="flaskVirtualEnvironmentPy3Group"> 54 <widget class="QGroupBox" name="flaskVirtualEnvironmentPy3Group">
55 <property name="title"> 55 <property name="title">
56 <string>Flak Virtual Environment</string> 56 <string>Flask Virtual Environment</string>
57 </property> 57 </property>
58 <layout class="QVBoxLayout" name="verticalLayout_2"> 58 <layout class="QVBoxLayout" name="verticalLayout_2">
59 <item> 59 <item>
60 <widget class="QLabel" name="label_13"> 60 <widget class="QLabel" name="label_13">
61 <property name="text"> 61 <property name="text">
82 </item> 82 </item>
83 </layout> 83 </layout>
84 </widget> 84 </widget>
85 </item> 85 </item>
86 <item> 86 <item>
87 <widget class="QGroupBox" name="groupBox">
88 <property name="title">
89 <string>Server Output</string>
90 </property>
91 <layout class="QGridLayout" name="gridLayout">
92 <item row="0" column="0">
93 <widget class="QLabel" name="label">
94 <property name="text">
95 <string>Color Scheme for ANSI Escape Codes:</string>
96 </property>
97 </widget>
98 </item>
99 <item row="0" column="1">
100 <widget class="QComboBox" name="colorSchemeComboBox">
101 <property name="sizePolicy">
102 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
103 <horstretch>0</horstretch>
104 <verstretch>0</verstretch>
105 </sizepolicy>
106 </property>
107 <property name="toolTip">
108 <string>Select the color scheme to be applied for ANSI color escape codes</string>
109 </property>
110 </widget>
111 </item>
112 </layout>
113 </widget>
114 </item>
115 <item>
87 <widget class="QGroupBox" name="flaskDocumentationGroup"> 116 <widget class="QGroupBox" name="flaskDocumentationGroup">
88 <property name="title"> 117 <property name="title">
89 <string>Pyramid Documentation</string> 118 <string>Flask Documentation</string>
90 </property> 119 </property>
91 <layout class="QHBoxLayout" name="horizontalLayout_2"> 120 <layout class="QHBoxLayout" name="horizontalLayout_2">
92 <item> 121 <item>
93 <widget class="QLabel" name="label_6"> 122 <widget class="QLabel" name="label_6">
94 <property name="text"> 123 <property name="text">
126 </property> 155 </property>
127 </spacer> 156 </spacer>
128 </item> 157 </item>
129 </layout> 158 </layout>
130 </widget> 159 </widget>
160 <tabstops>
161 <tabstop>externalBrowserCheckBox</tabstop>
162 <tabstop>py3VenvNameComboBox</tabstop>
163 <tabstop>py3VenvNamesReloadButton</tabstop>
164 <tabstop>colorSchemeComboBox</tabstop>
165 <tabstop>urlEdit</tabstop>
166 <tabstop>urlResetButton</tabstop>
167 </tabstops>
131 <resources/> 168 <resources/>
132 <connections/> 169 <connections/>
133 </ui> 170 </ui>

eric ide

mercurial