colform.h

来自「简单的基于文件的数据库小程序」· C头文件 代码 · 共 50 行

H
50
字号
/****************************************************************************** Form interface generated from reading ui file 'colform.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 COLFORM_H#define COLFORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QSpacerItem;class QFrame;class QLineEdit;class QPushButton;class colForm : public QDialog{    Q_OBJECTpublic:    colForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~colForm();    QFrame* frame34;    QLineEdit* lineEdit11;    QPushButton* pushButton14;    virtual QString getText();public slots:    virtual void ButtonOK();protected:    QVBoxLayout* colFormLayout;    QVBoxLayout* frame34Layout;protected slots:    virtual void languageChange();};#endif // COLFORM_H

⌨️ 快捷键说明

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