ui_form.h
Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'form.ui'
00003 **
00004 ** Created: Fri Mar 15 12:21:52 2013
00005 **      by: Qt User Interface Compiler version 4.8.3
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_FORM_H
00011 #define UI_FORM_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QGridLayout>
00018 #include <QtGui/QHBoxLayout>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QLineEdit>
00022 #include <QtGui/QListWidget>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QSpinBox>
00025 #include <QtGui/QWidget>
00026 #include <QtWebKit/QWebView>
00027 
00028 QT_BEGIN_NAMESPACE
00029 
00030 class Ui_Form
00031 {
00032 public:
00033     QGridLayout *gridLayout;
00034     QHBoxLayout *horizontalLayout;
00035     QLabel *label;
00036     QLineEdit *lePostalAddress;
00037     QLabel *label_2;
00038     QSpinBox *zoomSpinBox;
00039     QPushButton *goButton;
00040     QWebView *webView;
00041     QListWidget *lwMarkers;
00042     QPushButton *pbRemoveMarker;
00043 
00044     void setupUi(QWidget *Form)
00045     {
00046         if (Form->objectName().isEmpty())
00047             Form->setObjectName(QString::fromUtf8("Form"));
00048         Form->resize(824, 656);
00049         gridLayout = new QGridLayout(Form);
00050         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00051         horizontalLayout = new QHBoxLayout();
00052         horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00053         label = new QLabel(Form);
00054         label->setObjectName(QString::fromUtf8("label"));
00055 
00056         horizontalLayout->addWidget(label);
00057 
00058         lePostalAddress = new QLineEdit(Form);
00059         lePostalAddress->setObjectName(QString::fromUtf8("lePostalAddress"));
00060 
00061         horizontalLayout->addWidget(lePostalAddress);
00062 
00063         label_2 = new QLabel(Form);
00064         label_2->setObjectName(QString::fromUtf8("label_2"));
00065 
00066         horizontalLayout->addWidget(label_2);
00067 
00068         zoomSpinBox = new QSpinBox(Form);
00069         zoomSpinBox->setObjectName(QString::fromUtf8("zoomSpinBox"));
00070         zoomSpinBox->setMinimum(5);
00071         zoomSpinBox->setMaximum(30);
00072         zoomSpinBox->setSingleStep(1);
00073         zoomSpinBox->setValue(15);
00074 
00075         horizontalLayout->addWidget(zoomSpinBox);
00076 
00077         goButton = new QPushButton(Form);
00078         goButton->setObjectName(QString::fromUtf8("goButton"));
00079 
00080         horizontalLayout->addWidget(goButton);
00081 
00082 
00083         gridLayout->addLayout(horizontalLayout, 0, 0, 1, 1);
00084 
00085         webView = new QWebView(Form);
00086         webView->setObjectName(QString::fromUtf8("webView"));
00087         webView->setUrl(QUrl(QString::fromUtf8("about:blank")));
00088 
00089         gridLayout->addWidget(webView, 1, 0, 1, 1);
00090 
00091         lwMarkers = new QListWidget(Form);
00092         lwMarkers->setObjectName(QString::fromUtf8("lwMarkers"));
00093 
00094         gridLayout->addWidget(lwMarkers, 1, 1, 1, 1);
00095 
00096         pbRemoveMarker = new QPushButton(Form);
00097         pbRemoveMarker->setObjectName(QString::fromUtf8("pbRemoveMarker"));
00098 
00099         gridLayout->addWidget(pbRemoveMarker, 0, 1, 1, 1);
00100 
00101 
00102         retranslateUi(Form);
00103 
00104         QMetaObject::connectSlotsByName(Form);
00105     } // setupUi
00106 
00107     void retranslateUi(QWidget *Form)
00108     {
00109         Form->setWindowTitle(QApplication::translate("Form", "Form", 0, QApplication::UnicodeUTF8));
00110         label->setText(QApplication::translate("Form", "Postal Address", 0, QApplication::UnicodeUTF8));
00111         label_2->setText(QApplication::translate("Form", "Zoom", 0, QApplication::UnicodeUTF8));
00112         goButton->setText(QApplication::translate("Form", "Go", 0, QApplication::UnicodeUTF8));
00113         pbRemoveMarker->setText(QApplication::translate("Form", "Remove marker", 0, QApplication::UnicodeUTF8));
00114     } // retranslateUi
00115 
00116 };
00117 
00118 namespace Ui {
00119     class Form: public Ui_Form {};
00120 } // namespace Ui
00121 
00122 QT_END_NAMESPACE
00123 
00124 #endif // UI_FORM_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


rqt_gps
Author(s): Isaac Saito
autogenerated on Fri Mar 22 2013 07:24:37