triangle/python_gui/gui/main_ui.ui

153 lines
3.5 KiB
Plaintext
Raw Normal View History

2021-08-17 17:01:19 +00:00
<?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>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QSlider" name="velocity_horizontalSlider">
<property name="geometry">
<rect>
<x>470</x>
<y>420</y>
<width>261</width>
<height>22</height>
</rect>
</property>
<property name="minimum">
<number>-100</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="tickPosition">
<enum>QSlider::TicksAbove</enum>
</property>
<property name="tickInterval">
<number>10</number>
</property>
</widget>
<widget class="QLineEdit" name="velocity_lineEdit">
<property name="geometry">
<rect>
<x>580</x>
<y>460</y>
<width>113</width>
<height>21</height>
</rect>
</property>
2021-08-24 07:32:57 +00:00
<property name="text">
<string>0</string>
</property>
2021-08-17 17:01:19 +00:00
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>520</x>
<y>460</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>速度:</string>
</property>
</widget>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>180</x>
<y>20</y>
<width>581</width>
<height>361</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout"/>
</widget>
2021-08-24 07:32:57 +00:00
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>20</x>
<y>420</y>
<width>241</width>
<height>61</height>
</rect>
</property>
<property name="title">
<string>wifi_IP</string>
</property>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>221</width>
<height>31</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>1</number>
</property>
<item>
<widget class="QLineEdit" name="wifi_IP_lineEdit">
<property name="text">
<string>192.168.4.2</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="wifi_config_pushButton">
<property name="text">
<string>设置</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QPushButton" name="wifi_recv_open_pushButton">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>180</x>
<y>380</y>
<width>93</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>打开</string>
</property>
</widget>
2021-08-17 17:01:19 +00:00
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>