1 Star 0 Fork 3

huachang/QtMusicPlayer

forked from Singtren/QtMusicPlayer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
musiclist.ui 1.70 KB
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2021-10-21 19:58 +08:00 . 修复bug美化界面
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MusicList</class>
<widget class="QWidget" name="MusicList">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>651</width>
<height>567</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="SongTable" name="musicTable">
<property name="geometry">
<rect>
<x>20</x>
<y>80</y>
<width>611</width>
<height>471</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>611</width>
<height>27</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>100</number>
</property>
<property name="leftMargin">
<number>40</number>
</property>
<property name="rightMargin">
<number>40</number>
</property>
<item>
<widget class="QPushButton" name="addButton">
<property name="text">
<string>添加</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="clearButton">
<property name="text">
<string>清空</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="delButton">
<property name="text">
<string>删除</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<customwidgets>
<customwidget>
<class>SongTable</class>
<extends>QTableWidget</extends>
<header>songtable.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chang_devel/qt-music-player.git
git@gitee.com:chang_devel/qt-music-player.git
chang_devel
qt-music-player
QtMusicPlayer
master

搜索帮助