www.pudn.com > gjs.rar > gotocelldialog.h


/****************************************************************************
** Form interface generated from reading ui file 'gotocelldialog.ui'
**
** Created: 星期二 十一月 21 21:25:43 2006
**      by: The User Interface Compiler ($Id: qt/main.cpp   3.2.1   edited May 19 14:22 $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef GOTOCELLDIALOG_H
#define GOTOCELLDIALOG_H

#include 
#include 

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QLabel;
class QLineEdit;
class QPushButton;

class GoToCellDialog : public QDialog
{
    Q_OBJECT

public:
    GoToCellDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    ~GoToCellDialog();

    QLabel* cellLocationLabel;
    QLineEdit* lineEdit;
    QPushButton* okButton;
    QPushButton* cancelButton;

public slots:
    virtual void enableOkButton();

protected:
    QVBoxLayout* GoToCellDialogLayout;
    QHBoxLayout* topLayout;
    QHBoxLayout* bottomLayout;

protected slots:
    virtual void languageChange();

private:
    void init();

};

#endif // GOTOCELLDIALOG_H