加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
song_listtable.ui 813 Bytes
一键复制 编辑 原始数据 按行查看 历史
HanLongXia 提交于 2022-04-14 18:08 . .
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Song_listTable</class>
<widget class="QWidget" name="Song_listTable">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>290</width>
<height>288</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QListWidget" name="listWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>291</width>
<height>291</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/new/prefix1/picture/13.png);</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化