mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-11 13:03:11 +08:00
196 lines
4.4 KiB
XML
196 lines
4.4 KiB
XML
<?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>851</width>
|
|
<height>706</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<widget class="QLineEdit" name="PageLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>370</x>
|
|
<y>610</y>
|
|
<width>113</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>745</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="RenderButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>390</x>
|
|
<y>640</y>
|
|
<width>80</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Display</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="RightButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>470</x>
|
|
<y>640</y>
|
|
<width>80</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Right</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="LeftButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>310</x>
|
|
<y>640</y>
|
|
<width>80</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Left</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="OpenFileButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>760</x>
|
|
<y>10</y>
|
|
<width>81</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open File</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="FileNameLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>741</width>
|
|
<height>26</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QScrollBar" name="horizontalScrollBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>570</y>
|
|
<width>811</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QScrollBar" name="verticalScrollBar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>820</x>
|
|
<y>40</y>
|
|
<width>16</width>
|
|
<height>531</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSlider" name="ScaleSlider">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>610</x>
|
|
<y>640</y>
|
|
<width>160</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimum">
|
|
<number>50</number>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>600</number>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>620</x>
|
|
<y>610</y>
|
|
<width>58</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Zoom</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="mainView" native="true">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>801</width>
|
|
<height>511</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>851</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuPDF_viewer">
|
|
<property name="title">
|
|
<string>PDF viewer</string>
|
|
</property>
|
|
</widget>
|
|
<addaction name="menuPDF_viewer"/>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|