Mon, 28 Dec 2009 16:03:33 +0000
Started porting eric4 to Python3
<ui version="4.0" > <class>HelpAppearancePage</class> <widget class="QWidget" name="HelpAppearancePage" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>497</width> <height>440</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_2" > <item> <widget class="QLabel" name="headerLabel" > <property name="text" > <string><b>Configure help viewer appearance</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>Fonts</string> </property> <layout class="QGridLayout" name="gridLayout" > <item row="0" column="0" > <widget class="QPushButton" name="standardFontButton" > <property name="toolTip" > <string>Press to select the standard font</string> </property> <property name="text" > <string>Standard Font</string> </property> </widget> </item> <item row="0" column="1" > <widget class="QLineEdit" name="standardFontSample" > <property name="focusPolicy" > <enum>Qt::NoFocus</enum> </property> <property name="text" > <string>Times 16</string> </property> <property name="alignment" > <set>Qt::AlignHCenter</set> </property> <property name="readOnly" > <bool>true</bool> </property> </widget> </item> <item row="1" column="0" > <widget class="QPushButton" name="fixedFontButton" > <property name="toolTip" > <string>Press to select the fixed-width font</string> </property> <property name="text" > <string>Fixed-Width Font</string> </property> </widget> </item> <item row="1" column="1" > <widget class="QLineEdit" name="fixedFontSample" > <property name="focusPolicy" > <enum>Qt::NoFocus</enum> </property> <property name="text" > <string>Courier 13</string> </property> <property name="alignment" > <set>Qt::AlignHCenter</set> </property> <property name="readOnly" > <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3" > <property name="title" > <string>Colours</string> </property> <layout class="QGridLayout" name="gridLayout_2" > <item row="0" column="0" > <widget class="QLabel" name="textLabel1_3" > <property name="text" > <string>Background colour of secure URLs:</string> </property> </widget> </item> <item row="0" column="1" > <widget class="QPushButton" name="secureURLsColourButton" > <property name="minimumSize" > <size> <width>100</width> <height>0</height> </size> </property> <property name="toolTip" > <string>Select the background colour for secure URLs.</string> </property> <property name="text" > <string/> </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>141</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox" > <property name="title" > <string>Images</string> </property> <layout class="QVBoxLayout" name="verticalLayout" > <item> <widget class="QCheckBox" name="autoLoadImagesCheckBox" > <property name="toolTip" > <string>Select to load images</string> </property> <property name="text" > <string>Load images</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2" > <property name="title" > <string>Style Sheet</string> </property> <layout class="QHBoxLayout" name="horizontalLayout" > <item> <widget class="QLabel" name="label" > <property name="text" > <string>User Style Sheet:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="styleSheetEdit" > <property name="toolTip" > <string>Enter the file name of a user style sheet</string> </property> </widget> </item> <item> <widget class="QPushButton" name="styleSheetButton" > <property name="toolTip" > <string>Select the user style sheet via a file selection dialog</string> </property> <property name="text" > <string>...</string> </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>121</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>standardFontButton</tabstop> <tabstop>fixedFontButton</tabstop> <tabstop>secureURLsColourButton</tabstop> <tabstop>autoLoadImagesCheckBox</tabstop> <tabstop>styleSheetEdit</tabstop> <tabstop>styleSheetButton</tabstop> </tabstops> <resources/> <connections/> </ui>