/****************************************************************************
** Form interface generated from reading ui file 'serverbase.ui'
**
** Created: dom 1. oct 14:07:15 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 SERVERINFOBASE_H
#define SERVERINFOBASE_H

#include <qvariant.h>
#include <qwidget.h>

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QLabel;
class QTextEdit;
class QPushButton;

class ServerInfoBase : public QWidget
{
    Q_OBJECT

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

    QLabel* TextLabel1;
    QTextEdit* infoText;
    QPushButton* btnQuit;

protected:
    QVBoxLayout* ServerInfoBaseLayout;
    QHBoxLayout* Layout1;
    QSpacerItem* Spacer2;
    QSpacerItem* Spacer1;

protected slots:
    virtual void languageChange();

};

#endif // SERVERINFOBASE_H
