mirror of
https://github.com/naruxde/revpi-revpiday2019.git
synced 2025-11-08 15:03:51 +01:00
184 lines
4.8 KiB
XML
184 lines
4.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>frm_main</class>
|
|
<widget class="QMainWindow" name="frm_main">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1024</width>
|
|
<height>768</height>
|
|
</rect>
|
|
</property>
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>1024</width>
|
|
<height>768</height>
|
|
</size>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>PIO</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QLabel" name="lbl_header">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap resource="main.qrc">:/global/img/willebg.png</pixmap>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QWidget" name="wid_main" native="true">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<widget class="QFrame" name="frame_center">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>350</x>
|
|
<y>20</y>
|
|
<width>324</width>
|
|
<height>200</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Panel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>15</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="wid_load">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>350</x>
|
|
<y>20</y>
|
|
<width>324</width>
|
|
<height>215</height>
|
|
</rect>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap resource="main.qrc">:/global/img/load.png</pixmap>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="wid_lift">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>354</x>
|
|
<y>280</y>
|
|
<width>316</width>
|
|
<height>432</height>
|
|
</rect>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap resource="main.qrc">:/global/img/lift.png</pixmap>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="wid_fork">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>404</x>
|
|
<y>-13</y>
|
|
<width>216</width>
|
|
<height>293</height>
|
|
</rect>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap resource="main.qrc">:/global/img/fork.png</pixmap>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="wid_more_left">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>50</y>
|
|
<width>128</width>
|
|
<height>128</height>
|
|
</rect>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap resource="main.qrc">:/global/png/left.png</pixmap>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="wid_more_right">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>796</x>
|
|
<y>50</y>
|
|
<width>128</width>
|
|
<height>128</height>
|
|
</rect>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap resource="main.qrc">:/global/png/right.png</pixmap>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="btn_fullscreen">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>50</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<zorder>frame_center</zorder>
|
|
<zorder>wid_lift</zorder>
|
|
<zorder>wid_fork</zorder>
|
|
<zorder>wid_more_left</zorder>
|
|
<zorder>wid_more_right</zorder>
|
|
<zorder>wid_load</zorder>
|
|
<zorder>btn_fullscreen</zorder>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QStatusBar" name="status"/>
|
|
</widget>
|
|
<resources>
|
|
<include location="main.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|