Preferences/ConfigurationPages/EditorAPIsPage.ui

branch
APIs
changeset 5349
bccda3b5920a
parent 4575
464a6b049f89
--- a/Preferences/ConfigurationPages/EditorAPIsPage.ui	Wed Nov 30 18:54:04 2016 +0100
+++ b/Preferences/ConfigurationPages/EditorAPIsPage.ui	Wed Nov 30 19:59:57 2016 +0100
@@ -7,10 +7,10 @@
     <x>0</x>
     <y>0</y>
     <width>462</width>
-    <height>422</height>
+    <height>539</height>
    </rect>
   </property>
-  <layout class="QVBoxLayout">
+  <layout class="QVBoxLayout" name="verticalLayout">
    <item>
     <widget class="QLabel" name="headerLabel">
      <property name="text">
@@ -42,8 +42,8 @@
     </widget>
    </item>
    <item>
-    <layout class="QHBoxLayout">
-     <item>
+    <layout class="QGridLayout" name="gridLayout_2">
+     <item row="0" column="0">
       <widget class="QLabel" name="TextLabel1_3_3">
        <property name="toolTip">
         <string/>
@@ -56,7 +56,7 @@
        </property>
       </widget>
      </item>
-     <item>
+     <item row="0" column="1">
       <widget class="QComboBox" name="apiLanguageComboBox">
        <property name="sizePolicy">
         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
@@ -69,6 +69,20 @@
        </property>
       </widget>
      </item>
+     <item row="1" column="0">
+      <widget class="QLabel" name="label">
+       <property name="text">
+        <string>Project Type:</string>
+       </property>
+      </widget>
+     </item>
+     <item row="1" column="1">
+      <widget class="QComboBox" name="projectTypeComboBox">
+       <property name="toolTip">
+        <string>Select the project type to be configured</string>
+       </property>
+      </widget>
+     </item>
     </layout>
    </item>
    <item>
@@ -189,6 +203,7 @@
  <tabstops>
   <tabstop>apiAutoPrepareCheckBox</tabstop>
   <tabstop>apiLanguageComboBox</tabstop>
+  <tabstop>projectTypeComboBox</tabstop>
   <tabstop>apiList</tabstop>
   <tabstop>deleteApiFileButton</tabstop>
   <tabstop>addApiFileButton</tabstop>

eric ide

mercurial