7 Star 47 Fork 14

Oops404/哔哩BCM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cm.ui 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>471</width>
<height>203</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>471</width>
<height>181</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPushButton" name="path_select_btn">
<property name="font">
<font>
<family>微软雅黑 Light</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>选择路径</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="text_view"/>
</item>
<item>
<widget class="QPushButton" name="start_btn">
<property name="font">
<font>
<family>微软雅黑 Light</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>开始</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/Oops404/bcm.git
git@gitee.com:Oops404/bcm.git
Oops404
bcm
哔哩BCM
master

搜索帮助