Changed the old code to work as a daemon
[googlelatitude] / src / settings / ui_settings.h
diff --git a/src/settings/ui_settings.h b/src/settings/ui_settings.h
new file mode 100644 (file)
index 0000000..b5e6604
--- /dev/null
@@ -0,0 +1,230 @@
+/********************************************************************************
+** Form generated from reading UI file 'settings.ui'
+**
+** Created: Thu Jan 6 21:00:12 2011
+**      by: Qt User Interface Compiler version 4.7.0
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef UI_SETTINGS_H
+#define UI_SETTINGS_H
+
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QCheckBox>
+#include <QtGui/QFormLayout>
+#include <QtGui/QGroupBox>
+#include <QtGui/QHBoxLayout>
+#include <QtGui/QHeaderView>
+#include <QtGui/QLabel>
+#include <QtGui/QLineEdit>
+#include <QtGui/QPushButton>
+#include <QtGui/QRadioButton>
+#include <QtGui/QScrollArea>
+#include <QtGui/QVBoxLayout>
+#include <QtGui/QWidget>
+
+QT_BEGIN_NAMESPACE
+
+class Ui_Settings
+{
+public:
+    QVBoxLayout *verticalLayout;
+    QScrollArea *scrollArea;
+    QWidget *widget;
+    QVBoxLayout *verticalLayout_2;
+    QGroupBox *groupBox;
+    QHBoxLayout *horizontalLayout;
+    QRadioButton *status_on;
+    QRadioButton *status_off;
+    QRadioButton *status_hide;
+    QGroupBox *groupBox_2;
+    QHBoxLayout *horizontalLayout_2;
+    QRadioButton *location_gps;
+    QRadioButton *location_gps_network;
+    QRadioButton *location_network;
+    QCheckBox *launchOnPowerOn;
+    QCheckBox *connectIfNecessary;
+    QGroupBox *groupBox_3;
+    QFormLayout *formLayout;
+    QLabel *label;
+    QLineEdit *login_user;
+    QLabel *label_2;
+    QLineEdit *login_pass;
+    QWidget *widget_2;
+    QHBoxLayout *horizontalLayout_3;
+    QPushButton *about_button;
+    QPushButton *ok_button;
+
+    void setupUi(QWidget *Settings)
+    {
+        if (Settings->objectName().isEmpty())
+            Settings->setObjectName(QString::fromUtf8("Settings"));
+        Settings->resize(640, 480);
+        verticalLayout = new QVBoxLayout(Settings);
+        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
+        scrollArea = new QScrollArea(Settings);
+        scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
+        scrollArea->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
+        scrollArea->setWidgetResizable(true);
+        widget = new QWidget();
+        widget->setObjectName(QString::fromUtf8("widget"));
+        widget->setGeometry(QRect(0, 0, 618, 458));
+        verticalLayout_2 = new QVBoxLayout(widget);
+        verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
+        groupBox = new QGroupBox(widget);
+        groupBox->setObjectName(QString::fromUtf8("groupBox"));
+        horizontalLayout = new QHBoxLayout(groupBox);
+        horizontalLayout->setSpacing(0);
+        horizontalLayout->setContentsMargins(0, 0, 0, 0);
+        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
+        status_on = new QRadioButton(groupBox);
+        status_on->setObjectName(QString::fromUtf8("status_on"));
+
+        horizontalLayout->addWidget(status_on);
+
+        status_off = new QRadioButton(groupBox);
+        status_off->setObjectName(QString::fromUtf8("status_off"));
+
+        horizontalLayout->addWidget(status_off);
+
+        status_hide = new QRadioButton(groupBox);
+        status_hide->setObjectName(QString::fromUtf8("status_hide"));
+        status_hide->setEnabled(false);
+
+        horizontalLayout->addWidget(status_hide);
+
+
+        verticalLayout_2->addWidget(groupBox);
+
+        groupBox_2 = new QGroupBox(widget);
+        groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
+        horizontalLayout_2 = new QHBoxLayout(groupBox_2);
+        horizontalLayout_2->setSpacing(0);
+        horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
+        horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
+        location_gps = new QRadioButton(groupBox_2);
+        location_gps->setObjectName(QString::fromUtf8("location_gps"));
+
+        horizontalLayout_2->addWidget(location_gps);
+
+        location_gps_network = new QRadioButton(groupBox_2);
+        location_gps_network->setObjectName(QString::fromUtf8("location_gps_network"));
+
+        horizontalLayout_2->addWidget(location_gps_network);
+
+        location_network = new QRadioButton(groupBox_2);
+        location_network->setObjectName(QString::fromUtf8("location_network"));
+
+        horizontalLayout_2->addWidget(location_network);
+
+
+        verticalLayout_2->addWidget(groupBox_2);
+
+        launchOnPowerOn = new QCheckBox(widget);
+        launchOnPowerOn->setObjectName(QString::fromUtf8("launchOnPowerOn"));
+
+        verticalLayout_2->addWidget(launchOnPowerOn);
+
+        connectIfNecessary = new QCheckBox(widget);
+        connectIfNecessary->setObjectName(QString::fromUtf8("connectIfNecessary"));
+        connectIfNecessary->setEnabled(false);
+
+        verticalLayout_2->addWidget(connectIfNecessary);
+
+        groupBox_3 = new QGroupBox(widget);
+        groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
+        QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Maximum);
+        sizePolicy.setHorizontalStretch(0);
+        sizePolicy.setVerticalStretch(0);
+        sizePolicy.setHeightForWidth(groupBox_3->sizePolicy().hasHeightForWidth());
+        groupBox_3->setSizePolicy(sizePolicy);
+        formLayout = new QFormLayout(groupBox_3);
+        formLayout->setObjectName(QString::fromUtf8("formLayout"));
+        formLayout->setFieldGrowthPolicy(QFormLayout::ExpandingFieldsGrow);
+        label = new QLabel(groupBox_3);
+        label->setObjectName(QString::fromUtf8("label"));
+
+        formLayout->setWidget(0, QFormLayout::LabelRole, label);
+
+        login_user = new QLineEdit(groupBox_3);
+        login_user->setObjectName(QString::fromUtf8("login_user"));
+
+        formLayout->setWidget(0, QFormLayout::FieldRole, login_user);
+
+        label_2 = new QLabel(groupBox_3);
+        label_2->setObjectName(QString::fromUtf8("label_2"));
+
+        formLayout->setWidget(2, QFormLayout::LabelRole, label_2);
+
+        login_pass = new QLineEdit(groupBox_3);
+        login_pass->setObjectName(QString::fromUtf8("login_pass"));
+        login_pass->setEchoMode(QLineEdit::Password);
+
+        formLayout->setWidget(2, QFormLayout::FieldRole, login_pass);
+
+
+        verticalLayout_2->addWidget(groupBox_3);
+
+        widget_2 = new QWidget(widget);
+        widget_2->setObjectName(QString::fromUtf8("widget_2"));
+        sizePolicy.setHeightForWidth(widget_2->sizePolicy().hasHeightForWidth());
+        widget_2->setSizePolicy(sizePolicy);
+        horizontalLayout_3 = new QHBoxLayout(widget_2);
+        horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
+        about_button = new QPushButton(widget_2);
+        about_button->setObjectName(QString::fromUtf8("about_button"));
+        about_button->setEnabled(false);
+
+        horizontalLayout_3->addWidget(about_button);
+
+        ok_button = new QPushButton(widget_2);
+        ok_button->setObjectName(QString::fromUtf8("ok_button"));
+
+        horizontalLayout_3->addWidget(ok_button);
+
+
+        verticalLayout_2->addWidget(widget_2);
+
+        scrollArea->setWidget(widget);
+
+        verticalLayout->addWidget(scrollArea);
+
+
+        retranslateUi(Settings);
+
+        QMetaObject::connectSlotsByName(Settings);
+    } // setupUi
+
+    void retranslateUi(QWidget *Settings)
+    {
+        Settings->setWindowTitle(QApplication::translate("Settings", "Settings", 0, QApplication::UnicodeUTF8));
+        groupBox->setTitle(QApplication::translate("Settings", "Latitude Status", 0, QApplication::UnicodeUTF8));
+        status_on->setText(QApplication::translate("Settings", "On", 0, QApplication::UnicodeUTF8));
+        status_off->setText(QApplication::translate("Settings", "Off", 0, QApplication::UnicodeUTF8));
+        status_hide->setText(QApplication::translate("Settings", "Hide", 0, QApplication::UnicodeUTF8));
+        groupBox_2->setTitle(QApplication::translate("Settings", "Location Mode", 0, QApplication::UnicodeUTF8));
+        location_gps->setText(QApplication::translate("Settings", "GPS Only", 0, QApplication::UnicodeUTF8));
+        location_gps_network->setText(QApplication::translate("Settings", "GPS + Mobile Network", 0, QApplication::UnicodeUTF8));
+        location_network->setText(QApplication::translate("Settings", "Mobile Network", 0, QApplication::UnicodeUTF8));
+        launchOnPowerOn->setText(QApplication::translate("Settings", "Launch on power on", 0, QApplication::UnicodeUTF8));
+        connectIfNecessary->setText(QApplication::translate("Settings", "Connect to network if necessary", 0, QApplication::UnicodeUTF8));
+        groupBox_3->setTitle(QApplication::translate("Settings", "Google Login", 0, QApplication::UnicodeUTF8));
+        label->setText(QApplication::translate("Settings", "Login", 0, QApplication::UnicodeUTF8));
+        label_2->setText(QApplication::translate("Settings", "Password", 0, QApplication::UnicodeUTF8));
+        about_button->setText(QApplication::translate("Settings", "About...", 0, QApplication::UnicodeUTF8));
+        ok_button->setText(QApplication::translate("Settings", "Ok", 0, QApplication::UnicodeUTF8));
+    } // retranslateUi
+
+};
+
+namespace Ui {
+    class Settings: public Ui_Settings {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UI_SETTINGS_H