<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ManualViewerDlg</class> <widget class="QDialog" name="ManualViewerDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>900</width> <height>1600</height> </rect> </property> <property name="styleSheet"> <string notr="true">#centralwidget { background-image: url(:/images/background/original.png); } #bottomBar { background-image: url(:/images/bottom_bar/background.png); } #midwidget { background-image: url(:/images/config/service/realtime_parts_bgnd.png); }</string> </property> <widget class="QWidget" name="centralwidget" native="true"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>900</width> <height>1600</height> </rect> </property> <property name="styleSheet"> <string notr="true"/> </property> <widget class="QWidget" name="bottomBar" native="true"> <property name="geometry"> <rect> <x>0</x> <y>1450</y> <width>900</width> <height>150</height> </rect> </property> <widget class="QPushButton" name="backButton"> <property name="geometry"> <rect> <x>401</x> <y>26</y> <width>97</width> <height>97</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="styleSheet"> <string notr="true">QPushButton { border-image: url(:/images/bottom_bar/back.png); } QPushButton:pressed, QPushButton:focus{ border-image: url(:/images/bottom_bar/back_ov.png); }</string> </property> <property name="text"> <string/> </property> </widget> </widget> <widget class="QLabel" name="ctrLbManual"> <property name="geometry"> <rect> <x>0</x> <y>5</y> <width>901</width> <height>1441</height> </rect> </property> <property name="text"> <string notr="true"/> </property> <property name="scaledContents"> <bool>false</bool> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> <widget class="QPushButton" name="leftButton"> <property name="geometry"> <rect> <x>14</x> <y>770</y> <width>100</width> <height>100</height> </rect> </property> <property name="styleSheet"> <string notr="true">QPushButton { border-image: url(:/images/help/page_prev.png); } QPushButton:pressed, QPushButton:focus { border-image: url(:/images/help/page_prev_over.png); }</string> </property> <property name="text"> <string/> </property> </widget> <widget class="QPushButton" name="rightButton"> <property name="geometry"> <rect> <x>788</x> <y>770</y> <width>100</width> <height>100</height> </rect> </property> <property name="styleSheet"> <string notr="true">QPushButton { border-image: url(:/images/help/page_next.png); } QPushButton:pressed , QPushButton:focus { border-image: url(:/images/help/page_next_over.png); }</string> </property> <property name="text"> <string/> </property> </widget> </widget> </widget> <tabstops> <tabstop>backButton</tabstop> <tabstop>leftButton</tabstop> <tabstop>rightButton</tabstop> </tabstops> <resources/> <connections/> </ui>