ProjectPyramid/ConfigurationPage/PyramidPage.ui

changeset 48
c313efdb01de
parent 21
e58828e9a847
child 95
2b0933087db9
diff -r 5c24b24944d0 -r c313efdb01de ProjectPyramid/ConfigurationPage/PyramidPage.ui
--- a/ProjectPyramid/ConfigurationPage/PyramidPage.ui	Sun May 05 19:27:51 2013 +0200
+++ b/ProjectPyramid/ConfigurationPage/PyramidPage.ui	Thu Jun 20 18:59:13 2013 +0200
@@ -87,6 +87,12 @@
         <layout class="QGridLayout" name="gridLayout_4">
          <item row="0" column="0" colspan="2">
           <widget class="QLabel" name="label_3">
+           <property name="minimumSize">
+            <size>
+             <width>0</width>
+             <height>40</height>
+            </size>
+           </property>
            <property name="text">
             <string>Enter the path of the Pyramid virtual environment. Leave empty to not use a virtual environment setup.</string>
            </property>
@@ -148,6 +154,12 @@
         <layout class="QGridLayout" name="gridLayout_2">
          <item row="0" column="0" colspan="2">
           <widget class="QLabel" name="label_7">
+           <property name="minimumSize">
+            <size>
+             <width>0</width>
+             <height>40</height>
+            </size>
+           </property>
            <property name="text">
             <string>Enter the path of the Pyramid virtual environment. Leave empty to not use a virtual environment setup.</string>
            </property>
@@ -219,6 +231,44 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="TranslationsGroup">
+     <property name="title">
+      <string>Translations Editor</string>
+     </property>
+     <layout class="QGridLayout" name="gridLayout_6">
+      <item row="0" column="0" colspan="2">
+       <widget class="QLabel" name="label_10">
+        <property name="minimumSize">
+         <size>
+          <width>0</width>
+          <height>40</height>
+         </size>
+        </property>
+        <property name="text">
+         <string>Enter the path of an editor to use to do the translations. Leave empty to disable this feature.</string>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0">
+       <widget class="QLineEdit" name="translationsEdit"/>
+      </item>
+      <item row="1" column="1">
+       <widget class="QPushButton" name="translationsButton">
+        <property name="toolTip">
+         <string>Select the translations editor via a file selection dialog</string>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <spacer name="verticalSpacer">
      <property name="orientation">
       <enum>Qt::Vertical</enum>

eric ide

mercurial