00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_BACKGROUNDANIMATIONDIALOGDIALOG_H
00011 #define UI_BACKGROUNDANIMATIONDIALOGDIALOG_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QDialog>
00019 #include <QtGui/QGraphicsView>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QHeaderView>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QListWidget>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QVBoxLayout>
00027 #include <QtGui/QWidget>
00028
00029 QT_BEGIN_NAMESPACE
00030
00031 class Ui_backgroundAnimationDialog
00032 {
00033 public:
00034 QVBoxLayout *verticalLayout_2;
00035 QWidget *widget_3;
00036 QHBoxLayout *horizontalLayout;
00037 QListWidget *AnimationslistWidget;
00038 QWidget *widget;
00039 QVBoxLayout *verticalLayout;
00040 QGraphicsView *PreviewgraphicsView;
00041 QLabel *Previewlabel;
00042 QSpacerItem *verticalSpacer;
00043 QCheckBox *UseAnimationBgPicturecheckBox;
00044 QCheckBox *SoundEffectscheckBox;
00045 QWidget *widget_2;
00046 QHBoxLayout *horizontalLayout_2;
00047 QSpacerItem *horizontalSpacer;
00048 QPushButton *closepushButton;
00049 QPushButton *OkpushButton;
00050
00051 void setupUi(QDialog *backgroundAnimationDialog)
00052 {
00053 if (backgroundAnimationDialog->objectName().isEmpty())
00054 backgroundAnimationDialog->setObjectName(QString::fromUtf8("backgroundAnimationDialog"));
00055 backgroundAnimationDialog->resize(552, 405);
00056 backgroundAnimationDialog->setMinimumSize(QSize(552, 405));
00057 backgroundAnimationDialog->setMaximumSize(QSize(552, 405));
00058 verticalLayout_2 = new QVBoxLayout(backgroundAnimationDialog);
00059 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00060 widget_3 = new QWidget(backgroundAnimationDialog);
00061 widget_3->setObjectName(QString::fromUtf8("widget_3"));
00062 horizontalLayout = new QHBoxLayout(widget_3);
00063 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00064 AnimationslistWidget = new QListWidget(widget_3);
00065 AnimationslistWidget->setObjectName(QString::fromUtf8("AnimationslistWidget"));
00066
00067 horizontalLayout->addWidget(AnimationslistWidget);
00068
00069 widget = new QWidget(widget_3);
00070 widget->setObjectName(QString::fromUtf8("widget"));
00071 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
00072 sizePolicy.setHorizontalStretch(0);
00073 sizePolicy.setVerticalStretch(0);
00074 sizePolicy.setHeightForWidth(widget->sizePolicy().hasHeightForWidth());
00075 widget->setSizePolicy(sizePolicy);
00076 verticalLayout = new QVBoxLayout(widget);
00077 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00078 PreviewgraphicsView = new QGraphicsView(widget);
00079 PreviewgraphicsView->setObjectName(QString::fromUtf8("PreviewgraphicsView"));
00080 QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
00081 sizePolicy1.setHorizontalStretch(0);
00082 sizePolicy1.setVerticalStretch(0);
00083 sizePolicy1.setHeightForWidth(PreviewgraphicsView->sizePolicy().hasHeightForWidth());
00084 PreviewgraphicsView->setSizePolicy(sizePolicy1);
00085 PreviewgraphicsView->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00086 PreviewgraphicsView->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00087
00088 verticalLayout->addWidget(PreviewgraphicsView);
00089
00090 Previewlabel = new QLabel(widget);
00091 Previewlabel->setObjectName(QString::fromUtf8("Previewlabel"));
00092
00093 verticalLayout->addWidget(Previewlabel);
00094
00095 verticalSpacer = new QSpacerItem(20, 51, QSizePolicy::Minimum, QSizePolicy::Expanding);
00096
00097 verticalLayout->addItem(verticalSpacer);
00098
00099 UseAnimationBgPicturecheckBox = new QCheckBox(widget);
00100 UseAnimationBgPicturecheckBox->setObjectName(QString::fromUtf8("UseAnimationBgPicturecheckBox"));
00101 UseAnimationBgPicturecheckBox->setEnabled(false);
00102 UseAnimationBgPicturecheckBox->setFocusPolicy(Qt::StrongFocus);
00103 UseAnimationBgPicturecheckBox->setChecked(false);
00104
00105 verticalLayout->addWidget(UseAnimationBgPicturecheckBox);
00106
00107 SoundEffectscheckBox = new QCheckBox(widget);
00108 SoundEffectscheckBox->setObjectName(QString::fromUtf8("SoundEffectscheckBox"));
00109 SoundEffectscheckBox->setEnabled(false);
00110 SoundEffectscheckBox->setCheckable(true);
00111 SoundEffectscheckBox->setChecked(false);
00112
00113 verticalLayout->addWidget(SoundEffectscheckBox);
00114
00115
00116 horizontalLayout->addWidget(widget);
00117
00118
00119 verticalLayout_2->addWidget(widget_3);
00120
00121 widget_2 = new QWidget(backgroundAnimationDialog);
00122 widget_2->setObjectName(QString::fromUtf8("widget_2"));
00123 widget_2->setMinimumSize(QSize(540, 51));
00124 widget_2->setMaximumSize(QSize(16777215, 51));
00125 horizontalLayout_2 = new QHBoxLayout(widget_2);
00126 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00127 horizontalSpacer = new QSpacerItem(409, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00128
00129 horizontalLayout_2->addItem(horizontalSpacer);
00130
00131 closepushButton = new QPushButton(widget_2);
00132 closepushButton->setObjectName(QString::fromUtf8("closepushButton"));
00133
00134 horizontalLayout_2->addWidget(closepushButton);
00135
00136 OkpushButton = new QPushButton(widget_2);
00137 OkpushButton->setObjectName(QString::fromUtf8("OkpushButton"));
00138
00139 horizontalLayout_2->addWidget(OkpushButton);
00140
00141
00142 verticalLayout_2->addWidget(widget_2);
00143
00144
00145 retranslateUi(backgroundAnimationDialog);
00146
00147 QMetaObject::connectSlotsByName(backgroundAnimationDialog);
00148 }
00149
00150 void retranslateUi(QDialog *backgroundAnimationDialog)
00151 {
00152 backgroundAnimationDialog->setWindowTitle(QApplication::translate("backgroundAnimationDialog", "Dialog", 0, QApplication::UnicodeUTF8));
00153 Previewlabel->setText(QApplication::translate("backgroundAnimationDialog", "Preview", 0, QApplication::UnicodeUTF8));
00154 #ifndef QT_NO_TOOLTIP
00155 UseAnimationBgPicturecheckBox->setToolTip(QApplication::translate("backgroundAnimationDialog", "Allow animation to change the background picture of diary.", 0, QApplication::UnicodeUTF8));
00156 #endif // QT_NO_TOOLTIP
00157 UseAnimationBgPicturecheckBox->setText(QApplication::translate("backgroundAnimationDialog", "Use animations background", 0, QApplication::UnicodeUTF8));
00158 SoundEffectscheckBox->setText(QApplication::translate("backgroundAnimationDialog", "Sound effects", 0, QApplication::UnicodeUTF8));
00159 closepushButton->setText(QApplication::translate("backgroundAnimationDialog", "Close", 0, QApplication::UnicodeUTF8));
00160 OkpushButton->setText(QApplication::translate("backgroundAnimationDialog", "Ok", 0, QApplication::UnicodeUTF8));
00161 Q_UNUSED(backgroundAnimationDialog);
00162 }
00163
00164 };
00165
00166 namespace Ui {
00167 class backgroundAnimationDialog: public Ui_backgroundAnimationDialog {};
00168 }
00169
00170 QT_END_NAMESPACE
00171
00172 #endif // UI_BACKGROUNDANIMATIONDIALOGDIALOG_H