1
0
mirror of https://github.com/naruxde/revpi-revpiday2019.git synced 2025-11-08 15:03:51 +01:00

Version aus Leipzig

This commit is contained in:
Sven Sager
2019-09-28 12:21:06 +02:00
parent a8f36521c6
commit 124211d12f
18 changed files with 15252 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

12
praezipos/ui_dev/main.qrc Normal file
View File

@@ -0,0 +1,12 @@
<RCC>
<qresource prefix="global">
<file>img/load.png</file>
<file>img/fork.png</file>
<file>img/lift.png</file>
<file>img/willebg.png</file>
<file>png/left.png</file>
<file>png/ok.png</file>
<file>png/right.png</file>
<file>png/fail.png</file>
</qresource>
</RCC>

183
praezipos/ui_dev/main.ui Normal file
View File

@@ -0,0 +1,183 @@
<?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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

BIN
praezipos/ui_dev/png/ok.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB