findform.h
来自「简单的基于文件的数据库小程序」· C头文件 代码 · 共 69 行
H
69 行
/****************************************************************************** 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 + =
减小字号Ctrl + -
显示快捷键?