📄 adddb.ui
字号:
<vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QFrame"> <property name="name"> <cstring>frame15</cstring> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_2</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>10</y> <width>150</width> <height>20</height> </rect> </property> <property name="text"> <string>In which database</string> </property> </widget> <widget class="QComboBox"> <property name="name"> <cstring>comboBox1</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>30</y> <width>180</width> <height>27</height> </rect> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>60</y> <width>161</width> <height>20</height> </rect> </property> <property name="text"> <string>Enter the Table Name:</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>lineEdit2</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>80</y> <width>180</width> <height>30</height> </rect> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_3</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>110</y> <width>181</width> <height>33</height> </rect> </property> <property name="text"> <string>Enter the attributes andseparated by ","</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>lineEdit4</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>150</y> <width>180</width> <height>31</height> </rect> </property> </widget> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_4</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>188</y> <width>170</width> <height>33</height> </rect> </property> <property name="text"> <string>Enter the key and separated by ","</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>lineEdit4_2</cstring> </property> <property name="geometry"> <rect> <x>10</x> <y>230</y> <width>181</width> <height>31</height> </rect> </property> </widget> </widget> <widget class="QPushButton"> <property name="name"> <cstring>pushButton2</cstring> </property> <property name="text"> <string>OK</string> </property> </widget> </vbox> </widget> </hbox> </widget> </widget> </hbox> </widget> </hbox></widget><connections> <connection> <sender>pushButton2</sender> <signal>clicked()</signal> <receiver>addForm</receiver> <slot>addtable()</slot> </connection> <connection> <sender>pushButton1</sender> <signal>clicked()</signal> <receiver>addForm</receiver> <slot>adddb()</slot> </connection></connections><tabstops> <tabstop>tabWidget2</tabstop> <tabstop>lineEdit1</tabstop> <tabstop>pushButton1</tabstop> <tabstop>comboBox1</tabstop> <tabstop>lineEdit2</tabstop> <tabstop>lineEdit4</tabstop> <tabstop>lineEdit4_2</tabstop> <tabstop>pushButton2</tabstop></tabstops><includes> <include location="local" impldecl="in declaration">dbs.h</include> <include location="local" impldecl="in declaration">table.h</include> <include location="global" impldecl="in declaration">qmessagebox.h</include> <include location="global" impldecl="in declaration">qcombobox.h</include> <include location="local" impldecl="in implementation">addDB.ui.h</include></includes><slots> <slot>adddb()</slot> <slot>addtable()</slot></slots><functions> <function access="private" specifier="non virtual">init()</function> <function returnType="int">checkKey( QString t1, QString t2 )</function></functions><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -