Files
gcs-nf/App/ToolsUI/ToolsUI.ui
T

145 lines
3.7 KiB
XML
Raw Normal View History

2020-03-28 21:27:22 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ToolsUI</class>
<widget class="QWidget" name="ToolsUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2020-05-28 18:11:23 +08:00
<width>891</width>
<height>645</height>
2020-03-28 21:27:22 +08:00
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
2020-08-19 22:21:48 +08:00
<item row="0" column="1">
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout">
2020-08-19 22:21:48 +08:00
<item row="5" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
2020-06-04 18:20:13 +08:00
<item row="1" column="0">
<widget class="QPushButton" name="pushButton_Log">
<property name="minimumSize">
<size>
<width>120</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>80</height>
</size>
</property>
<property name="text">
2020-06-04 18:20:13 +08:00
<string>Log</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QPushButton" name="pushButton_Replay">
<property name="minimumSize">
<size>
<width>120</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>80</height>
</size>
</property>
<property name="text">
<string>Replay</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QPushButton" name="pushButton_Inspector">
<property name="minimumSize">
<size>
<width>120</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>80</height>
</size>
</property>
<property name="text">
<string>Inspector</string>
</property>
</widget>
</item>
2020-06-04 18:20:13 +08:00
<item row="3" column="0">
<widget class="QPushButton" name="pushButton_Console">
<property name="minimumSize">
<size>
<width>120</width>
<height>80</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>80</height>
</size>
</property>
<property name="text">
2020-06-04 18:20:13 +08:00
<string>Console</string>
</property>
</widget>
</item>
2020-06-04 18:20:13 +08:00
<item row="4" column="0">
2020-08-19 22:21:48 +08:00
<widget class="QPushButton" name="pushButton_Servos">
<property name="minimumSize">
2020-06-04 18:20:13 +08:00
<size>
2020-08-19 22:21:48 +08:00
<width>120</width>
<height>80</height>
2020-06-04 18:20:13 +08:00
</size>
</property>
2020-08-19 22:21:48 +08:00
<property name="text">
<string>Servos</string>
</property>
</widget>
2020-06-04 18:20:13 +08:00
</item>
</layout>
</item>
<item row="0" column="2">
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</item>
</layout>
2020-03-28 21:27:22 +08:00
</widget>
<resources/>
<connections/>
</ui>