Thu, 26 Nov 2015 19:47:09 +0100
Changed more configuration pages to use the path picker.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>HelpDocumentationPage</class> <widget class="QWidget" name="HelpDocumentationPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>526</width> <height>894</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure help documentation</b></string> </property> </widget> </item> <item> <widget class="Line" name="line17"> <property name="frameShape"> <enum>QFrame::HLine</enum> </property> <property name="frameShadow"> <enum>QFrame::Sunken</enum> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_5"> <property name="title"> <string>Python 2 Documentation</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="E5PathPicker" name="python2DocDirPicker" 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 Python 2 documentation directory</string> </property> </widget> </item> <item> <widget class="QLabel" name="textLabel1_8_3"> <property name="text"> <string><b>Note</b>: 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 3 Documentation</string> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="E5PathPicker" name="pythonDocDirPicker" 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 Python 3 documentation directory</string> </property> </widget> </item> <item> <widget class="QLabel" name="textLabel1_8_2"> <property name="text"> <string><b>Note</b>: Leave empty to use the PYTHON3DOCDIR environment variable, if set.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_6"> <property name="title"> <string>Qt4 Documentation</string> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="E5PathPicker" name="qt4DocDirPicker" 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 Qt4 documentation directory</string> </property> </widget> </item> <item> <widget class="QLabel" name="textLabel1_8_2_2_2"> <property name="text"> <string><b>Note</b>: Leave empty to use the QT4DOCDIR environment variable, if set.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_8"> <property name="title"> <string>Qt5 Documentation</string> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="E5PathPicker" name="qt5DocDirPicker" 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 Qt5 documentation directory</string> </property> </widget> </item> <item> <widget class="QLabel" name="textLabel1_8_2_2_4"> <property name="text"> <string><b>Note</b>: Leave empty to use the QT5DOCDIR environment variable, if set.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_7"> <property name="title"> <string>PyQt4 Documentation</string> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="E5PathPicker" name="pyqt4DocDirPicker" 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 PyQt4 documentation directory</string> </property> </widget> </item> <item> <widget class="QLabel" name="textLabel1_8_2_2_3"> <property name="text"> <string><b>Note</b>: Leave empty to use the PYQT4DOCDIR environment variable, if set.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="pyqt5Group"> <property name="title"> <string>PyQt5 Documentation</string> </property> <layout class="QVBoxLayout" name="verticalLayout_7"> <item> <widget class="E5PathPicker" name="pyqt5DocDirPicker" 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 PyQt5 documentation directory</string> </property> </widget> </item> <item> <widget class="QLabel" name="textLabel1_8_2_2_5"> <property name="text"> <string><b>Note</b>: Leave empty to use the PYQT5DOCDIR environment variable, if set.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="pysideGroup"> <property name="title"> <string>PySide Documentation</string> </property> <layout class="QVBoxLayout" name="verticalLayout_8"> <item> <widget class="E5PathPicker" name="pysideDocDirPicker" 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 PySide documentation directory</string> </property> </widget> </item> <item> <widget class="QLabel" name="textLabel1_8_2_2"> <property name="text"> <string><b>Note</b>: Leave empty to use the PYSIDEDOCDIR 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> </property> <property name="sizeHint" stdset="0"> <size> <width>479</width> <height>41</height> </size> </property> </spacer> </item> </layout> </widget> <customwidgets> <customwidget> <class>E5PathPicker</class> <extends>QWidget</extends> <header>E5Gui/E5PathPicker.h</header> <container>1</container> </customwidget> </customwidgets> <resources/> <connections/> </ui>