2 Star 6 Fork 2

MinatoWang/Qt-QRcodeSQLite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sqlui.ui 4.30 KB
一键复制 编辑 原始数据 按行查看 历史
damoyelang1992 提交于 2016-03-03 14:15 . First Submit
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SQLUI</class>
<widget class="QWidget" name="SQLUI">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>798</width>
<height>660</height>
</rect>
</property>
<property name="windowTitle">
<string>数据查询</string>
</property>
<property name="windowIcon">
<iconset resource="icontopleft.qrc">
<normaloff>:/new/prefix1/images/sqlite.png</normaloff>:/new/prefix1/images/sqlite.png</iconset>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>261</width>
<height>51</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="QWidget" name="widget" native="true">
<property name="geometry">
<rect>
<x>0</x>
<y>50</y>
<width>791</width>
<height>61</height>
</rect>
</property>
<widget class="QRadioButton" name="QRcodeButton">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Arabic</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>二维码</string>
</property>
</widget>
<widget class="QRadioButton" name="BoxNumButton">
<property name="geometry">
<rect>
<x>260</x>
<y>20</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Arabic</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>框号</string>
</property>
</widget>
<widget class="QRadioButton" name="TimeButton">
<property name="geometry">
<rect>
<x>410</x>
<y>20</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>时间</string>
</property>
</widget>
<widget class="QPushButton" name="OKPushButton">
<property name="geometry">
<rect>
<x>680</x>
<y>20</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Adobe Arabic</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>确定</string>
</property>
</widget>
<widget class="QDateEdit" name="StartTime">
<property name="geometry">
<rect>
<x>460</x>
<y>20</y>
<width>91</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QDateEdit" name="EndTime">
<property name="geometry">
<rect>
<x>580</x>
<y>20</y>
<width>91</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>560</x>
<y>20</y>
<width>21</width>
<height>31</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="QLineEdit" name="QRText">
<property name="geometry">
<rect>
<x>100</x>
<y>20</y>
<width>151</width>
<height>31</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="Boxtext">
<property name="geometry">
<rect>
<x>320</x>
<y>20</y>
<width>81</width>
<height>31</height>
</rect>
</property>
</widget>
</widget>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>110</y>
<width>780</width>
<height>540</height>
</rect>
</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

搜索帮助