Fetch the repository succeeded.
<?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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。