1 Star 0 Fork 1

shiver/qt_phone_helper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
updatedialog.ui 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
JianBiHua 提交于 2019-03-12 11:26 . qt phone helper
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>UpdateDialog</class>
<widget class="QDialog" name="UpdateDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>360</width>
<height>270</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QWidget" name="topWidget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>366</width>
<height>97</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<widget class="QPushButton" name="pbClose">
<property name="geometry">
<rect>
<x>340</x>
<y>10</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QWidget" name="icon" native="true">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>20</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="lbTitle">
<property name="geometry">
<rect>
<x>40</x>
<y>10</y>
<width>111</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>360手机助手</string>
</property>
</widget>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>260</x>
<y>220</y>
<width>81</width>
<height>41</height>
</rect>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QWidget" name="mainWidget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>97</y>
<width>360</width>
<height>171</height>
</rect>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>60</x>
<y>30</y>
<width>171</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>没有发现新版本</string>
</property>
</widget>
</widget>
<zorder>mainWidget</zorder>
<zorder>topWidget</zorder>
<zorder>pushButton</zorder>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shiver/qt_phone_helper.git
git@gitee.com:shiver/qt_phone_helper.git
shiver
qt_phone_helper
qt_phone_helper
master

搜索帮助