/****************************************************************************
** Form interface generated from reading ui file 'mainfilesettings.ui'
**
** Created: dom 1. oct 13:12:51 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 CPPMAINFILE_H
#define CPPMAINFILE_H

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

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QLabel;
class QLineEdit;
class QListBox;
class QListBoxItem;
class QPushButton;
struct QUnknownInterface;

class CppMainFile : public QDialog
{
    Q_OBJECT

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

    QLabel* TextLabel1;
    QLineEdit* editFileName;
    QLabel* TextLabel2;
    QListBox* listForms;
    QPushButton* buttonHelp;
    QPushButton* buttonOk;
    QPushButton* buttonCancel;

public slots:
    virtual void init();
    virtual void setup( QUnknownInterface * appIface );
    virtual void updateOkButton();

protected:
    QGridLayout* CppMainFileLayout;
    QHBoxLayout* Layout1;
    QSpacerItem* Horizontal_Spacing2;

protected slots:
    virtual void languageChange();

};

#endif // CPPMAINFILE_H
