91 lines
2.1 KiB
Text
91 lines
2.1 KiB
Text
|
<?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>302</width>
|
||
|
<height>157</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>BPM-Studio-Net-Client</string>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget">
|
||
|
<widget class="QTextBrowser" name="textBrowser_ausgabe">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>40</y>
|
||
|
<width>281</width>
|
||
|
<height>71</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_pause">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>10</y>
|
||
|
<width>80</width>
|
||
|
<height>24</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgb(255, 0, 0);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Pause</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_play">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>110</x>
|
||
|
<y>10</y>
|
||
|
<width>80</width>
|
||
|
<height>24</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgb(0, 255, 0);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Play</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="pushButton_fade">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>210</x>
|
||
|
<y>10</y>
|
||
|
<width>80</width>
|
||
|
<height>24</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgb(255, 255, 0);</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Fade</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<widget class="QMenuBar" name="menubar">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>302</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QStatusBar" name="statusbar"/>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|