5 Star 40 Fork 18

Gitee 极速下载/ZenShot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/easysoft/zenshot
克隆/下载
zentaotips.ui 2.94 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ZTTipsDlg</class>
<widget class="QDialog" name="ZTTipsDlg">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>442</width>
<height>110</height>
</rect>
</property>
<property name="maximumSize">
<size>
<width>442</width>
<height>110</height>
</size>
</property>
<property name="windowTitle">
<string>tips</string>
</property>
<property name="whatsThis">
<string notr="true"/>
</property>
<property name="modal">
<bool>true</bool>
</property>
<widget class="QLabel" name="labelSuccess">
<property name="geometry">
<rect>
<x>83</x>
<y>20</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>success</string>
</property>
</widget>
<widget class="QLabel" name="labelFailed">
<property name="geometry">
<rect>
<x>83</x>
<y>20</y>
<width>32</width>
<height>32</height>
</rect>
</property>
<property name="text">
<string>fail</string>
</property>
</widget>
<widget class="QLabel" name="labelMsg">
<property name="geometry">
<rect>
<x>115</x>
<y>23</y>
<width>301</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>msg</string>
</property>
</widget>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>80</y>
<width>441</width>
<height>41</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>5</number>
</property>
<property name="leftMargin">
<number>40</number>
</property>
<property name="rightMargin">
<number>40</number>
</property>
<property name="bottomMargin">
<number>20</number>
</property>
<item>
<widget class="QPushButton" name="btnModify">
<property name="minimumSize">
<size>
<width>35</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>modify</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btnOkay">
<property name="minimumSize">
<size>
<width>35</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>okay</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn3Sec">
<property name="minimumSize">
<size>
<width>35</width>
<height>20</height>
</size>
</property>
<property name="text">
<string>3sec</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/ZenShot.git
git@gitee.com:mirrors/ZenShot.git
mirrors
ZenShot
ZenShot
main

搜索帮助