mainwindow.h
changeset 14 3d8176df0461
parent 10 e1abdc480485
child 20 2e1610865683
equal deleted inserted replaced
13:c5ee81217f70 14:3d8176df0461
    10 {
    10 {
    11   Q_OBJECT
    11   Q_OBJECT
    12   public:
    12   public:
    13    MainWindow(QWidget *parent = 0);
    13    MainWindow(QWidget *parent = 0);
    14    ~MainWindow();
    14    ~MainWindow();
    15   protected slots:
    15   public slots:
    16    void open();
    16    void open(const QString& = "");
    17   private:
    17   private:
    18 
    18 
    19    Ui::MainWindow *ui; 
    19    Ui::MainWindow *ui; 
    20    QFile currentFile;
    20    QFile currentFile_;
    21    QTextStream input;
    21    QTextStream input_;
    22 
    22 
    23    IGC	igc;
    23    IGC	igc_;
    24 
    24 
    25 };
    25 };
    26 
    26 
    27 #endif
    27 #endif