1 Star 0 Fork 0

qinxude/rk3568ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
functionaltestsetting.ui 16.38 KB
一键复制 编辑 原始数据 按行查看 历史
qinxude 提交于 2024-09-03 09:38 . 3568ui base
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FunctionalTestSetting</class>
<widget class="QWidget" name="FunctionalTestSetting">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1080</width>
<height>1920</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1080</width>
<height>1920</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0, 0, 0);</string>
</property>
<widget class="QWidget" name="widget_2" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1080</width>
<height>109</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(67,67,67);</string>
</property>
<widget class="QPushButton" name="QuiteButton">
<property name="geometry">
<rect>
<x>60</x>
<y>20</y>
<width>70</width>
<height>70</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-image: url(:/image/ButtonBack.png);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>463</x>
<y>20</y>
<width>231</width>
<height>73</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 30px&quot;Ubuntu&quot;;
font:bold;</string>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;功能测试&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget_3" native="true">
<property name="geometry">
<rect>
<x>40</x>
<y>150</y>
<width>1000</width>
<height>700</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-bottom:2px solid;
border-bottom-color: rgb(255, 255, 255);</string>
</property>
<widget class="QPushButton" name="DebugEntry">
<property name="geometry">
<rect>
<x>220</x>
<y>40</y>
<width>170</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:2px solid rgb(255,255,255);
font: 24px&quot;Ubuntu&quot;;
font:bold;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>进入</string>
</property>
</widget>
<widget class="QPushButton" name="DebugExit">
<property name="geometry">
<rect>
<x>450</x>
<y>40</y>
<width>170</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(251, 160, 57);
border:2px solid rgb(251, 160, 57);
font: 24px&quot;Ubuntu&quot;;
font:bold;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>退出</string>
</property>
</widget>
<widget class="QLabel" name="label_44">
<property name="geometry">
<rect>
<x>70</x>
<y>140</y>
<width>131</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>小车前进</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_45">
<property name="geometry">
<rect>
<x>70</x>
<y>40</y>
<width>131</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>调试状态</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_46">
<property name="geometry">
<rect>
<x>70</x>
<y>220</y>
<width>131</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>小车后退</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_47">
<property name="geometry">
<rect>
<x>70</x>
<y>300</y>
<width>131</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>高度向上</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_48">
<property name="geometry">
<rect>
<x>70</x>
<y>380</y>
<width>131</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>高度向下</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_49">
<property name="geometry">
<rect>
<x>70</x>
<y>460</y>
<width>131</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>大臂向左</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="label_50">
<property name="geometry">
<rect>
<x>70</x>
<y>540</y>
<width>131</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>大臂向右</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QWidget" name="widget_4" native="true">
<property name="geometry">
<rect>
<x>220</x>
<y>130</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:0px solid;</string>
</property>
<widget class="QRadioButton" name="CarFontStart">
<property name="geometry">
<rect>
<x>20</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(115, 210, 22);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>允许</string>
</property>
</widget>
<widget class="QRadioButton" name="CarFontStop">
<property name="geometry">
<rect>
<x>150</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(204, 0, 0);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>禁用</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget_5" native="true">
<property name="geometry">
<rect>
<x>200</x>
<y>210</y>
<width>291</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:0px solid;</string>
</property>
<widget class="QRadioButton" name="CarBackStart">
<property name="geometry">
<rect>
<x>40</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(115, 210, 22);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>允许</string>
</property>
</widget>
<widget class="QRadioButton" name="CarBackStop">
<property name="geometry">
<rect>
<x>170</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(204, 0, 0);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>禁用</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget_6" native="true">
<property name="geometry">
<rect>
<x>210</x>
<y>290</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:0px solid;</string>
</property>
<widget class="QRadioButton" name="CarUpStart">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(115, 210, 22);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>允许</string>
</property>
</widget>
<widget class="QRadioButton" name="CarUpStop">
<property name="geometry">
<rect>
<x>160</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(204, 0, 0);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>禁用</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget_7" native="true">
<property name="geometry">
<rect>
<x>210</x>
<y>370</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:0px solid;</string>
</property>
<widget class="QWidget" name="widget_8" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:0px solid;</string>
</property>
<widget class="QRadioButton" name="CarDownStart">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(115, 210, 22);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>允许</string>
</property>
</widget>
<widget class="QRadioButton" name="CarDownStop">
<property name="geometry">
<rect>
<x>160</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(204, 0, 0);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>禁用</string>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="widget_9" native="true">
<property name="geometry">
<rect>
<x>210</x>
<y>450</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:0px solid;</string>
</property>
<widget class="QRadioButton" name="CarLeftStart">
<property name="geometry">
<rect>
<x>30</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(115, 210, 22);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>允许</string>
</property>
</widget>
<widget class="QRadioButton" name="CarLeftStop">
<property name="geometry">
<rect>
<x>160</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(204, 0, 0);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>禁用</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="widget_10" native="true">
<property name="geometry">
<rect>
<x>200</x>
<y>530</y>
<width>281</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border:0px solid;</string>
</property>
<widget class="QRadioButton" name="CarRightStart">
<property name="geometry">
<rect>
<x>40</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(115, 210, 22);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>允许</string>
</property>
</widget>
<widget class="QRadioButton" name="CarRightStop">
<property name="geometry">
<rect>
<x>170</x>
<y>10</y>
<width>91</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(204, 0, 0);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>禁用</string>
</property>
</widget>
</widget>
</widget>
<widget class="QLabel" name="label_51">
<property name="geometry">
<rect>
<x>110</x>
<y>890</y>
<width>131</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(255, 255, 255);
font: 24px &quot;Ubuntu&quot;;
font:bold;
border:0px solid;</string>
</property>
<property name="text">
<string>语言测试:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="pushButton_3">
<property name="geometry">
<rect>
<x>200</x>
<y>980</y>
<width>181</width>
<height>50</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(251, 160, 57);
border:2px solid rgb(251, 160, 57);
font: 24px&quot;Ubuntu&quot;;
font:bold;
color: rgb(255, 255, 255);</string>
</property>
<property name="text">
<string>播放力矩报警</string>
</property>
</widget>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qinxude/rk3568ui.git
[email protected]:qinxude/rk3568ui.git
qinxude
rk3568ui
rk3568ui
master

搜索帮助