<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1221</width> <height>614</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralWidget"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLineEdit" name="txtSearch"/> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"/> </item> <item> <widget class="QTabWidget" name="tabWidget"> <property name="tabPosition"> <enum>QTabWidget::South</enum> </property> <property name="currentIndex"> <number>1</number> </property> <widget class="QWidget" name="resultsTab"> <attribute name="title"> <string>Search results</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QTreeWidget" name="treeResultsList"> <column> <property name="text"> <string>Filename</string> </property> </column> <column> <property name="text"> <string>Path</string> </property> </column> <column> <property name="text"> <string>Last modified</string> </property> </column> <column> <property name="text"> <string>Size</string> </property> </column> </widget> </item> </layout> </widget> <widget class="QWidget" name="pdfPreviewTab"> <attribute name="title"> <string>PDF-Preview</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_2" stretch="1,0"> <item> <widget class="QScrollArea" name="scrollArea"> <property name="layoutDirection"> <enum>Qt::LeftToRight</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> <widget class="QWidget" name="scrollAreaWidgetContents"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1179</width> <height>370</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout"/> </widget> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="lblScale"> <property name="text"> <string>Scale</string> </property> </widget> </item> <item> <widget class="QComboBox" name="comboScale"> <property name="currentText"> <string>25%</string> </property> <item> <property name="text"> <string>25%</string> </property> </item> <item> <property name="text"> <string>50%</string> </property> </item> <item> <property name="text"> <string>75%</string> </property> </item> <item> <property name="text"> <string>100%</string> </property> </item> <item> <property name="text"> <string>125%</string> </property> </item> <item> <property name="text"> <string>150%</string> </property> </item> </widget> </item> <item> <spacer name="horizontalSpacer"> <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> </item> </layout> </widget> </widget> </item> <item> <widget class="QLabel" name="lblSearchResults"> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QProgressBar" name="pdfProcessBar"> <property name="value"> <number>24</number> </property> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menuBar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>1221</width> <height>20</height> </rect> </property> </widget> <widget class="QToolBar" name="mainToolBar"> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak"> <bool>false</bool> </attribute> </widget> <widget class="QStatusBar" name="statusBar"/> </widget> <layoutdefault spacing="6" margin="11"/> <resources/> <connections/> </ui>