Sat, 25 Mar 2023 17:39:59 +0100
Corrected a few 'quick search' issues.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PdfViewerPage</class> <widget class="QWidget" name="PdfViewerPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>372</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure PDF Viewer</b></string> </property> </widget> </item> <item> <widget class="Line" name="line14"> <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"> <property name="title"> <string>Search</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Context Length:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QSpinBox" name="contextLengthSpinBox"> <property name="toolTip"> <string>Enter the amount of characters to show before and after the search string.</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="minimum"> <number>10</number> </property> <property name="maximum"> <number>60</number> </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>203</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="0" colspan="3"> <widget class="QCheckBox" name="highlightCheckBox"> <property name="toolTip"> <string>Select to highlight all search results in the document.</string> </property> <property name="text"> <string>Highlight all search results</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_7"> <property name="title"> <string>Recent Files</string> </property> <layout class="QHBoxLayout" name="_2"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Number of recent files:</string> </property> </widget> </item> <item> <widget class="QSpinBox" name="recentFilesSpinBox"> <property name="toolTip"> <string>Enter the number of recent files to remember</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="minimum"> <number>5</number> </property> <property name="maximum"> <number>50</number> </property> </widget> </item> <item> <spacer> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>132</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>contextLengthSpinBox</tabstop> <tabstop>highlightCheckBox</tabstop> <tabstop>recentFilesSpinBox</tabstop> </tabstops> <resources/> <connections/> </ui>