/****************************************************************************
** Form interface generated from reading ui file 'mainform.ui'
**
** Created: dom 1. oct 13:48:34 2017
**      by: The User Interface Compiler ($Id: main.cpp 2051 2007-02-21 10:04:20Z chehrlic $)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/

#ifndef MAINFORM_H
#define MAINFORM_H

#include <qvariant.h>
#include <qdialog.h>

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QPushButton;

class MainForm : public QDialog
{
    Q_OBJECT

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

    QPushButton* optionsPushButton;
    QPushButton* quitPushButton;

public slots:
    virtual void optionsDlg();
    virtual void quit();

protected:
    bool log_errors;
    bool log_warnings;
    bool log_actions;
    bool logging;
    bool sessions;
    QString log_filename;

    QVBoxLayout* MainFormLayout;

protected slots:
    virtual void languageChange();

private:
    virtual void init();

};

#endif // MAINFORM_H
