26
|
1 |
/********************************************************************************
|
|
2 |
** Form generated from reading UI file 'SMFMUSICEVENTSNSERVIC.ui'
|
|
3 |
**
|
|
4 |
** Created: Fri Oct 8 14:49:55 2010
|
|
5 |
** by: Qt User Interface Compiler version 4.6.3
|
|
6 |
**
|
|
7 |
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
8 |
********************************************************************************/
|
|
9 |
|
|
10 |
#ifndef UI_SMFMUSICEVENTSNSERVICE_H
|
|
11 |
#define UI_SMFMUSICEVENTSNSERVIC_H
|
|
12 |
|
|
13 |
#include <QtCore/QVariant>
|
|
14 |
#include <QtGui/QAction>
|
|
15 |
#include <QtGui/QApplication>
|
|
16 |
#include <QtGui/QButtonGroup>
|
|
17 |
#include <QtGui/QHeaderView>
|
|
18 |
#include <QtGui/QWidget>
|
|
19 |
|
|
20 |
QT_BEGIN_NAMESPACE
|
|
21 |
|
|
22 |
class Ui_SmfTestApp
|
|
23 |
{
|
|
24 |
public:
|
|
25 |
|
|
26 |
void setupUi(QWidget *SmfTestApp)
|
|
27 |
{
|
|
28 |
if (SmfTestApp->objectName().isEmpty())
|
|
29 |
SmfTestApp->setObjectName(QString::fromUtf8("SmfTestApp"));
|
|
30 |
SmfTestApp->resize(400, 300);
|
|
31 |
|
|
32 |
retranslateUi(SmfTestApp);
|
|
33 |
|
|
34 |
QMetaObject::connectSlotsByName(SmfTestApp);
|
|
35 |
} // setupUi
|
|
36 |
|
|
37 |
void retranslateUi(QWidget *SmfTestApp)
|
|
38 |
{
|
|
39 |
SmfTestApp->setWindowTitle(QApplication::translate("SmfTestApp", "SmfTestApp", 0, QApplication::UnicodeUTF8));
|
|
40 |
} // retranslateUi
|
|
41 |
|
|
42 |
};
|
|
43 |
|
|
44 |
namespace Ui {
|
|
45 |
class SmfTestApp: public Ui_SmfTestApp {};
|
|
46 |
} // namespace Ui
|
|
47 |
|
|
48 |
QT_END_NAMESPACE
|
|
49 |
|
|
50 |
#endif // UI_SMFMUSICEVENTSNSERVIC_H
|