1 Star 7 Fork 6

Towel Roll/基于Arm和Qt的智能车载系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
language.ui 2.54 KB
一键复制 编辑 原始数据 按行查看 历史
Towel Roll 提交于 2022-01-21 10:32 +08:00 . 第一次提交
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Language</class>
<widget class="QMainWindow" name="Language">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>500</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>350</x>
<y>10</y>
<width>181</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>27</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">color: rgb(243, 243, 243);</string>
</property>
<property name="text">
<string>语言</string>
</property>
</widget>
<widget class="QPushButton" name="Chinese">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>751</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>简体中文</string>
</property>
</widget>
<widget class="Line" name="line">
<property name="geometry">
<rect>
<x>17</x>
<y>80</y>
<width>761</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QPushButton" name="English">
<property name="geometry">
<rect>
<x>20</x>
<y>200</y>
<width>751</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>English</string>
</property>
</widget>
<widget class="Line" name="line_2">
<property name="geometry">
<rect>
<x>20</x>
<y>160</y>
<width>761</width>
<height>20</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QListWidget" name="StatusBar_lw">
<property name="geometry">
<rect>
<x>10</x>
<y>380</y>
<width>780</width>
<height>60</height>
</rect>
</property>
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="styleSheet">
<string notr="true">QListWidget{background-color: transparent;
border:1px solid #242424;}</string>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/towel-roll/SmartCarSystem.git
git@gitee.com:towel-roll/SmartCarSystem.git
towel-roll
SmartCarSystem
基于Arm和Qt的智能车载系统
V2.0

搜索帮助