insertdialogform.h

来自「本代码采用嵌入式qt编写」· C头文件 代码 · 共 44 行

H
44
字号
/****************************************************************************** Form interface generated from reading ui file 'insertdialogform.ui'**** Created: Wed Apr 26 17:06:08 2006**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef INSERTDIALOGFORM_H#define INSERTDIALOGFORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QComboBox;class QLabel;class QListView;class QListViewItem;class QMultiLineEdit;class QPushButton;class InsertDialogForm : public QDialog{     Q_OBJECTpublic:    InsertDialogForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~InsertDialogForm();    QMultiLineEdit* fieldMultiEdit;    QLabel* tableFieldLabel;    QListView* tableListView;    QLabel* FieldValuesLabel;    QComboBox* tableComboBox;    QLabel* tableLabel;    QPushButton* okButton;    QPushButton* cancelButton;};#endif // INSERTDIALOGFORM_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?