hellobase.h

来自「Qtopia链接Sqlite3数据库 Qtopia 2.2.0 Sqlite」· C头文件 代码 · 共 42 行

H
42
字号
/****************************************************************************
** Form interface generated from reading ui file 'helloBase.ui'
**
** Created: Mon Mar 5 14:24:56 2007
**      by:  The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#ifndef HELLOBASE_H
#define HELLOBASE_H

#include <qvariant.h>
#include <qwidget.h>
class QVBoxLayout; 
class QHBoxLayout; 
class QGridLayout; 
class QComboBox;
class QLabel;
class QLineEdit;
class QPushButton;

class HelloBase : public QWidget
{ 
    Q_OBJECT

public:
    HelloBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
    ~HelloBase();

    QLabel* TextLabel1;
    QLabel* TextLabel2;
    QLabel* TextLabel3;
    QComboBox* ComboBox1;
    QPushButton* Cancel;
    QPushButton* OK;
    QLineEdit* LineEdit1;
    QLineEdit* LineEdit2;

};

#endif // HELLOBASE_H

⌨️ 快捷键说明

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