/********************************************************************************
** Form generated from reading ui file 'widget.ui'
**
** Created: Sun Jun 26 20:33:51 2011
**      by: Qt User Interface Compiler version 4.5.2
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/

#ifndef UI_WIDGET_H
#define UI_WIDGET_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QFrame>
#include <QtGui/QGridLayout>
#include <QtGui/QGroupBox>
#include <QtGui/QHeaderView>
#include <QtGui/QLabel>
#include <QtGui/QLineEdit>
#include <QtGui/QListWidget>
#include <QtGui/QPushButton>
#include <QtGui/QRadioButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QTabWidget>
#include <QtGui/QTextBrowser>
#include <QtGui/QToolBox>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>

QT_BEGIN_NAMESPACE

class Ui_Widget
{
public:
    QGridLayout *gridLayout_2;
    QVBoxLayout *verticalLayout_6;
    QTabWidget *tabWidget;
    QWidget *Projection;
    QGridLayout *gridLayout_3;
    QLineEdit *phi_coordinate;
    QLineEdit *x_coordinate;
    QLabel *label_5;
    QLineEdit *lambda_coordinate;
    QLineEdit *y_coordinate;
    QLabel *label_7;
    QPushButton *button_invproj;
    QPushButton *button_proj;
    QRadioButton *radioButton_Proj;
    QRadioButton *radioButton_Cs;
    QLabel *label_6;
    QLabel *label_2;
    QWidget *tab_2;
    QGridLayout *gridLayout_4;
    QLabel *label_12;
    QLabel *label_11;
    QRadioButton *geod;
    QPushButton *compute_button;
    QLineEdit *start_lambda;
    QLabel *label_9;
    QLineEdit *start_phi;
    QLineEdit *start_azimut;
    QLineEdit *distance;
    QLabel *label_10;
    QLabel *label_14;
    QLabel *label_13;
    QLineEdit *end_lambda;
    QLineEdit *end_phi;
    QLineEdit *end_azimut;
    QRadioButton *invgeod;
    QTextBrowser *textBrowser;
    QSpacerItem *horizontalSpacer_4;
    QGridLayout *gridLayout;
    QPushButton *button_export;
    QPushButton *button_CLOSE;
    QSpacerItem *horizontalSpacer_2;
    QSpacerItem *horizontalSpacer_3;
    QPushButton *load_file_button;
    QPushButton *button_cancel_lod;
    QFrame *line;
    QLabel *label;
    QLabel *file_path;
    QCheckBox *advanced;
    QToolBox *toolBox;
    QWidget *page_EPSG;
    QGridLayout *gridLayout_10;
    QGroupBox *groupBox;
    QGridLayout *gridLayout_6;
    QLineEdit *lineEdit_2;
    QLineEdit *lineEdit;
    QLabel *label_4;
    QLabel *label_8;
    QSpacerItem *verticalSpacer;
    QWidget *page_Projection;
    QGridLayout *gridLayout_5;
    QListWidget *list_projs;
    QLabel *label_TO_proj;
    QListWidget *list_projs_2;
    QLabel *label_FROM_proj;
    QLineEdit *proj_edit_FROM;
    QLineEdit *proj_edit_TO;
    QWidget *page_Ellipsoid;
    QGridLayout *gridLayout_7;
    QListWidget *list_ellips;
    QLabel *label_TO_ell;
    QListWidget *listWidget;
    QLabel *label_FROM_ell;
    QLineEdit *ellips_edit_FROM;
    QLineEdit *ellips_edit_TO;
    QPushButton *button_add_ellips_FROM;
    QWidget *page_Units;
    QGridLayout *gridLayout_8;
    QListWidget *list_units;
    QWidget *page_Datums;
    QGridLayout *gridLayout_9;
    QListWidget *list_datums;
    QListWidget *list_datums_2;
    QWidget *page;
    QWidget *layoutWidget;
    QGridLayout *gridLayout_11;
    QLineEdit *x0;
    QLineEdit *y0;
    QLineEdit *lon0;
    QLineEdit *lat0;
    QLabel *label_3;
    QLabel *label_15;
    QLabel *label_16;
    QLabel *label_17;

    void setupUi(QWidget *Widget)
    {
        if (Widget->objectName().isEmpty())
            Widget->setObjectName(QString::fromUtf8("Widget"));
        Widget->resize(1057, 632);
        gridLayout_2 = new QGridLayout(Widget);
        gridLayout_2->setSpacing(6);
        gridLayout_2->setMargin(11);
        gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
        verticalLayout_6 = new QVBoxLayout();
        verticalLayout_6->setSpacing(6);
        verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
        tabWidget = new QTabWidget(Widget);
        tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
        Projection = new QWidget();
        Projection->setObjectName(QString::fromUtf8("Projection"));
        gridLayout_3 = new QGridLayout(Projection);
        gridLayout_3->setSpacing(6);
        gridLayout_3->setMargin(11);
        gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
        phi_coordinate = new QLineEdit(Projection);
        phi_coordinate->setObjectName(QString::fromUtf8("phi_coordinate"));

        gridLayout_3->addWidget(phi_coordinate, 2, 2, 1, 1);

        x_coordinate = new QLineEdit(Projection);
        x_coordinate->setObjectName(QString::fromUtf8("x_coordinate"));

        gridLayout_3->addWidget(x_coordinate, 2, 4, 1, 1);

        label_5 = new QLabel(Projection);
        label_5->setObjectName(QString::fromUtf8("label_5"));

        gridLayout_3->addWidget(label_5, 2, 3, 1, 1);

        lambda_coordinate = new QLineEdit(Projection);
        lambda_coordinate->setObjectName(QString::fromUtf8("lambda_coordinate"));

        gridLayout_3->addWidget(lambda_coordinate, 3, 2, 1, 1);

        y_coordinate = new QLineEdit(Projection);
        y_coordinate->setObjectName(QString::fromUtf8("y_coordinate"));

        gridLayout_3->addWidget(y_coordinate, 3, 4, 1, 1);

        label_7 = new QLabel(Projection);
        label_7->setObjectName(QString::fromUtf8("label_7"));

        gridLayout_3->addWidget(label_7, 3, 3, 1, 1);

        button_invproj = new QPushButton(Projection);
        button_invproj->setObjectName(QString::fromUtf8("button_invproj"));
        QFont font;
        font.setBold(true);
        font.setWeight(75);
        button_invproj->setFont(font);

        gridLayout_3->addWidget(button_invproj, 4, 4, 1, 1);

        button_proj = new QPushButton(Projection);
        button_proj->setObjectName(QString::fromUtf8("button_proj"));
        button_proj->setFont(font);

        gridLayout_3->addWidget(button_proj, 4, 2, 1, 1);

        radioButton_Proj = new QRadioButton(Projection);
        radioButton_Proj->setObjectName(QString::fromUtf8("radioButton_Proj"));
        radioButton_Proj->setFont(font);
        radioButton_Proj->setChecked(true);

        gridLayout_3->addWidget(radioButton_Proj, 0, 0, 1, 1);

        radioButton_Cs = new QRadioButton(Projection);
        radioButton_Cs->setObjectName(QString::fromUtf8("radioButton_Cs"));
        radioButton_Cs->setFont(font);

        gridLayout_3->addWidget(radioButton_Cs, 0, 1, 1, 1);

        label_6 = new QLabel(Projection);
        label_6->setObjectName(QString::fromUtf8("label_6"));
        label_6->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);

        gridLayout_3->addWidget(label_6, 2, 1, 1, 1);

        label_2 = new QLabel(Projection);
        label_2->setObjectName(QString::fromUtf8("label_2"));
        label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);

        gridLayout_3->addWidget(label_2, 3, 1, 1, 1);

        tabWidget->addTab(Projection, QString());
        tab_2 = new QWidget();
        tab_2->setObjectName(QString::fromUtf8("tab_2"));
        gridLayout_4 = new QGridLayout(tab_2);
        gridLayout_4->setSpacing(6);
        gridLayout_4->setMargin(11);
        gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
        label_12 = new QLabel(tab_2);
        label_12->setObjectName(QString::fromUtf8("label_12"));

        gridLayout_4->addWidget(label_12, 1, 3, 1, 1);

        label_11 = new QLabel(tab_2);
        label_11->setObjectName(QString::fromUtf8("label_11"));

        gridLayout_4->addWidget(label_11, 1, 1, 1, 1);

        geod = new QRadioButton(tab_2);
        geod->setObjectName(QString::fromUtf8("geod"));
        geod->setChecked(true);

        gridLayout_4->addWidget(geod, 0, 0, 1, 1);

        compute_button = new QPushButton(tab_2);
        compute_button->setObjectName(QString::fromUtf8("compute_button"));

        gridLayout_4->addWidget(compute_button, 12, 3, 1, 1);

        start_lambda = new QLineEdit(tab_2);
        start_lambda->setObjectName(QString::fromUtf8("start_lambda"));

        gridLayout_4->addWidget(start_lambda, 4, 1, 1, 1);

        label_9 = new QLabel(tab_2);
        label_9->setObjectName(QString::fromUtf8("label_9"));

        gridLayout_4->addWidget(label_9, 4, 0, 1, 1);

        start_phi = new QLineEdit(tab_2);
        start_phi->setObjectName(QString::fromUtf8("start_phi"));

        gridLayout_4->addWidget(start_phi, 5, 1, 1, 1);

        start_azimut = new QLineEdit(tab_2);
        start_azimut->setObjectName(QString::fromUtf8("start_azimut"));

        gridLayout_4->addWidget(start_azimut, 6, 1, 1, 1);

        distance = new QLineEdit(tab_2);
        distance->setObjectName(QString::fromUtf8("distance"));

        gridLayout_4->addWidget(distance, 7, 1, 1, 1);

        label_10 = new QLabel(tab_2);
        label_10->setObjectName(QString::fromUtf8("label_10"));

        gridLayout_4->addWidget(label_10, 5, 0, 1, 1);

        label_14 = new QLabel(tab_2);
        label_14->setObjectName(QString::fromUtf8("label_14"));

        gridLayout_4->addWidget(label_14, 6, 0, 1, 1);

        label_13 = new QLabel(tab_2);
        label_13->setObjectName(QString::fromUtf8("label_13"));

        gridLayout_4->addWidget(label_13, 7, 0, 1, 1);

        end_lambda = new QLineEdit(tab_2);
        end_lambda->setObjectName(QString::fromUtf8("end_lambda"));

        gridLayout_4->addWidget(end_lambda, 4, 3, 1, 1);

        end_phi = new QLineEdit(tab_2);
        end_phi->setObjectName(QString::fromUtf8("end_phi"));

        gridLayout_4->addWidget(end_phi, 5, 3, 1, 1);

        end_azimut = new QLineEdit(tab_2);
        end_azimut->setObjectName(QString::fromUtf8("end_azimut"));

        gridLayout_4->addWidget(end_azimut, 6, 3, 1, 1);

        invgeod = new QRadioButton(tab_2);
        invgeod->setObjectName(QString::fromUtf8("invgeod"));

        gridLayout_4->addWidget(invgeod, 0, 1, 1, 1);

        tabWidget->addTab(tab_2, QString());

        verticalLayout_6->addWidget(tabWidget);

        textBrowser = new QTextBrowser(Widget);
        textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
        textBrowser->setMinimumSize(QSize(155, 0));
        textBrowser->setStyleSheet(QString::fromUtf8("border-color: rgb(0, 0, 0);"));

        verticalLayout_6->addWidget(textBrowser);


        gridLayout_2->addLayout(verticalLayout_6, 7, 3, 1, 1);

        horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        gridLayout_2->addItem(horizontalSpacer_4, 9, 0, 1, 1);

        gridLayout = new QGridLayout();
        gridLayout->setSpacing(6);
        gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
        button_export = new QPushButton(Widget);
        button_export->setObjectName(QString::fromUtf8("button_export"));

        gridLayout->addWidget(button_export, 1, 1, 1, 1);

        button_CLOSE = new QPushButton(Widget);
        button_CLOSE->setObjectName(QString::fromUtf8("button_CLOSE"));

        gridLayout->addWidget(button_CLOSE, 2, 1, 1, 1);

        horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        gridLayout->addItem(horizontalSpacer_2, 1, 0, 1, 1);

        horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

        gridLayout->addItem(horizontalSpacer_3, 2, 0, 1, 1);


        gridLayout_2->addLayout(gridLayout, 10, 3, 1, 1);

        load_file_button = new QPushButton(Widget);
        load_file_button->setObjectName(QString::fromUtf8("load_file_button"));

        gridLayout_2->addWidget(load_file_button, 2, 3, 1, 1);

        button_cancel_lod = new QPushButton(Widget);
        button_cancel_lod->setObjectName(QString::fromUtf8("button_cancel_lod"));

        gridLayout_2->addWidget(button_cancel_lod, 4, 3, 1, 1);

        line = new QFrame(Widget);
        line->setObjectName(QString::fromUtf8("line"));
        QSizePolicy sizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum);
        sizePolicy.setHorizontalStretch(0);
        sizePolicy.setVerticalStretch(0);
        sizePolicy.setHeightForWidth(line->sizePolicy().hasHeightForWidth());
        line->setSizePolicy(sizePolicy);
        line->setFrameShape(QFrame::VLine);
        line->setFrameShadow(QFrame::Sunken);

        gridLayout_2->addWidget(line, 7, 2, 2, 1);

        label = new QLabel(Widget);
        label->setObjectName(QString::fromUtf8("label"));

        gridLayout_2->addWidget(label, 5, 3, 1, 1);

        file_path = new QLabel(Widget);
        file_path->setObjectName(QString::fromUtf8("file_path"));
        file_path->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);\n"
"border-color: rgb(0, 0, 0);\n"
""));

        gridLayout_2->addWidget(file_path, 3, 3, 1, 1);

        advanced = new QCheckBox(Widget);
        advanced->setObjectName(QString::fromUtf8("advanced"));

        gridLayout_2->addWidget(advanced, 0, 0, 1, 1);

        toolBox = new QToolBox(Widget);
        toolBox->setObjectName(QString::fromUtf8("toolBox"));
        page_EPSG = new QWidget();
        page_EPSG->setObjectName(QString::fromUtf8("page_EPSG"));
        page_EPSG->setGeometry(QRect(0, 0, 501, 306));
        gridLayout_10 = new QGridLayout(page_EPSG);
        gridLayout_10->setSpacing(6);
        gridLayout_10->setMargin(11);
        gridLayout_10->setObjectName(QString::fromUtf8("gridLayout_10"));
        groupBox = new QGroupBox(page_EPSG);
        groupBox->setObjectName(QString::fromUtf8("groupBox"));
        groupBox->setFont(font);
        groupBox->setStyleSheet(QString::fromUtf8("background-color: rgb(247, 247, 247);"));
        gridLayout_6 = new QGridLayout(groupBox);
        gridLayout_6->setSpacing(6);
        gridLayout_6->setMargin(11);
        gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
        lineEdit_2 = new QLineEdit(groupBox);
        lineEdit_2->setObjectName(QString::fromUtf8("lineEdit_2"));
        lineEdit_2->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));

        gridLayout_6->addWidget(lineEdit_2, 0, 1, 1, 1);

        lineEdit = new QLineEdit(groupBox);
        lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
        lineEdit->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));

        gridLayout_6->addWidget(lineEdit, 1, 1, 1, 1);

        label_4 = new QLabel(groupBox);
        label_4->setObjectName(QString::fromUtf8("label_4"));

        gridLayout_6->addWidget(label_4, 0, 0, 1, 1);

        label_8 = new QLabel(groupBox);
        label_8->setObjectName(QString::fromUtf8("label_8"));

        gridLayout_6->addWidget(label_8, 1, 0, 1, 1);


        gridLayout_10->addWidget(groupBox, 0, 0, 1, 1);

        verticalSpacer = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);

        gridLayout_10->addItem(verticalSpacer, 1, 0, 1, 1);

        toolBox->addItem(page_EPSG, QString::fromUtf8("Set EPSG "));
        page_Projection = new QWidget();
        page_Projection->setObjectName(QString::fromUtf8("page_Projection"));
        page_Projection->setGeometry(QRect(0, 0, 111, 322));
        page_Projection->setMaximumSize(QSize(16777215, 16777214));
        gridLayout_5 = new QGridLayout(page_Projection);
        gridLayout_5->setSpacing(6);
        gridLayout_5->setMargin(11);
        gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
        list_projs = new QListWidget(page_Projection);
        list_projs->setObjectName(QString::fromUtf8("list_projs"));

        gridLayout_5->addWidget(list_projs, 5, 0, 1, 1);

        label_TO_proj = new QLabel(page_Projection);
        label_TO_proj->setObjectName(QString::fromUtf8("label_TO_proj"));

        gridLayout_5->addWidget(label_TO_proj, 3, 0, 1, 1);

        list_projs_2 = new QListWidget(page_Projection);
        list_projs_2->setObjectName(QString::fromUtf8("list_projs_2"));
        list_projs_2->setStyleSheet(QString::fromUtf8(""));

        gridLayout_5->addWidget(list_projs_2, 2, 0, 1, 1);

        label_FROM_proj = new QLabel(page_Projection);
        label_FROM_proj->setObjectName(QString::fromUtf8("label_FROM_proj"));

        gridLayout_5->addWidget(label_FROM_proj, 0, 0, 1, 1);

        proj_edit_FROM = new QLineEdit(page_Projection);
        proj_edit_FROM->setObjectName(QString::fromUtf8("proj_edit_FROM"));

        gridLayout_5->addWidget(proj_edit_FROM, 1, 0, 1, 1);

        proj_edit_TO = new QLineEdit(page_Projection);
        proj_edit_TO->setObjectName(QString::fromUtf8("proj_edit_TO"));

        gridLayout_5->addWidget(proj_edit_TO, 4, 0, 1, 1);

        toolBox->addItem(page_Projection, QString::fromUtf8("Projection"));
        page_Ellipsoid = new QWidget();
        page_Ellipsoid->setObjectName(QString::fromUtf8("page_Ellipsoid"));
        page_Ellipsoid->setGeometry(QRect(0, 0, 120, 355));
        gridLayout_7 = new QGridLayout(page_Ellipsoid);
        gridLayout_7->setSpacing(6);
        gridLayout_7->setMargin(11);
        gridLayout_7->setObjectName(QString::fromUtf8("gridLayout_7"));
        list_ellips = new QListWidget(page_Ellipsoid);
        list_ellips->setObjectName(QString::fromUtf8("list_ellips"));

        gridLayout_7->addWidget(list_ellips, 9, 0, 1, 1);

        label_TO_ell = new QLabel(page_Ellipsoid);
        label_TO_ell->setObjectName(QString::fromUtf8("label_TO_ell"));

        gridLayout_7->addWidget(label_TO_ell, 6, 0, 1, 1);

        listWidget = new QListWidget(page_Ellipsoid);
        listWidget->setObjectName(QString::fromUtf8("listWidget"));

        gridLayout_7->addWidget(listWidget, 4, 0, 1, 1);

        label_FROM_ell = new QLabel(page_Ellipsoid);
        label_FROM_ell->setObjectName(QString::fromUtf8("label_FROM_ell"));

        gridLayout_7->addWidget(label_FROM_ell, 0, 0, 1, 1);

        ellips_edit_FROM = new QLineEdit(page_Ellipsoid);
        ellips_edit_FROM->setObjectName(QString::fromUtf8("ellips_edit_FROM"));

        gridLayout_7->addWidget(ellips_edit_FROM, 2, 0, 1, 1);

        ellips_edit_TO = new QLineEdit(page_Ellipsoid);
        ellips_edit_TO->setObjectName(QString::fromUtf8("ellips_edit_TO"));

        gridLayout_7->addWidget(ellips_edit_TO, 7, 0, 1, 1);

        button_add_ellips_FROM = new QPushButton(page_Ellipsoid);
        button_add_ellips_FROM->setObjectName(QString::fromUtf8("button_add_ellips_FROM"));

        gridLayout_7->addWidget(button_add_ellips_FROM, 10, 0, 1, 1);

        toolBox->addItem(page_Ellipsoid, QString::fromUtf8("Ellipsoid"));
        page_Units = new QWidget();
        page_Units->setObjectName(QString::fromUtf8("page_Units"));
        page_Units->setGeometry(QRect(0, 0, 111, 111));
        gridLayout_8 = new QGridLayout(page_Units);
        gridLayout_8->setSpacing(6);
        gridLayout_8->setMargin(11);
        gridLayout_8->setObjectName(QString::fromUtf8("gridLayout_8"));
        list_units = new QListWidget(page_Units);
        list_units->setObjectName(QString::fromUtf8("list_units"));

        gridLayout_8->addWidget(list_units, 0, 0, 1, 1);

        toolBox->addItem(page_Units, QString::fromUtf8("Units"));
        page_Datums = new QWidget();
        page_Datums->setObjectName(QString::fromUtf8("page_Datums"));
        page_Datums->setEnabled(true);
        page_Datums->setGeometry(QRect(0, 0, 111, 210));
        gridLayout_9 = new QGridLayout(page_Datums);
        gridLayout_9->setSpacing(6);
        gridLayout_9->setMargin(11);
        gridLayout_9->setObjectName(QString::fromUtf8("gridLayout_9"));
        list_datums = new QListWidget(page_Datums);
        list_datums->setObjectName(QString::fromUtf8("list_datums"));

        gridLayout_9->addWidget(list_datums, 1, 0, 1, 1);

        list_datums_2 = new QListWidget(page_Datums);
        list_datums_2->setObjectName(QString::fromUtf8("list_datums_2"));

        gridLayout_9->addWidget(list_datums_2, 0, 0, 1, 1);

        toolBox->addItem(page_Datums, QString::fromUtf8("Datums"));
        page = new QWidget();
        page->setObjectName(QString::fromUtf8("page"));
        page->setGeometry(QRect(0, 0, 100, 30));
        layoutWidget = new QWidget(page);
        layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
        layoutWidget->setGeometry(QRect(100, 20, 199, 128));
        gridLayout_11 = new QGridLayout(layoutWidget);
        gridLayout_11->setSpacing(6);
        gridLayout_11->setMargin(11);
        gridLayout_11->setObjectName(QString::fromUtf8("gridLayout_11"));
        gridLayout_11->setContentsMargins(0, 0, 0, 0);
        x0 = new QLineEdit(layoutWidget);
        x0->setObjectName(QString::fromUtf8("x0"));

        gridLayout_11->addWidget(x0, 0, 1, 1, 1);

        y0 = new QLineEdit(layoutWidget);
        y0->setObjectName(QString::fromUtf8("y0"));

        gridLayout_11->addWidget(y0, 1, 1, 1, 1);

        lon0 = new QLineEdit(layoutWidget);
        lon0->setObjectName(QString::fromUtf8("lon0"));

        gridLayout_11->addWidget(lon0, 2, 1, 1, 1);

        lat0 = new QLineEdit(layoutWidget);
        lat0->setObjectName(QString::fromUtf8("lat0"));

        gridLayout_11->addWidget(lat0, 3, 1, 1, 1);

        label_3 = new QLabel(layoutWidget);
        label_3->setObjectName(QString::fromUtf8("label_3"));

        gridLayout_11->addWidget(label_3, 0, 0, 1, 1);

        label_15 = new QLabel(layoutWidget);
        label_15->setObjectName(QString::fromUtf8("label_15"));

        gridLayout_11->addWidget(label_15, 1, 0, 1, 1);

        label_16 = new QLabel(layoutWidget);
        label_16->setObjectName(QString::fromUtf8("label_16"));

        gridLayout_11->addWidget(label_16, 2, 0, 1, 1);

        label_17 = new QLabel(layoutWidget);
        label_17->setObjectName(QString::fromUtf8("label_17"));

        gridLayout_11->addWidget(label_17, 3, 0, 1, 1);

        toolBox->addItem(page, QString::fromUtf8("Initial coordinates"));

        gridLayout_2->addWidget(toolBox, 1, 0, 8, 2);

        QWidget::setTabOrder(lineEdit_2, lineEdit);
        QWidget::setTabOrder(lineEdit, phi_coordinate);
        QWidget::setTabOrder(phi_coordinate, lambda_coordinate);
        QWidget::setTabOrder(lambda_coordinate, button_proj);
        QWidget::setTabOrder(button_proj, x_coordinate);
        QWidget::setTabOrder(x_coordinate, y_coordinate);
        QWidget::setTabOrder(y_coordinate, button_invproj);
        QWidget::setTabOrder(button_invproj, tabWidget);
        QWidget::setTabOrder(tabWidget, button_cancel_lod);
        QWidget::setTabOrder(button_cancel_lod, load_file_button);
        QWidget::setTabOrder(load_file_button, radioButton_Proj);
        QWidget::setTabOrder(radioButton_Proj, advanced);
        QWidget::setTabOrder(advanced, radioButton_Cs);
        QWidget::setTabOrder(radioButton_Cs, geod);
        QWidget::setTabOrder(geod, compute_button);
        QWidget::setTabOrder(compute_button, start_lambda);
        QWidget::setTabOrder(start_lambda, start_phi);
        QWidget::setTabOrder(start_phi, start_azimut);
        QWidget::setTabOrder(start_azimut, distance);
        QWidget::setTabOrder(distance, end_lambda);
        QWidget::setTabOrder(end_lambda, end_phi);
        QWidget::setTabOrder(end_phi, end_azimut);
        QWidget::setTabOrder(end_azimut, invgeod);
        QWidget::setTabOrder(invgeod, textBrowser);
        QWidget::setTabOrder(textBrowser, button_export);
        QWidget::setTabOrder(button_export, button_CLOSE);
        QWidget::setTabOrder(button_CLOSE, list_projs);
        QWidget::setTabOrder(list_projs, list_projs_2);
        QWidget::setTabOrder(list_projs_2, proj_edit_FROM);
        QWidget::setTabOrder(proj_edit_FROM, proj_edit_TO);
        QWidget::setTabOrder(proj_edit_TO, list_ellips);
        QWidget::setTabOrder(list_ellips, listWidget);
        QWidget::setTabOrder(listWidget, ellips_edit_FROM);
        QWidget::setTabOrder(ellips_edit_FROM, ellips_edit_TO);
        QWidget::setTabOrder(ellips_edit_TO, button_add_ellips_FROM);
        QWidget::setTabOrder(button_add_ellips_FROM, list_units);
        QWidget::setTabOrder(list_units, list_datums);
        QWidget::setTabOrder(list_datums, list_datums_2);
        QWidget::setTabOrder(list_datums_2, x0);
        QWidget::setTabOrder(x0, y0);
        QWidget::setTabOrder(y0, lon0);
        QWidget::setTabOrder(lon0, lat0);

        retranslateUi(Widget);
        QObject::connect(button_CLOSE, SIGNAL(clicked()), Widget, SLOT(close()));

        tabWidget->setCurrentIndex(0);
        toolBox->setCurrentIndex(0);


        QMetaObject::connectSlotsByName(Widget);
    } // setupUi

    void retranslateUi(QWidget *Widget)
    {
        Widget->setWindowTitle(QApplication::translate("Widget", "Proj_GUI", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        phi_coordinate->setToolTip(QApplication::translate("Widget", "Longitude", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_5->setText(QApplication::translate("Widget", " X ", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        lambda_coordinate->setToolTip(QApplication::translate("Widget", "Latitude", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_7->setText(QApplication::translate("Widget", " Y ", 0, QApplication::UnicodeUTF8));
        button_invproj->setText(QApplication::translate("Widget", "Convert to geodetic", 0, QApplication::UnicodeUTF8));
        button_proj->setText(QApplication::translate("Widget", "Convert to surface", 0, QApplication::UnicodeUTF8));
        radioButton_Proj->setText(QApplication::translate("Widget", "Proj", 0, QApplication::UnicodeUTF8));
        radioButton_Cs->setText(QApplication::translate("Widget", "Cs2Cs", 0, QApplication::UnicodeUTF8));
        label_6->setText(QApplication::translate("Widget", "Phi ", 0, QApplication::UnicodeUTF8));
        label_2->setText(QApplication::translate("Widget", "Lambda ", 0, QApplication::UnicodeUTF8));
        tabWidget->setTabText(tabWidget->indexOf(Projection), QApplication::translate("Widget", "Projection", 0, QApplication::UnicodeUTF8));
        label_12->setText(QApplication::translate("Widget", "End Point", 0, QApplication::UnicodeUTF8));
        label_11->setText(QApplication::translate("Widget", "Start Point", 0, QApplication::UnicodeUTF8));
        geod->setText(QApplication::translate("Widget", "geod", 0, QApplication::UnicodeUTF8));
        compute_button->setText(QApplication::translate("Widget", "Compute", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        start_lambda->setToolTip(QApplication::translate("Widget", "Latitude", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_9->setText(QApplication::translate("Widget", "Lambda", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        start_phi->setToolTip(QApplication::translate("Widget", "Longitude", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        start_azimut->setToolTip(QApplication::translate("Widget", "Azimuth from start point to end point", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        distance->setToolTip(QApplication::translate("Widget", "Distance between start and end point", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_10->setText(QApplication::translate("Widget", "Phi", 0, QApplication::UnicodeUTF8));
        label_14->setText(QApplication::translate("Widget", "Azimuth", 0, QApplication::UnicodeUTF8));
        label_13->setText(QApplication::translate("Widget", "Distance", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        end_lambda->setToolTip(QApplication::translate("Widget", "Latitude", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        end_phi->setToolTip(QApplication::translate("Widget", "Longitude", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        end_azimut->setToolTip(QApplication::translate("Widget", "Azimuth from end point to start point", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        invgeod->setText(QApplication::translate("Widget", "invgeod", 0, QApplication::UnicodeUTF8));
        tabWidget->setTabText(tabWidget->indexOf(tab_2), QApplication::translate("Widget", "Geod", 0, QApplication::UnicodeUTF8));
        button_export->setText(QApplication::translate("Widget", "Export to CSV", 0, QApplication::UnicodeUTF8));
        button_CLOSE->setText(QApplication::translate("Widget", "Close", 0, QApplication::UnicodeUTF8));
        load_file_button->setText(QApplication::translate("Widget", "Load file", 0, QApplication::UnicodeUTF8));
        button_cancel_lod->setText(QApplication::translate("Widget", "Cancel", 0, QApplication::UnicodeUTF8));
        label->setText(QApplication::translate("Widget", "Function:", 0, QApplication::UnicodeUTF8));
        file_path->setText(QString());
        advanced->setText(QApplication::translate("Widget", "Advanced", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        toolBox->setToolTip(QString());
#endif // QT_NO_TOOLTIP
        groupBox->setTitle(QApplication::translate("Widget", "Set EPSG code:", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        lineEdit_2->setToolTip(QApplication::translate("Widget", "Initial EPSG code (e.g. 4326 for standard WGS 84)", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        lineEdit->setToolTip(QApplication::translate("Widget", "Destination EPSG code (e.g. 4326 for standard WGS 84)", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_4->setText(QApplication::translate("Widget", "From system:", 0, QApplication::UnicodeUTF8));
        label_8->setText(QApplication::translate("Widget", "To system:", 0, QApplication::UnicodeUTF8));
        toolBox->setItemText(toolBox->indexOf(page_EPSG), QApplication::translate("Widget", "Set EPSG ", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_ACCESSIBILITY
        page_Projection->setAccessibleName(QString());
#endif // QT_NO_ACCESSIBILITY
#ifndef QT_NO_TOOLTIP
        list_projs->setToolTip(QApplication::translate("Widget", "Destination projection (projection must be chosen)", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_TO_proj->setText(QApplication::translate("Widget", "TO:", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        list_projs_2->setToolTip(QApplication::translate("Widget", "Initial projection (projection must be chosen)", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_FROM_proj->setText(QApplication::translate("Widget", "FROM:", 0, QApplication::UnicodeUTF8));
        proj_edit_FROM->setText(QString());
        toolBox->setItemText(toolBox->indexOf(page_Projection), QApplication::translate("Widget", "Projection", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        list_ellips->setToolTip(QApplication::translate("Widget", "Destination ellipsoid  (ellipsoid must be chosen)", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_TO_ell->setText(QApplication::translate("Widget", "TO:", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        listWidget->setToolTip(QApplication::translate("Widget", "Initial ellipsoid  (ellipsoid must be chosen)", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_FROM_ell->setText(QApplication::translate("Widget", "FROM:", 0, QApplication::UnicodeUTF8));
        button_add_ellips_FROM->setText(QApplication::translate("Widget", "Add Ellipsoid", 0, QApplication::UnicodeUTF8));
        toolBox->setItemText(toolBox->indexOf(page_Ellipsoid), QApplication::translate("Widget", "Ellipsoid", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        list_units->setToolTip(QApplication::translate("Widget", "Units list (default unit is meters)", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        toolBox->setItemText(toolBox->indexOf(page_Units), QApplication::translate("Widget", "Units", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        list_datums->setToolTip(QApplication::translate("Widget", "Destination datum", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        list_datums_2->setToolTip(QApplication::translate("Widget", "Initial datum", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        toolBox->setItemText(toolBox->indexOf(page_Datums), QApplication::translate("Widget", "Datums", 0, QApplication::UnicodeUTF8));
#ifndef QT_NO_TOOLTIP
        x0->setToolTip(QApplication::translate("Widget", "False easting", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        y0->setToolTip(QApplication::translate("Widget", "False northing", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        lon0->setToolTip(QApplication::translate("Widget", "Central meridian", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
#ifndef QT_NO_TOOLTIP
        lat0->setToolTip(QApplication::translate("Widget", "Latitude of origin", 0, QApplication::UnicodeUTF8));
#endif // QT_NO_TOOLTIP
        label_3->setText(QApplication::translate("Widget", "+x_0", 0, QApplication::UnicodeUTF8));
        label_15->setText(QApplication::translate("Widget", "+y_0", 0, QApplication::UnicodeUTF8));
        label_16->setText(QApplication::translate("Widget", "+lon_0", 0, QApplication::UnicodeUTF8));
        label_17->setText(QApplication::translate("Widget", "+lat_0", 0, QApplication::UnicodeUTF8));
        toolBox->setItemText(toolBox->indexOf(page), QApplication::translate("Widget", "Initial coordinates", 0, QApplication::UnicodeUTF8));
        Q_UNUSED(Widget);
    } // retranslateUi

};

namespace Ui {
    class Widget: public Ui_Widget {};
} // namespace Ui

QT_END_NAMESPACE

#endif // UI_WIDGET_H
