| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="windowModality">
- <enum>Qt::NonModal</enum>
- </property>
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>820</width>
- <height>420</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>820</width>
- <height>420</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>820</width>
- <height>420</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>RealPlay</string>
- </property>
- <widget class="QWidget" name="centralWidget">
- <widget class="QPushButton" name="pushButLoad">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>10</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Load Config</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButPlay">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>10</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Play</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButStopALL">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>50</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Stop ALL</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButStop">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>50</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Stop</string>
- </property>
- </widget>
- <widget class="QTableView" name="listView1">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>90</y>
- <width>771</width>
- <height>311</height>
- </rect>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|