加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/easysoft/zenshot
克隆/下载
zentaopreview.ui 1.36 KB
一键复制 编辑 原始数据 按行查看 历史
leexu007 提交于 2022-09-20 17:05 . * Fix bugs
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ZTPreview</class>
<widget class="QWidget" name="ZTPreview">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>780</width>
<height>412</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>780</width>
<height>412</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="imgview">
<property name="geometry">
<rect>
<x>35</x>
<y>50</y>
<width>297</width>
<height>181</height>
</rect>
</property>
<property name="text">
<string>TextLabel</string>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="labelSeparation">
<property name="geometry">
<rect>
<x>355</x>
<y>0</y>
<width>1</width>
<height>380</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QListView" name="listView">
<property name="geometry">
<rect>
<x>377</x>
<y>40</y>
<width>386</width>
<height>371</height>
</rect>
</property>
<property name="viewMode">
<enum>QListView::ListMode</enum>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化