Download this file

ui_renderchoose.h    119 lines (90 with data), 4.1 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
/********************************************************************************
** Form generated from reading UI file 'renderchoose.ui'
**
** Created by: Qt User Interface Compiler version 5.5.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_RENDERCHOOSE_H
#define UI_RENDERCHOOSE_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QDialogButtonBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QListWidget>
#include <QtWidgets/QRadioButton>
#include <QtWidgets/QVBoxLayout>
QT_BEGIN_NAMESPACE
class Ui_RenderChooseDLG
{
public:
QVBoxLayout *verticalLayout_2;
QVBoxLayout *verticalLayout;
QListWidget *rndsLW;
QHBoxLayout *horizontalLayout;
QLabel *label;
QRadioButton *keepRB;
QRadioButton *replRB;
QRadioButton *apndRB;
QDialogButtonBox *buttonBox;
void setupUi(QDialog *RenderChooseDLG)
{
if (RenderChooseDLG->objectName().isEmpty())
RenderChooseDLG->setObjectName(QStringLiteral("RenderChooseDLG"));
RenderChooseDLG->setWindowModality(Qt::ApplicationModal);
RenderChooseDLG->resize(290, 209);
verticalLayout_2 = new QVBoxLayout(RenderChooseDLG);
verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
verticalLayout = new QVBoxLayout();
verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
rndsLW = new QListWidget(RenderChooseDLG);
rndsLW->setObjectName(QStringLiteral("rndsLW"));
verticalLayout->addWidget(rndsLW);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
label = new QLabel(RenderChooseDLG);
label->setObjectName(QStringLiteral("label"));
horizontalLayout->addWidget(label);
keepRB = new QRadioButton(RenderChooseDLG);
keepRB->setObjectName(QStringLiteral("keepRB"));
keepRB->setChecked(true);
horizontalLayout->addWidget(keepRB);
replRB = new QRadioButton(RenderChooseDLG);
replRB->setObjectName(QStringLiteral("replRB"));
horizontalLayout->addWidget(replRB);
apndRB = new QRadioButton(RenderChooseDLG);
apndRB->setObjectName(QStringLiteral("apndRB"));
apndRB->setAutoExclusive(true);
horizontalLayout->addWidget(apndRB);
verticalLayout->addLayout(horizontalLayout);
verticalLayout_2->addLayout(verticalLayout);
buttonBox = new QDialogButtonBox(RenderChooseDLG);
buttonBox->setObjectName(QStringLiteral("buttonBox"));
buttonBox->setOrientation(Qt::Horizontal);
buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
verticalLayout_2->addWidget(buttonBox);
retranslateUi(RenderChooseDLG);
QObject::connect(buttonBox, SIGNAL(accepted()), RenderChooseDLG, SLOT(accept()));
QObject::connect(buttonBox, SIGNAL(rejected()), RenderChooseDLG, SLOT(reject()));
QObject::connect(rndsLW, SIGNAL(itemDoubleClicked(QListWidgetItem*)), RenderChooseDLG, SLOT(accept()));
QMetaObject::connectSlotsByName(RenderChooseDLG);
} // setupUi
void retranslateUi(QDialog *RenderChooseDLG)
{
RenderChooseDLG->setWindowTitle(QApplication::translate("RenderChooseDLG", "Select Media Renderer for Upplay", 0));
label->setText(QApplication::translate("RenderChooseDLG", "Playlist:", 0));
keepRB->setText(QApplication::translate("RenderChooseDLG", "Keep", 0));
replRB->setText(QApplication::translate("RenderChooseDLG", "Replace", 0));
apndRB->setText(QApplication::translate("RenderChooseDLG", "Append", 0));
} // retranslateUi
};
namespace Ui {
class RenderChooseDLG: public Ui_RenderChooseDLG {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_RENDERCHOOSE_H