eric6/Preferences/ConfigurationPages/HelpDocumentationPage.ui

changeset 7911
4621c9082a43
parent 7902
a5248d27c8a9
--- a/eric6/Preferences/ConfigurationPages/HelpDocumentationPage.ui	Wed Dec 23 16:28:35 2020 +0100
+++ b/eric6/Preferences/ConfigurationPages/HelpDocumentationPage.ui	Thu Dec 24 16:17:57 2020 +0100
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>526</width>
-    <height>582</height>
+    <height>747</height>
    </rect>
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
@@ -207,6 +207,41 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="pyqt6Group">
+     <property name="title">
+      <string>PyQt6 Documentation</string>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_8">
+      <item>
+       <widget class="E5PathPicker" name="pyqt6DocDirPicker" native="true">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="focusPolicy">
+         <enum>Qt::StrongFocus</enum>
+        </property>
+        <property name="toolTip">
+         <string>Enter the PyQt6 documentation directory</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="textLabel1_8_2_2_8">
+        <property name="text">
+         <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYQT6DOCDIR environment variable, if set.</string>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <widget class="QGroupBox" name="pyside2Group">
      <property name="title">
       <string>PySide2 Documentation</string>
@@ -242,6 +277,41 @@
     </widget>
    </item>
    <item>
+    <widget class="QGroupBox" name="pyside6Group">
+     <property name="title">
+      <string>PySide6 Documentation</string>
+     </property>
+     <layout class="QVBoxLayout" name="verticalLayout_11">
+      <item>
+       <widget class="E5PathPicker" name="pyside6DocDirPicker" native="true">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="focusPolicy">
+         <enum>Qt::StrongFocus</enum>
+        </property>
+        <property name="toolTip">
+         <string>Enter the PySide6 documentation directory</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLabel" name="textLabel1_8_2_4">
+        <property name="text">
+         <string>&lt;b&gt;Note&lt;/b&gt;: Leave empty to use the PYSIDE6DOCDIR environment variable, if set.</string>
+        </property>
+        <property name="wordWrap">
+         <bool>true</bool>
+        </property>
+       </widget>
+      </item>
+     </layout>
+    </widget>
+   </item>
+   <item>
     <spacer>
      <property name="orientation">
       <enum>Qt::Vertical</enum>
@@ -270,6 +340,7 @@
   <tabstop>qt5DocDirPicker</tabstop>
   <tabstop>qt6DocDirPicker</tabstop>
   <tabstop>pyqt5DocDirPicker</tabstop>
+  <tabstop>pyqt6DocDirPicker</tabstop>
   <tabstop>pyside2DocDirPicker</tabstop>
  </tabstops>
  <resources/>

eric ide

mercurial