📄 findform.h
字号:
/****************************************************************************** Form interface generated from reading ui file 'findForm.ui'**** Created by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef FINDFORM_H#define FINDFORM_H#include <qvariant.h>#include <qdialog.h>#include <qcombobox.h>#include "dbs.h"#include "db.h"#include "table.h"class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QFrame;class QComboBox;class QLabel;class QPushButton;class QLineEdit;class findForm : public QDialog{ Q_OBJECTpublic: findForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~findForm(); QFrame* frame7; QFrame* frame8; QComboBox* comboBox3; QLabel* textLabel1; QPushButton* pushButton3; QLineEdit* lineEdit2; QLabel* textLabel2; QLabel* textLabel3; QLabel* textLabel4; QComboBox* comboBox1; QComboBox* comboBox2;public slots: virtual void findOK(); virtual void refresh2( const QString & name ); virtual void refresh1( const QString & name );protected: QHBoxLayout* findFormLayout; QHBoxLayout* frame7Layout; QSpacerItem* spacer1; QGridLayout* frame8Layout;protected slots: virtual void languageChange();private: void init();};#endif // FINDFORM_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -