example/smfclientapp/ui_smfclientapp.h
changeset 6 c39a6cfd1fb9
equal deleted inserted replaced
5:edb9dc8273d9 6:c39a6cfd1fb9
       
     1 /********************************************************************************
       
     2 ** Form generated from reading UI file 'smfclientapp.ui'
       
     3 **
       
     4 ** Created: Fri May 7 15:23:58 2010
       
     5 **      by: Qt User Interface Compiler version 4.6.1
       
     6 **
       
     7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
       
     8 ********************************************************************************/
       
     9 
       
    10 #ifndef UI_SMFCLIENTAPP_H
       
    11 #define UI_SMFCLIENTAPP_H
       
    12 
       
    13 #include <QtCore/QVariant>
       
    14 #include <QtGui/QAction>
       
    15 #include <QtGui/QApplication>
       
    16 #include <QtGui/QButtonGroup>
       
    17 #include <QtGui/QComboBox>
       
    18 #include <QtGui/QHeaderView>
       
    19 #include <QtGui/QLabel>
       
    20 #include <QtGui/QListWidget>
       
    21 #include <QtGui/QPushButton>
       
    22 #include <QtGui/QWidget>
       
    23 
       
    24 QT_BEGIN_NAMESPACE
       
    25 
       
    26 class Ui_SmfClientApp
       
    27 {
       
    28 public:
       
    29     QListWidget *listWidget;
       
    30     QComboBox *comboBox;
       
    31     QPushButton *pushButton;
       
    32     QLabel *label;
       
    33     QPushButton *pushButton_2;
       
    34 
       
    35     void setupUi(QWidget *SmfClientApp)
       
    36     {
       
    37         if (SmfClientApp->objectName().isEmpty())
       
    38             SmfClientApp->setObjectName(QString::fromUtf8("SmfClientApp"));
       
    39         SmfClientApp->resize(340, 600);
       
    40         listWidget = new QListWidget(SmfClientApp);
       
    41         listWidget->setObjectName(QString::fromUtf8("listWidget"));
       
    42         listWidget->setGeometry(QRect(20, 230, 256, 271));
       
    43         comboBox = new QComboBox(SmfClientApp);
       
    44         comboBox->setObjectName(QString::fromUtf8("comboBox"));
       
    45         comboBox->setGeometry(QRect(20, 90, 201, 51));
       
    46         pushButton = new QPushButton(SmfClientApp);
       
    47         pushButton->setObjectName(QString::fromUtf8("pushButton"));
       
    48         pushButton->setGeometry(QRect(20, 150, 75, 51));
       
    49         label = new QLabel(SmfClientApp);
       
    50         label->setObjectName(QString::fromUtf8("label"));
       
    51         label->setGeometry(QRect(40, 19, 271, 51));
       
    52         pushButton_2 = new QPushButton(SmfClientApp);
       
    53         pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
       
    54         pushButton_2->setGeometry(QRect(110, 150, 75, 51));
       
    55 
       
    56         retranslateUi(SmfClientApp);
       
    57 
       
    58         QMetaObject::connectSlotsByName(SmfClientApp);
       
    59     } // setupUi
       
    60 
       
    61     void retranslateUi(QWidget *SmfClientApp)
       
    62     {
       
    63         SmfClientApp->setWindowTitle(QApplication::translate("SmfClientApp", "SmfClientApp", 0, QApplication::UnicodeUTF8));
       
    64         pushButton->setText(QApplication::translate("SmfClientApp", "Friends", 0, QApplication::UnicodeUTF8));
       
    65         label->setText(QApplication::translate("SmfClientApp", "Supported Social Networking Sites", 0, QApplication::UnicodeUTF8));
       
    66         pushButton_2->setText(QApplication::translate("SmfClientApp", "Posts", 0, QApplication::UnicodeUTF8));
       
    67     } // retranslateUi
       
    68 
       
    69 };
       
    70 
       
    71 namespace Ui {
       
    72     class SmfClientApp: public Ui_SmfClientApp {};
       
    73 } // namespace Ui
       
    74 
       
    75 QT_END_NAMESPACE
       
    76 
       
    77 #endif // UI_SMFCLIENTAPP_H