00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_SETTINGSCREEN_H
00011 #define UI_SETTINGSCREEN_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QFrame>
00018 #include <QtGui/QGroupBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QPushButton>
00023 #include <QtGui/QRadioButton>
00024 #include <QtGui/QScrollArea>
00025 #include <QtGui/QVBoxLayout>
00026 #include <QtGui/QWidget>
00027
00028 QT_BEGIN_NAMESPACE
00029
00030 class Ui_SettingScreenClass
00031 {
00032 public:
00033 QVBoxLayout *verticalLayout_9;
00034 QLabel *label_5;
00035 QScrollArea *settingScroll;
00036 QWidget *scrollAreaWidgetContents_3;
00037 QVBoxLayout *verticalLayout;
00038 QGroupBox *groupBox;
00039 QVBoxLayout *verticalLayout_5;
00040 QPushButton *ipokiButton;
00041 QPushButton *addServiceButton;
00042 QFrame *line_2;
00043 QGroupBox *groupBox_2;
00044 QVBoxLayout *verticalLayout_7;
00045 QGroupBox *modeRadioBox;
00046 QHBoxLayout *horizontalLayout_5;
00047 QRadioButton *radioGPS;
00048 QRadioButton *radioWifi;
00049 QRadioButton *radioWifiGPS;
00050 QFrame *line_3;
00051 QGroupBox *levelRadioBox;
00052 QHBoxLayout *horizontalLayout_6;
00053 QRadioButton *radioHigh;
00054 QRadioButton *radioMedium;
00055 QRadioButton *radioLow;
00056 QFrame *line;
00057 QGroupBox *saBox;
00058 QVBoxLayout *verticalLayout_8;
00059 QPushButton *addFriendButton;
00060 QFrame *line_4;
00061 QPushButton *resetButton;
00062 QPushButton *backButton;
00063
00064 void setupUi(QWidget *SettingScreenClass)
00065 {
00066 if (SettingScreenClass->objectName().isEmpty())
00067 SettingScreenClass->setObjectName(QString::fromUtf8("SettingScreenClass"));
00068 SettingScreenClass->resize(360, 640);
00069 verticalLayout_9 = new QVBoxLayout(SettingScreenClass);
00070 verticalLayout_9->setSpacing(4);
00071 verticalLayout_9->setContentsMargins(0, 0, 0, 0);
00072 verticalLayout_9->setObjectName(QString::fromUtf8("verticalLayout_9"));
00073 label_5 = new QLabel(SettingScreenClass);
00074 label_5->setObjectName(QString::fromUtf8("label_5"));
00075 label_5->setMaximumSize(QSize(16777215, 30));
00076 QFont font;
00077 font.setPointSize(10);
00078 font.setBold(true);
00079 font.setWeight(75);
00080 label_5->setFont(font);
00081
00082 verticalLayout_9->addWidget(label_5);
00083
00084 settingScroll = new QScrollArea(SettingScreenClass);
00085 settingScroll->setObjectName(QString::fromUtf8("settingScroll"));
00086 settingScroll->setWidgetResizable(true);
00087 scrollAreaWidgetContents_3 = new QWidget();
00088 scrollAreaWidgetContents_3->setObjectName(QString::fromUtf8("scrollAreaWidgetContents_3"));
00089 scrollAreaWidgetContents_3->setGeometry(QRect(0, 0, 340, 568));
00090 verticalLayout = new QVBoxLayout(scrollAreaWidgetContents_3);
00091 verticalLayout->setSpacing(4);
00092 verticalLayout->setContentsMargins(0, 0, 0, 0);
00093 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00094 groupBox = new QGroupBox(scrollAreaWidgetContents_3);
00095 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00096 verticalLayout_5 = new QVBoxLayout(groupBox);
00097 verticalLayout_5->setSpacing(4);
00098 verticalLayout_5->setContentsMargins(3, 3, 3, 3);
00099 verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
00100 ipokiButton = new QPushButton(groupBox);
00101 ipokiButton->setObjectName(QString::fromUtf8("ipokiButton"));
00102
00103 verticalLayout_5->addWidget(ipokiButton);
00104
00105 addServiceButton = new QPushButton(groupBox);
00106 addServiceButton->setObjectName(QString::fromUtf8("addServiceButton"));
00107
00108 verticalLayout_5->addWidget(addServiceButton);
00109
00110
00111 verticalLayout->addWidget(groupBox);
00112
00113 line_2 = new QFrame(scrollAreaWidgetContents_3);
00114 line_2->setObjectName(QString::fromUtf8("line_2"));
00115 line_2->setFrameShape(QFrame::HLine);
00116 line_2->setFrameShadow(QFrame::Sunken);
00117
00118 verticalLayout->addWidget(line_2);
00119
00120 groupBox_2 = new QGroupBox(scrollAreaWidgetContents_3);
00121 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00122 verticalLayout_7 = new QVBoxLayout(groupBox_2);
00123 verticalLayout_7->setSpacing(4);
00124 verticalLayout_7->setContentsMargins(3, 3, 3, 3);
00125 verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7"));
00126 modeRadioBox = new QGroupBox(groupBox_2);
00127 modeRadioBox->setObjectName(QString::fromUtf8("modeRadioBox"));
00128 horizontalLayout_5 = new QHBoxLayout(modeRadioBox);
00129 horizontalLayout_5->setSpacing(4);
00130 horizontalLayout_5->setContentsMargins(3, 3, 3, 3);
00131 horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
00132 radioGPS = new QRadioButton(modeRadioBox);
00133 radioGPS->setObjectName(QString::fromUtf8("radioGPS"));
00134 radioGPS->setProperty("mode", QVariant(1));
00135
00136 horizontalLayout_5->addWidget(radioGPS);
00137
00138 radioWifi = new QRadioButton(modeRadioBox);
00139 radioWifi->setObjectName(QString::fromUtf8("radioWifi"));
00140 radioWifi->setProperty("mode", QVariant(0));
00141
00142 horizontalLayout_5->addWidget(radioWifi);
00143
00144 radioWifiGPS = new QRadioButton(modeRadioBox);
00145 radioWifiGPS->setObjectName(QString::fromUtf8("radioWifiGPS"));
00146 radioWifiGPS->setProperty("mode", QVariant(2));
00147
00148 horizontalLayout_5->addWidget(radioWifiGPS);
00149
00150
00151 verticalLayout_7->addWidget(modeRadioBox);
00152
00153 line_3 = new QFrame(groupBox_2);
00154 line_3->setObjectName(QString::fromUtf8("line_3"));
00155 line_3->setFrameShape(QFrame::HLine);
00156 line_3->setFrameShadow(QFrame::Sunken);
00157
00158 verticalLayout_7->addWidget(line_3);
00159
00160 levelRadioBox = new QGroupBox(groupBox_2);
00161 levelRadioBox->setObjectName(QString::fromUtf8("levelRadioBox"));
00162 horizontalLayout_6 = new QHBoxLayout(levelRadioBox);
00163 horizontalLayout_6->setSpacing(4);
00164 horizontalLayout_6->setContentsMargins(0, 0, 0, 0);
00165 horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
00166 radioHigh = new QRadioButton(levelRadioBox);
00167 radioHigh->setObjectName(QString::fromUtf8("radioHigh"));
00168 radioHigh->setProperty("level", QVariant(2));
00169
00170 horizontalLayout_6->addWidget(radioHigh);
00171
00172 radioMedium = new QRadioButton(levelRadioBox);
00173 radioMedium->setObjectName(QString::fromUtf8("radioMedium"));
00174 radioMedium->setProperty("level", QVariant(1));
00175
00176 horizontalLayout_6->addWidget(radioMedium);
00177
00178 radioLow = new QRadioButton(levelRadioBox);
00179 radioLow->setObjectName(QString::fromUtf8("radioLow"));
00180 radioLow->setProperty("level", QVariant(0));
00181
00182 horizontalLayout_6->addWidget(radioLow);
00183
00184
00185 verticalLayout_7->addWidget(levelRadioBox);
00186
00187
00188 verticalLayout->addWidget(groupBox_2);
00189
00190 line = new QFrame(scrollAreaWidgetContents_3);
00191 line->setObjectName(QString::fromUtf8("line"));
00192 line->setFrameShape(QFrame::HLine);
00193 line->setFrameShadow(QFrame::Sunken);
00194
00195 verticalLayout->addWidget(line);
00196
00197 saBox = new QGroupBox(scrollAreaWidgetContents_3);
00198 saBox->setObjectName(QString::fromUtf8("saBox"));
00199 saBox->setMinimumSize(QSize(0, 0));
00200 verticalLayout_8 = new QVBoxLayout(saBox);
00201 verticalLayout_8->setSpacing(4);
00202 verticalLayout_8->setContentsMargins(3, 3, 3, 3);
00203 verticalLayout_8->setObjectName(QString::fromUtf8("verticalLayout_8"));
00204 addFriendButton = new QPushButton(saBox);
00205 addFriendButton->setObjectName(QString::fromUtf8("addFriendButton"));
00206
00207 verticalLayout_8->addWidget(addFriendButton);
00208
00209
00210 verticalLayout->addWidget(saBox);
00211
00212 line_4 = new QFrame(scrollAreaWidgetContents_3);
00213 line_4->setObjectName(QString::fromUtf8("line_4"));
00214 line_4->setFrameShape(QFrame::HLine);
00215 line_4->setFrameShadow(QFrame::Sunken);
00216
00217 verticalLayout->addWidget(line_4);
00218
00219 resetButton = new QPushButton(scrollAreaWidgetContents_3);
00220 resetButton->setObjectName(QString::fromUtf8("resetButton"));
00221
00222 verticalLayout->addWidget(resetButton);
00223
00224 settingScroll->setWidget(scrollAreaWidgetContents_3);
00225
00226 verticalLayout_9->addWidget(settingScroll);
00227
00228 backButton = new QPushButton(SettingScreenClass);
00229 backButton->setObjectName(QString::fromUtf8("backButton"));
00230
00231 verticalLayout_9->addWidget(backButton);
00232
00233
00234 retranslateUi(SettingScreenClass);
00235
00236 QMetaObject::connectSlotsByName(SettingScreenClass);
00237 }
00238
00239 void retranslateUi(QWidget *SettingScreenClass)
00240 {
00241 SettingScreenClass->setWindowTitle(QApplication::translate("SettingScreenClass", "SettingScreen", 0, QApplication::UnicodeUTF8));
00242 label_5->setText(QApplication::translate("SettingScreenClass", "PrivL : Settings", 0, QApplication::UnicodeUTF8));
00243 groupBox->setTitle(QApplication::translate("SettingScreenClass", "Sharing Service", 0, QApplication::UnicodeUTF8));
00244 ipokiButton->setText(QApplication::translate("SettingScreenClass", "ipoki.com", 0, QApplication::UnicodeUTF8));
00245 addServiceButton->setText(QApplication::translate("SettingScreenClass", "+ Add Service", 0, QApplication::UnicodeUTF8));
00246 groupBox_2->setTitle(QApplication::translate("SettingScreenClass", "Privacy Preferences", 0, QApplication::UnicodeUTF8));
00247 modeRadioBox->setTitle(QApplication::translate("SettingScreenClass", "Positioning Mode", 0, QApplication::UnicodeUTF8));
00248 radioGPS->setText(QApplication::translate("SettingScreenClass", "GPS", 0, QApplication::UnicodeUTF8));
00249 radioWifi->setText(QApplication::translate("SettingScreenClass", "Wifi", 0, QApplication::UnicodeUTF8));
00250 radioWifiGPS->setText(QApplication::translate("SettingScreenClass", "Mixed", 0, QApplication::UnicodeUTF8));
00251 levelRadioBox->setTitle(QApplication::translate("SettingScreenClass", "Privacy Level", 0, QApplication::UnicodeUTF8));
00252 radioHigh->setText(QApplication::translate("SettingScreenClass", "High", 0, QApplication::UnicodeUTF8));
00253 radioMedium->setText(QApplication::translate("SettingScreenClass", "Medium", 0, QApplication::UnicodeUTF8));
00254 radioLow->setText(QApplication::translate("SettingScreenClass", "Low", 0, QApplication::UnicodeUTF8));
00255 saBox->setTitle(QApplication::translate("SettingScreenClass", "Security Associations", 0, QApplication::UnicodeUTF8));
00256 addFriendButton->setText(QApplication::translate("SettingScreenClass", "Add Friend", 0, QApplication::UnicodeUTF8));
00257 resetButton->setText(QApplication::translate("SettingScreenClass", "Reset Cache", 0, QApplication::UnicodeUTF8));
00258 backButton->setText(QApplication::translate("SettingScreenClass", "Back", 0, QApplication::UnicodeUTF8));
00259 }
00260
00261 };
00262
00263 namespace Ui {
00264 class SettingScreenClass: public Ui_SettingScreenClass {};
00265 }
00266
00267 QT_END_NAMESPACE
00268
00269 #endif // UI_SETTINGSCREEN_H