Preferences/ConfigurationPages/QtPage.ui

changeset 3845
949682ceda54
parent 3186
a05eff845522
child 4577
e79a139aacc4
child 5071
f67ec5fa9b6f
--- a/Preferences/ConfigurationPages/QtPage.ui	Fri Oct 03 14:45:45 2014 +0200
+++ b/Preferences/ConfigurationPages/QtPage.ui	Fri Oct 03 16:39:04 2014 +0200
@@ -135,6 +135,61 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox">
+     <property name="title">
+      <string>pyuic / pyside-uic Options</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout">
+      <item row="0" column="0">
+       <widget class="QLabel" name="label_2">
+        <property name="text">
+         <string>Indent Width:</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="1">
+       <widget class="QSpinBox" name="pyuicIndentSpinBox">
+        <property name="toolTip">
+         <string>Select the indent width (default: 4)</string>
+        </property>
+        <property name="alignment">
+         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+        </property>
+        <property name="minimum">
+         <number>2</number>
+        </property>
+        <property name="maximum">
+         <number>16</number>
+        </property>
+        <property name="value">
+         <number>4</number>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="2">
+       <spacer name="horizontalSpacer">
+        <property name="orientation">
+         <enum>Qt::Horizontal</enum>
+        </property>
+        <property name="sizeHint" stdset="0">
+         <size>
+          <width>448</width>
+          <height>20</height>
+         </size>
+        </property>
+       </spacer>
+      </item>
+      <item row="1" column="0" colspan="3">
+       <widget class="QCheckBox" name="pyuicImportsCheckBox">
+        <property name="text">
+         <string>Generate imports relative to '.'</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <spacer>
      <property name="orientation">
       <enum>Qt::Vertical</enum>
@@ -154,6 +209,8 @@
   <tabstop>qt4TransButton</tabstop>
   <tabstop>qt4PrefixEdit</tabstop>
   <tabstop>qt4PostfixEdit</tabstop>
+  <tabstop>pyuicIndentSpinBox</tabstop>
+  <tabstop>pyuicImportsCheckBox</tabstop>
  </tabstops>
  <resources/>
  <connections/>

eric ide

mercurial