276 lines
6.1 KiB
Plaintext
276 lines
6.1 KiB
Plaintext
|
|
<?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>1080</width>
|
||
|
|
<height>1920</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="palette">
|
||
|
|
<palette>
|
||
|
|
<active>
|
||
|
|
<colorrole role="Base">
|
||
|
|
<brush brushstyle="SolidPattern">
|
||
|
|
<color alpha="255">
|
||
|
|
<red>255</red>
|
||
|
|
<green>255</green>
|
||
|
|
<blue>255</blue>
|
||
|
|
</color>
|
||
|
|
</brush>
|
||
|
|
</colorrole>
|
||
|
|
<colorrole role="Window">
|
||
|
|
<brush brushstyle="SolidPattern">
|
||
|
|
<color alpha="255">
|
||
|
|
<red>255</red>
|
||
|
|
<green>255</green>
|
||
|
|
<blue>255</blue>
|
||
|
|
</color>
|
||
|
|
</brush>
|
||
|
|
</colorrole>
|
||
|
|
</active>
|
||
|
|
<inactive>
|
||
|
|
<colorrole role="Base">
|
||
|
|
<brush brushstyle="SolidPattern">
|
||
|
|
<color alpha="255">
|
||
|
|
<red>255</red>
|
||
|
|
<green>255</green>
|
||
|
|
<blue>255</blue>
|
||
|
|
</color>
|
||
|
|
</brush>
|
||
|
|
</colorrole>
|
||
|
|
<colorrole role="Window">
|
||
|
|
<brush brushstyle="SolidPattern">
|
||
|
|
<color alpha="255">
|
||
|
|
<red>255</red>
|
||
|
|
<green>255</green>
|
||
|
|
<blue>255</blue>
|
||
|
|
</color>
|
||
|
|
</brush>
|
||
|
|
</colorrole>
|
||
|
|
</inactive>
|
||
|
|
<disabled>
|
||
|
|
<colorrole role="Base">
|
||
|
|
<brush brushstyle="SolidPattern">
|
||
|
|
<color alpha="255">
|
||
|
|
<red>255</red>
|
||
|
|
<green>255</green>
|
||
|
|
<blue>255</blue>
|
||
|
|
</color>
|
||
|
|
</brush>
|
||
|
|
</colorrole>
|
||
|
|
<colorrole role="Window">
|
||
|
|
<brush brushstyle="SolidPattern">
|
||
|
|
<color alpha="255">
|
||
|
|
<red>255</red>
|
||
|
|
<green>255</green>
|
||
|
|
<blue>255</blue>
|
||
|
|
</color>
|
||
|
|
</brush>
|
||
|
|
</colorrole>
|
||
|
|
</disabled>
|
||
|
|
</palette>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<family>Arial</family>
|
||
|
|
<pointsize>9</pointsize>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="windowTitle">
|
||
|
|
<string>MainWindow</string>
|
||
|
|
</property>
|
||
|
|
<property name="autoFillBackground">
|
||
|
|
<bool>true</bool>
|
||
|
|
</property>
|
||
|
|
<widget class="QWidget" name="centralwidget">
|
||
|
|
<widget class="QLabel" name="label_title">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>10</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>351</width>
|
||
|
|
<height>41</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<family>Arial</family>
|
||
|
|
<pointsize>30</pointsize>
|
||
|
|
<weight>75</weight>
|
||
|
|
<bold>true</bold>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>NodeRoid v1.0</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="Line" name="line_title">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>40</y>
|
||
|
|
<width>1081</width>
|
||
|
|
<height>16</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="mouseTracking">
|
||
|
|
<bool>false</bool>
|
||
|
|
</property>
|
||
|
|
<property name="autoFillBackground">
|
||
|
|
<bool>false</bool>
|
||
|
|
</property>
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_node2">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>10</x>
|
||
|
|
<y>60</y>
|
||
|
|
<width>1071</width>
|
||
|
|
<height>101</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<family>Arial</family>
|
||
|
|
<pointsize>25</pointsize>
|
||
|
|
<weight>75</weight>
|
||
|
|
<bold>true</bold>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>等待中</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_node3">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>10</x>
|
||
|
|
<y>160</y>
|
||
|
|
<width>1071</width>
|
||
|
|
<height>101</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<family>Arial</family>
|
||
|
|
<pointsize>25</pointsize>
|
||
|
|
<weight>75</weight>
|
||
|
|
<bold>true</bold>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>等待中</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_node4">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>10</x>
|
||
|
|
<y>260</y>
|
||
|
|
<width>1071</width>
|
||
|
|
<height>101</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<family>Arial</family>
|
||
|
|
<pointsize>25</pointsize>
|
||
|
|
<weight>75</weight>
|
||
|
|
<bold>true</bold>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>等待中</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_node5">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>10</x>
|
||
|
|
<y>360</y>
|
||
|
|
<width>1071</width>
|
||
|
|
<height>101</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<family>Arial</family>
|
||
|
|
<pointsize>25</pointsize>
|
||
|
|
<weight>75</weight>
|
||
|
|
<bold>true</bold>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>等待中</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QLabel" name="label_time">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>10</x>
|
||
|
|
<y>460</y>
|
||
|
|
<width>1071</width>
|
||
|
|
<height>41</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<family>Arial</family>
|
||
|
|
<pointsize>25</pointsize>
|
||
|
|
<weight>75</weight>
|
||
|
|
<bold>true</bold>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="text">
|
||
|
|
<string>等待中</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBox">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>90</x>
|
||
|
|
<y>550</y>
|
||
|
|
<width>231</width>
|
||
|
|
<height>71</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<property name="font">
|
||
|
|
<font>
|
||
|
|
<family>Arial</family>
|
||
|
|
<pointsize>25</pointsize>
|
||
|
|
</font>
|
||
|
|
</property>
|
||
|
|
<property name="minimum">
|
||
|
|
<double>-100.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<double>100.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
<property name="value">
|
||
|
|
<double>27.000000000000000</double>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
<widget class="QMenuBar" name="menubar">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>1080</width>
|
||
|
|
<height>23</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
<widget class="QStatusBar" name="statusbar"/>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|