5 Star 1 Fork 0

Innocence/dbms_2

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
addcol.ui 2.28 KB
Copy Edit Raw Blame History
unknown authored 2023-05-11 20:26 . ww.23.5.11
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AddCol</class>
<widget class="QWidget" name="AddCol">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>343</width>
<height>205</height>
</rect>
</property>
<property name="windowTitle">
<string>添加一列</string>
</property>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>30</x>
<y>50</y>
<width>241</width>
<height>91</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>列的名字:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="col_name_edit"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>数据类型</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="datatype">
<item>
<property name="text">
<string>INT</string>
</property>
</item>
<item>
<property name="text">
<string>BOOL</string>
</property>
</item>
<item>
<property name="text">
<string>VARCHAR</string>
</property>
</item>
<item>
<property name="text">
<string>DATETIME</string>
</property>
</item>
<item>
<property name="text">
<string>DOUBLE</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
<widget class="QLineEdit" name="varchar_n">
<property name="geometry">
<rect>
<x>30</x>
<y>150</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="placeholderText">
<string>填写n值</string>
</property>
</widget>
<widget class="QPushButton" name="finished_btn">
<property name="geometry">
<rect>
<x>190</x>
<y>150</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>完成</string>
</property>
</widget>
</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

Search

0d507c66 1850385 C8b1a773 1850385