1 Star 0 Fork 8

惠欣宇/kittyzone_1

forked from jachin leon/kittyzone 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
周忠康 提交于 2022-08-23 00:49 . 初始ui界面
<?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="QPushButton" name="button_guassion">
<property name="geometry">
<rect>
<x>60</x>
<y>70</y>
<width>93</width>
<height>29</height>
</rect>
</property>
<property name="text">
<string>高斯</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>100</x>
<y>220</y>
<width>591</width>
<height>311</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/huisiii/kittyzone_1.git
git@gitee.com:huisiii/kittyzone_1.git
huisiii
kittyzone_1
kittyzone_1
master

搜索帮助