2 Star 4 Fork 4

陈金星/Qt下数据库操作Demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
dbwgt.ui 1.90 KB
一键复制 编辑 原始数据 按行查看 历史
陈金星 提交于 2019-08-12 14:15 . 界面操作用户的增删改查
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DbWgt</class>
<widget class="QWidget" name="DbWgt">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>820</width>
<height>520</height>
</rect>
</property>
<property name="windowTitle">
<string>DbWgt</string>
</property>
<widget class="QTableWidget" name="tableWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>60</y>
<width>761</width>
<height>441</height>
</rect>
</property>
</widget>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
<x>40</x>
<y>20</y>
<width>755</width>
<height>25</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>用户ID:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="userId"/>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>用户名:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="userName"/>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string>邮箱:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="userEmail"/>
</item>
<item>
<widget class="QPushButton" name="addBtn">
<property name="text">
<string>新增</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="modifyBtn">
<property name="text">
<string>修改</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chenjinxing/qt-db-demo.git
git@gitee.com:chenjinxing/qt-db-demo.git
chenjinxing
qt-db-demo
Qt下数据库操作Demo
master

搜索帮助