Preferences/ConfigurationPages/HelpDocumentationPage.ui

changeset 802
e8882d16384c
parent 0
de9c2efb9d02
child 2298
fa4f79c34e0c
--- a/Preferences/ConfigurationPages/HelpDocumentationPage.ui	Sun Jan 02 12:01:37 2011 +0100
+++ b/Preferences/ConfigurationPages/HelpDocumentationPage.ui	Mon Jan 03 17:10:45 2011 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>526</width>
-    <height>594</height>
+    <height>674</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -32,15 +32,51 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="groupBox_5">
+     <property name="title">
+      <string>Python 2 Documentation</string>
+     </property>
+     <layout class="QGridLayout" name="_2">
+      <item row="0" column="1">
+       <widget class="QPushButton" name="python2DocDirButton">
+        <property name="toolTip">
+         <string>Press to select the Python 2 documentation directory via a dialog</string>
+        </property>
+        <property name="text">
+         <string>...</string>
+        </property>
+       </widget>
+      </item>
+      <item row="0" column="0">
+       <widget class="QLineEdit" name="python2DocDirEdit">
+        <property name="toolTip">
+         <string>Enter the Python 2 documentation directory</string>
+        </property>
+       </widget>
+      </item>
+      <item row="1" column="0" colspan="2">
+       <widget class="QLabel" name="textLabel1_8_3">
+        <property name="text">
+         <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYTHON2DOCDIR environment variable, if set.</string>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="groupBox_4">
      <property name="title">
-      <string>Python Documentation</string>
+      <string>Python 3 Documentation</string>
      </property>
      <layout class="QGridLayout">
       <item row="0" column="1">
        <widget class="QPushButton" name="pythonDocDirButton">
         <property name="toolTip">
-         <string>Press to select the Python documentation directory via a dialog</string>
+         <string>Press to select the Python 3 documentation directory via a dialog</string>
         </property>
         <property name="text">
          <string>...</string>
@@ -50,14 +86,17 @@
       <item row="0" column="0">
        <widget class="QLineEdit" name="pythonDocDirEdit">
         <property name="toolTip">
-         <string>Enter the Python documentation directory</string>
+         <string>Enter the Python 3 documentation directory</string>
         </property>
        </widget>
       </item>
       <item row="1" column="0" colspan="2">
        <widget class="QLabel" name="textLabel1_8_2">
         <property name="text">
-         <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYTHONDOCDIR environment variable, if set.</string>
+         <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYTHON3DOCDIR environment variable, if set.</string>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
         </property>
        </widget>
       </item>
@@ -92,6 +131,9 @@
         <property name="text">
          <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the QT4DOCDIR environment variable, if set.</string>
         </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
        </widget>
       </item>
      </layout>
@@ -125,6 +167,9 @@
         <property name="text">
          <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT4DOCDIR environment variable, if set.</string>
         </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
        </widget>
       </item>
      </layout>
@@ -158,6 +203,9 @@
         <property name="text">
          <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDEDOCDIR environment variable, if set.</string>
         </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
        </widget>
       </item>
      </layout>
@@ -179,6 +227,8 @@
   </layout>
  </widget>
  <tabstops>
+  <tabstop>python2DocDirEdit</tabstop>
+  <tabstop>python2DocDirButton</tabstop>
   <tabstop>pythonDocDirEdit</tabstop>
   <tabstop>pythonDocDirButton</tabstop>
   <tabstop>qt4DocDirEdit</tabstop>

eric ide

mercurial