00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_MPLAYERWIDGET_H
00011 #define UI_MPLAYERWIDGET_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHeaderView>
00018 #include <QtGui/QPushButton>
00019 #include <QtGui/QSlider>
00020 #include <QtGui/QVBoxLayout>
00021 #include <QtGui/QWidget>
00022
00023 QT_BEGIN_NAMESPACE
00024
00025 class Ui_mplayerWidgetForm
00026 {
00027 public:
00028 QVBoxLayout *vboxLayout;
00029 QWidget *MPlayerVideoOutwidgetParent;
00030 QWidget *Controlswidget;
00031 QPushButton *PlayPausepushButton;
00032 QPushButton *OpefilepushButton;
00033 QSlider *ProgresshorizontalSlider;
00034 QSlider *VolumehorizontalSlider;
00035 QPushButton *ToggleFullscreenpushButton;
00036 QPushButton *MutepushButton;
00037 QPushButton *StoppushButton;
00038 QPushButton *PreviouspushButton;
00039 QPushButton *NextpushButton;
00040 QPushButton *OpeplaylistpushButton;
00041
00042 void setupUi(QWidget *mplayerWidgetForm)
00043 {
00044 if (mplayerWidgetForm->objectName().isEmpty())
00045 mplayerWidgetForm->setObjectName(QString::fromUtf8("mplayerWidgetForm"));
00046 mplayerWidgetForm->resize(367, 345);
00047 mplayerWidgetForm->setMinimumSize(QSize(169, 169));
00048 vboxLayout = new QVBoxLayout(mplayerWidgetForm);
00049 vboxLayout->setMargin(0);
00050 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00051 MPlayerVideoOutwidgetParent = new QWidget(mplayerWidgetForm);
00052 MPlayerVideoOutwidgetParent->setObjectName(QString::fromUtf8("MPlayerVideoOutwidgetParent"));
00053 MPlayerVideoOutwidgetParent->setMinimumSize(QSize(169, 111));
00054 MPlayerVideoOutwidgetParent->setMouseTracking(true);
00055
00056 vboxLayout->addWidget(MPlayerVideoOutwidgetParent);
00057
00058 Controlswidget = new QWidget(mplayerWidgetForm);
00059 Controlswidget->setObjectName(QString::fromUtf8("Controlswidget"));
00060 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
00061 sizePolicy.setHorizontalStretch(0);
00062 sizePolicy.setVerticalStretch(0);
00063 sizePolicy.setHeightForWidth(Controlswidget->sizePolicy().hasHeightForWidth());
00064 Controlswidget->setSizePolicy(sizePolicy);
00065 Controlswidget->setMinimumSize(QSize(169, 58));
00066 PlayPausepushButton = new QPushButton(Controlswidget);
00067 PlayPausepushButton->setObjectName(QString::fromUtf8("PlayPausepushButton"));
00068 PlayPausepushButton->setGeometry(QRect(0, 35, 20, 20));
00069 OpefilepushButton = new QPushButton(Controlswidget);
00070 OpefilepushButton->setObjectName(QString::fromUtf8("OpefilepushButton"));
00071 OpefilepushButton->setGeometry(QRect(120, 35, 20, 20));
00072 ProgresshorizontalSlider = new QSlider(Controlswidget);
00073 ProgresshorizontalSlider->setObjectName(QString::fromUtf8("ProgresshorizontalSlider"));
00074 ProgresshorizontalSlider->setGeometry(QRect(0, 0, 169, 13));
00075 ProgresshorizontalSlider->setOrientation(Qt::Horizontal);
00076 VolumehorizontalSlider = new QSlider(Controlswidget);
00077 VolumehorizontalSlider->setObjectName(QString::fromUtf8("VolumehorizontalSlider"));
00078 VolumehorizontalSlider->setGeometry(QRect(88, 13, 81, 13));
00079 VolumehorizontalSlider->setMaximum(100);
00080 VolumehorizontalSlider->setOrientation(Qt::Horizontal);
00081 ToggleFullscreenpushButton = new QPushButton(Controlswidget);
00082 ToggleFullscreenpushButton->setObjectName(QString::fromUtf8("ToggleFullscreenpushButton"));
00083 ToggleFullscreenpushButton->setGeometry(QRect(140, 35, 20, 20));
00084 MutepushButton = new QPushButton(Controlswidget);
00085 MutepushButton->setObjectName(QString::fromUtf8("MutepushButton"));
00086 MutepushButton->setGeometry(QRect(68, 10, 20, 20));
00087 StoppushButton = new QPushButton(Controlswidget);
00088 StoppushButton->setObjectName(QString::fromUtf8("StoppushButton"));
00089 StoppushButton->setGeometry(QRect(25, 35, 20, 20));
00090 PreviouspushButton = new QPushButton(Controlswidget);
00091 PreviouspushButton->setObjectName(QString::fromUtf8("PreviouspushButton"));
00092 PreviouspushButton->setGeometry(QRect(50, 35, 20, 20));
00093 NextpushButton = new QPushButton(Controlswidget);
00094 NextpushButton->setObjectName(QString::fromUtf8("NextpushButton"));
00095 NextpushButton->setGeometry(QRect(75, 35, 20, 20));
00096 OpeplaylistpushButton = new QPushButton(Controlswidget);
00097 OpeplaylistpushButton->setObjectName(QString::fromUtf8("OpeplaylistpushButton"));
00098 OpeplaylistpushButton->setGeometry(QRect(100, 35, 20, 20));
00099
00100 vboxLayout->addWidget(Controlswidget);
00101
00102
00103 retranslateUi(mplayerWidgetForm);
00104
00105 QMetaObject::connectSlotsByName(mplayerWidgetForm);
00106 }
00107
00108 void retranslateUi(QWidget *mplayerWidgetForm)
00109 {
00110 mplayerWidgetForm->setWindowTitle(QApplication::translate("mplayerWidgetForm", "Form", 0, QApplication::UnicodeUTF8));
00111 PlayPausepushButton->setText(QString());
00112 OpefilepushButton->setText(QString());
00113 ToggleFullscreenpushButton->setText(QString());
00114 MutepushButton->setText(QString());
00115 StoppushButton->setText(QString());
00116 PreviouspushButton->setText(QString());
00117 NextpushButton->setText(QString());
00118 OpeplaylistpushButton->setText(QString());
00119 Q_UNUSED(mplayerWidgetForm);
00120 }
00121
00122 };
00123
00124 namespace Ui {
00125 class mplayerWidgetForm: public Ui_mplayerWidgetForm {};
00126 }
00127
00128 QT_END_NAMESPACE
00129
00130 #endif // UI_MPLAYERWIDGET_H