ProjectFlask/ConfigurationPage/FlaskPage.ui

changeset 9
79094fb72c18
parent 6
d491ccab7343
child 11
da6ef8ab8268
--- a/ProjectFlask/ConfigurationPage/FlaskPage.ui	Fri Nov 13 19:51:28 2020 +0100
+++ b/ProjectFlask/ConfigurationPage/FlaskPage.ui	Sat Nov 14 19:56:06 2020 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>500</width>
-    <height>373</height>
+    <height>508</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -32,6 +32,38 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="pyramidConsoleGroup">
+     <property name="title">
+      <string>Console Command</string>
+     </property>
+     <layout class="QHBoxLayout" name="horizontalLayout_3">
+      <item>
+       <widget class="QLabel" name="label_2">
+        <property name="text">
+         <string>Console Command:</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QComboBox" name="consoleCommandCombo">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="toolTip">
+         <string>Enter the console command</string>
+        </property>
+        <property name="editable">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="flaskBrowserGroup">
      <property name="title">
       <string>Web-Browser</string>
@@ -158,6 +190,7 @@
   </layout>
  </widget>
  <tabstops>
+  <tabstop>consoleCommandCombo</tabstop>
   <tabstop>externalBrowserCheckBox</tabstop>
   <tabstop>py3VenvNameComboBox</tabstop>
   <tabstop>py3VenvNamesReloadButton</tabstop>

eric ide

mercurial