2 Star 6 Fork 2

MinatoWang/Qt-QRcodeSQLite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
duplicate.ui 3.30 KB
一键复制 编辑 原始数据 按行查看 历史
damoyelang1992 提交于 2016-03-03 14:15 . First Submit
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Duplicate</class>
<widget class="QDialog" name="Duplicate">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>二维码重复!</string>
</property>
<property name="windowIcon">
<iconset resource="icontopleft.qrc">
<normaloff>:/new/prefix1/images/LexinSQicon.png</normaloff>:/new/prefix1/images/LexinSQicon.png</iconset>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>120</x>
<y>100</y>
<width>161</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Arabic</family>
<pointsize>20</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>二维码重复!</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>40</x>
<y>40</y>
<width>101</width>
<height>61</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Arabic</family>
<pointsize>28</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>警告:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>90</x>
<y>160</y>
<width>111</width>
<height>41</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Arabic</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>请输入管理员密码:</string>
</property>
</widget>
<widget class="QLineEdit" name="PWD">
<property name="geometry">
<rect>
<x>200</x>
<y>170</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
<widget class="QPushButton" name="OK">
<property name="geometry">
<rect>
<x>170</x>
<y>250</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QLabel" name="PWDStatus">
<property name="geometry">
<rect>
<x>170</x>
<y>210</y>
<width>131</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="Cancel">
<property name="geometry">
<rect>
<x>270</x>
<y>250</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>清空</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>180</x>
<y>0</y>
<width>221</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>请勿擅自关闭此窗口,否则会出现问题!</string>
</property>
</widget>
</widget>
<resources>
<include location="icontopleft.qrc"/>
</resources>
<connections/>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/VegeIsMyLove/Qt-QRcodeSQLite.git
[email protected]:VegeIsMyLove/Qt-QRcodeSQLite.git
VegeIsMyLove
Qt-QRcodeSQLite
Qt-QRcodeSQLite
master

搜索帮助