1 Star 0 Fork 0

qinxude/rk3568ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
screenswitchbutton.ui 5.00 KB
一键复制 编辑 原始数据 按行查看 历史
qinxude 提交于 2024-09-03 09:38 . 3568ui base
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ScreenSwitchButton</class>
<widget class="QWidget" name="ScreenSwitchButton">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1080</width>
<height>109</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">border:0px solid;
border-bottom-color: rgb(251, 160, 57);</string>
</property>
<widget class="QPushButton" name="b4">
<property name="geometry">
<rect>
<x>390</x>
<y>-1</y>
<width>150</width>
<height>111</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(67, 67, 67);
font: 30px &quot;Ubuntu&quot;;
font:bold;
color: rgb(255, 255, 255);
border:2px solid;
border-right-color: rgb(95,95,95);
border-left-color: rgb(95,95,95);</string>
</property>
<property name="text">
<string>碰撞</string>
</property>
</widget>
<widget class="QPushButton" name="b2">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>130</x>
<y>-1</y>
<width>130</width>
<height>111</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(67, 67, 67);
font: 30px &quot;Ubuntu&quot;;
font:bold;
color: rgb(255, 255, 255);
border:2px solid;
border-color: rgb(95,95,95);</string>
</property>
<property name="text">
<string>人脸</string>
</property>
</widget>
<widget class="QPushButton" name="b6">
<property name="geometry">
<rect>
<x>690</x>
<y>0</y>
<width>110</width>
<height>111</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0,0,0);
image: url(:/image/ButtonSync.png);
font: 16pt &quot;Ubuntu&quot;;
color: rgb(255, 255, 255);
border:0px solid;
border-color: rgb(95,95,95);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="b8">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>910</x>
<y>0</y>
<width>170</width>
<height>111</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">image: url(:/image/ButtonQuite.png);
background-color: rgb(0,0,0);
font: 30px &quot;Ubuntu&quot;;
font:bold;
color: rgb(255, 255, 255);
border:0px solid;
text-align: right;
padding-right:20px;
image-position:left;
padding-left:20px;
</string>
</property>
<property name="text">
<string>退出</string>
</property>
</widget>
<widget class="QPushButton" name="b5">
<property name="geometry">
<rect>
<x>540</x>
<y>-1</y>
<width>150</width>
<height>111</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(67, 67, 67);
font: 30px &quot;Ubuntu&quot;;
font:bold;
color: rgb(255, 255, 255);
border:2px solid;
border-right-color: rgb(95,95,95);
border-left-color: rgb(95,95,95);</string>
</property>
<property name="text">
<string>系统</string>
</property>
</widget>
<widget class="QPushButton" name="b7">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>800</x>
<y>0</y>
<width>110</width>
<height>111</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(0,0,0);
image: url(:/image/ButtonHelp.png);
font: 16pt &quot;Ubuntu&quot;;
color: rgb(255, 255, 255);
border:0px solid;
border-color: rgb(95,95,95);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="b1">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>-1</y>
<width>130</width>
<height>111</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(67, 67, 67);
font: 30px &quot;Ubuntu&quot;;
font:bold;
color: rgb(255, 255, 255);
border:2px solid;
border-color: rgb(95,95,95);</string>
</property>
<property name="text">
<string>视频</string>
</property>
</widget>
<widget class="QPushButton" name="b3">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>260</x>
<y>-1</y>
<width>130</width>
<height>111</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-color: rgb(67, 67, 67);
font: 30px &quot;Ubuntu&quot;;
font:bold;
color: rgb(255, 255, 255);
border:2px solid;
border-color: rgb(95,95,95);</string>
</property>
<property name="text">
<string>限位</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/qinxude/rk3568ui.git
[email protected]:qinxude/rk3568ui.git
qinxude
rk3568ui
rk3568ui
master

搜索帮助