/****************************************************************************
** Form interface generated from reading ui file 'FLWidgetConnectDB.ui'
**
** Created: mié 4. oct 19:59:16 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 FLWIDGETCONNECTDB_H
#define FLWIDGETCONNECTDB_H

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

class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QSpacerItem;
class QFrame;
class QLabel;
class QComboBox;
class QLineEdit;
class QCheckBox;
class QToolButton;
class QPushButton;

class FLWidgetConnectDB : public QDialog
{
    Q_OBJECT

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

    QFrame* frameConnect;
    QLabel* textLabelDataBase;
    QComboBox* comboBoxNameDB;
    QLabel* TextLabelUser;
    QLineEdit* lineEditUser;
    QLabel* TextLabelPassword;
    QLineEdit* lineEditPassword;
    QCheckBox* chkRemember;
    QCheckBox* chkOldApi;
    QToolButton* pbMarks;
    QPushButton* pushButtonConnect;
    QPushButton* pushButtonCancel;
    QPushButton* pbnMore;
    QFrame* frMore;
    QLabel* lblCredito;
    QComboBox* comboBoxMarks;
    QToolButton* pbAddMark;
    QToolButton* pbRemoveMark;
    QLabel* textLabelDB;
    QComboBox* comboBoxDB;
    QLabel* TextLabelHost;
    QLineEdit* lineEditHost;
    QLabel* TextLabelPort;
    QLineEdit* lineEditPort;

protected:
    QVBoxLayout* FLWidgetConnectDBLayout;
    QSpacerItem* spacer3;
    QSpacerItem* spacer6;
    QHBoxLayout* layout12;
    QHBoxLayout* frameConnectLayout;
    QVBoxLayout* layout73;
    QHBoxLayout* layout3;
    QHBoxLayout* layout5;
    QHBoxLayout* layout6;
    QHBoxLayout* layout72;
    QSpacerItem* spacer22;
    QHBoxLayout* layout72_2;
    QSpacerItem* spacer22_2;
    QHBoxLayout* layout25;
    QVBoxLayout* frMoreLayout;
    QHBoxLayout* layout25_2;
    QHBoxLayout* layout3_2;
    QHBoxLayout* layout4_2;
    QHBoxLayout* layout6_2;

protected slots:
    virtual void languageChange();

    virtual void init();
    virtual void destroy();
    virtual void cancel();
    virtual void tryConnect();
    virtual void driverChanged(const QString&);
    virtual void addMark();
    virtual void removeMark();
    virtual void selectMark(const QString &);
    virtual void popupMarks();
    virtual void setRememberPasswd(bool on);
    virtual void setOldApi(bool on);


private:
    QPixmap image54544;
    QPixmap image41929;
    QPixmap image4673;
    QPixmap image18959;
    QPixmap image34414;
    QPixmap image3322;
    QPixmap image5112;

};

#endif // FLWIDGETCONNECTDB_H
