📄 findform.ui~
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>findForm</class><widget class="QDialog"> <property name="name"> <cstring>findForm</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>618</width> <height>320</height> </rect> </property> <property name="caption"> <string>Find</string> </property> <property name="icon"> <pixmap>main.png</pixmap> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QFrame"> <property name="name"> <cstring>frame7</cstring> </property> <property name="paletteBackgroundPixmap"> <pixmap>20060609095804647.jpg</pixmap> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>261</width> <height>271</height> </size> </property> </spacer> </hbox> </widget> <widget class="QFrame"> <property name="name"> <cstring>frame8</cstring> </property> <property name="frameShape"> <enum>StyledPanel</enum> </property> <property name="frameShadow"> <enum>Raised</enum> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QComboBox" row="2" column="1"> <property name="name"> <cstring>comboBox3</cstring> </property> </widget> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="text"> <string>Select the Database</string> </property> </widget> <widget class="QPushButton" row="4" column="1"> <property name="name"> <cstring>pushButton3</cstring> </property> <property name="text"> <string>OK</string> </property> </widget> <widget class="QLineEdit" row="3" column="1"> <property name="name"> <cstring>lineEdit2</cstring> </property> </widget> <widget class="QLabel" row="1" column="0"> <property name="name"> <cstring>textLabel2</cstring> </property> <property name="text"> <string>Select the table</string> </property> </widget> <widget class="QLabel" row="2" column="0"> <property name="name"> <cstring>textLabel3</cstring> </property> <property name="text"> <string>Select the Col</string> </property> </widget> <widget class="QLabel" row="3" column="0"> <property name="name"> <cstring>textLabel4</cstring> </property> <property name="text"> <string>Input the Key words</string> </property> </widget> <widget class="QComboBox" row="0" column="1"> <property name="name"> <cstring>comboBox1</cstring> </property> </widget> <widget class="QComboBox" row="1" column="1"> <property name="name"> <cstring>comboBox2</cstring> </property> </widget> </grid> </widget> </hbox></widget><connections> <connection> <sender>pushButton3</sender> <signal>clicked()</signal> <receiver>findForm</receiver> <slot>findOK()</slot> </connection> <connection> <sender>comboBox1</sender> <signal>activated(const QString&)</signal> <receiver>findForm</receiver> <slot>refresh1(const QString&)</slot> </connection> <connection> <sender>comboBox2</sender> <signal>activated(const QString&)</signal> <receiver>findForm</receiver> <slot>refresh2(const QString&)</slot> </connection></connections><includes> <include location="local" impldecl="in declaration">dbs.h</include> <include location="local" impldecl="in declaration">db.h</include> <include location="local" impldecl="in declaration">table.h</include> <include location="global" impldecl="in declaration">qcombobox.h</include> <include location="local" impldecl="in implementation">findForm.ui.h</include></includes><slots> <slot>findOK()</slot> <slot>refresh2( const QString & name )</slot> <slot>refresh1( const QString & name )</slot></slots><functions> <function access="private" specifier="non virtual">init()</function></functions><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -