5 Star 1 Fork 0

Innocence/dbms_2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mainwindow.ui 4.84 KB
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2023-05-18 20:08 . ww.23.5.18
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>951</width>
<height>724</height>
</rect>
</property>
<property name="windowTitle">
<string>DBMS</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>280</x>
<y>20</y>
<width>611</width>
<height>81</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QToolButton" name="reserve_btn">
<property name="geometry">
<rect>
<x>150</x>
<y>20</y>
<width>61</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>保存</string>
</property>
</widget>
<widget class="QToolButton" name="deleted_col">
<property name="geometry">
<rect>
<x>220</x>
<y>20</y>
<width>61</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>删除此列</string>
</property>
</widget>
<widget class="QToolButton" name="deleted_row">
<property name="geometry">
<rect>
<x>290</x>
<y>20</y>
<width>61</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>删除此行</string>
</property>
</widget>
<widget class="QPushButton" name="add_row">
<property name="geometry">
<rect>
<x>360</x>
<y>20</y>
<width>71</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>增加一行</string>
</property>
</widget>
<widget class="QToolButton" name="toolButton_2">
<property name="geometry">
<rect>
<x>70</x>
<y>20</y>
<width>61</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>建表</string>
</property>
</widget>
<widget class="QToolButton" name="toolButton_3">
<property name="geometry">
<rect>
<x>0</x>
<y>20</y>
<width>61</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>建库</string>
</property>
</widget>
<widget class="QPushButton" name="add_col">
<property name="geometry">
<rect>
<x>440</x>
<y>20</y>
<width>61</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>增加一列</string>
</property>
</widget>
</widget>
<widget class="QTreeView" name="treeView">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>241</width>
<height>631</height>
</rect>
</property>
</widget>
<widget class="QTableView" name="tableView">
<property name="geometry">
<rect>
<x>280</x>
<y>120</y>
<width>641</width>
<height>371</height>
</rect>
</property>
</widget>
<widget class="QPlainTextEdit" name="console">
<property name="geometry">
<rect>
<x>280</x>
<y>500</y>
<width>641</width>
<height>141</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>16</pointsize>
<bold>false</bold>
</font>
</property>
<property name="plainText">
<string/>
</property>
<property name="placeholderText">
<string>请输入sql语句</string>
</property>
</widget>
<widget class="QPushButton" name="run_btn">
<property name="geometry">
<rect>
<x>840</x>
<y>610</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>运行</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>951</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuDemo">
<property name="title">
<string>文件</string>
</property>
</widget>
<widget class="QMenu" name="menuDemo_2">
<property name="title">
<string>工具</string>
</property>
<addaction name="separator"/>
</widget>
<widget class="QMenu" name="menu">
<property name="title">
<string>帮助</string>
</property>
</widget>
<addaction name="menuDemo"/>
<addaction name="menuDemo_2"/>
<addaction name="menu"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guo-jia9/dbms_2.git
git@gitee.com:guo-jia9/dbms_2.git
guo-jia9
dbms_2
dbms_2
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385