ProjectFlask/ConfigurationPage/FlaskPage.ui

changeset 2
6cc80e4db8a7
child 6
d491ccab7343
diff -r d6557db39585 -r 6cc80e4db8a7 ProjectFlask/ConfigurationPage/FlaskPage.ui
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ProjectFlask/ConfigurationPage/FlaskPage.ui	Sun Nov 08 17:54:22 2020 +0100
@@ -0,0 +1,133 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>FlaskPage</class>
+ <widget class="QWidget" name="FlaskPage">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>500</width>
+    <height>373</height>
+   </rect>
+  </property>
+  <layout class="QVBoxLayout" name="verticalLayout">
+   <item>
+    <widget class="QLabel" name="headerLabel">
+     <property name="text">
+      <string>&lt;b&gt;Configure Flask&lt;/b&gt;</string>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="Line" name="line15">
+     <property name="frameShape">
+      <enum>QFrame::HLine</enum>
+     </property>
+     <property name="frameShadow">
+      <enum>QFrame::Sunken</enum>
+     </property>
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+    </widget>
+   </item>
+   <item>
+    <widget class="QGroupBox" name="flaskBrowserGroup">
+     <property name="title">
+      <string>Web-Browser</string>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_5">
+      <item>
+       <widget class="QCheckBox" name="externalBrowserCheckBox">
+        <property name="toolTip">
+         <string>Select to use an external web-browser</string>
+        </property>
+        <property name="text">
+         <string>Use external web-browser</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QGroupBox" name="flaskVirtualEnvironmentPy3Group">
+     <property name="title">
+      <string>Flak Virtual Environment</string>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_2">
+      <item>
+       <widget class="QLabel" name="label_13">
+        <property name="text">
+         <string>Select the Virtual Environment to be used with Flask</string>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <layout class="QHBoxLayout" name="horizontalLayout">
+        <item>
+         <widget class="QComboBox" name="py3VenvNameComboBox"/>
+        </item>
+        <item>
+         <widget class="QToolButton" name="py3VenvNamesReloadButton">
+          <property name="toolTip">
+           <string>Press to reload the names of the virtual environments</string>
+          </property>
+         </widget>
+        </item>
+       </layout>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <widget class="QGroupBox" name="flaskDocumentationGroup">
+     <property name="title">
+      <string>Pyramid Documentation</string>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_2">
+      <item>
+       <widget class="QLabel" name="label_6">
+        <property name="text">
+         <string>URL:</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLineEdit" name="urlEdit">
+        <property name="toolTip">
+         <string>Enter the URL of the Flask documentation</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QToolButton" name="urlResetButton">
+        <property name="toolTip">
+         <string>Press to reset the URL to the default URL</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
+    <spacer name="verticalSpacer">
+     <property name="orientation">
+      <enum>Qt::Vertical</enum>
+     </property>
+     <property name="sizeHint" stdset="0">
+      <size>
+       <width>20</width>
+       <height>64</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+  </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>

eric ide

mercurial