mirror of https://git.suyu.dev/suyu/suyu
Temporarily "fix" citra_qt for Windows
parent
17b32b7b3f
commit
ff4fe52bf6
@ -1,209 +0,0 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'gfx_fifo_player.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 4.8.5
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_GFX_FIFO_PLAYER_H
|
||||
#define UI_GFX_FIFO_PLAYER_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtGui/QAction>
|
||||
#include <QtGui/QApplication>
|
||||
#include <QtGui/QButtonGroup>
|
||||
#include <QtGui/QCheckBox>
|
||||
#include <QtGui/QComboBox>
|
||||
#include <QtGui/QDockWidget>
|
||||
#include <QtGui/QGroupBox>
|
||||
#include <QtGui/QHBoxLayout>
|
||||
#include <QtGui/QHeaderView>
|
||||
#include <QtGui/QLabel>
|
||||
#include <QtGui/QPushButton>
|
||||
#include <QtGui/QRadioButton>
|
||||
#include <QtGui/QSpacerItem>
|
||||
#include <QtGui/QSpinBox>
|
||||
#include <QtGui/QVBoxLayout>
|
||||
#include <QtGui/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_GfxFifoPlayerControl
|
||||
{
|
||||
public:
|
||||
QWidget *recordingGroup;
|
||||
QVBoxLayout *verticalLayout;
|
||||
QGroupBox *groupBox;
|
||||
QVBoxLayout *verticalLayout_2;
|
||||
QRadioButton *stopManuallyButton;
|
||||
QHBoxLayout *horizontalLayout;
|
||||
QRadioButton *radioButton_2;
|
||||
QSpinBox *spinBox;
|
||||
QComboBox *comboBox;
|
||||
QSpacerItem *horizontalSpacer_2;
|
||||
QSpacerItem *horizontalSpacer;
|
||||
QCheckBox *pauseWhenDoneCheckbox;
|
||||
QHBoxLayout *horizontalLayout_2;
|
||||
QPushButton *startStopRecordingButton;
|
||||
QPushButton *saveRecordingButton;
|
||||
QGroupBox *playbackGroup;
|
||||
QVBoxLayout *verticalLayout_3;
|
||||
QHBoxLayout *horizontalLayout_3;
|
||||
QLabel *label;
|
||||
QComboBox *playbackSourceCombobox;
|
||||
QCheckBox *checkBox_2;
|
||||
QPushButton *startPlaybackButton;
|
||||
QSpacerItem *verticalSpacer;
|
||||
|
||||
void setupUi(QDockWidget *GfxFifoPlayerControl)
|
||||
{
|
||||
if (GfxFifoPlayerControl->objectName().isEmpty())
|
||||
GfxFifoPlayerControl->setObjectName(QString::fromUtf8("GfxFifoPlayerControl"));
|
||||
GfxFifoPlayerControl->resize(275, 297);
|
||||
recordingGroup = new QWidget();
|
||||
recordingGroup->setObjectName(QString::fromUtf8("recordingGroup"));
|
||||
verticalLayout = new QVBoxLayout(recordingGroup);
|
||||
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
|
||||
groupBox = new QGroupBox(recordingGroup);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
verticalLayout_2 = new QVBoxLayout(groupBox);
|
||||
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
|
||||
stopManuallyButton = new QRadioButton(groupBox);
|
||||
stopManuallyButton->setObjectName(QString::fromUtf8("stopManuallyButton"));
|
||||
stopManuallyButton->setChecked(true);
|
||||
|
||||
verticalLayout_2->addWidget(stopManuallyButton);
|
||||
|
||||
horizontalLayout = new QHBoxLayout();
|
||||
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
||||
radioButton_2 = new QRadioButton(groupBox);
|
||||
radioButton_2->setObjectName(QString::fromUtf8("radioButton_2"));
|
||||
|
||||
horizontalLayout->addWidget(radioButton_2);
|
||||
|
||||
spinBox = new QSpinBox(groupBox);
|
||||
spinBox->setObjectName(QString::fromUtf8("spinBox"));
|
||||
spinBox->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
||||
spinBox->setMinimum(1);
|
||||
spinBox->setMaximum(99999);
|
||||
|
||||
horizontalLayout->addWidget(spinBox);
|
||||
|
||||
comboBox = new QComboBox(groupBox);
|
||||
comboBox->setObjectName(QString::fromUtf8("comboBox"));
|
||||
|
||||
horizontalLayout->addWidget(comboBox);
|
||||
|
||||
horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
|
||||
horizontalLayout->addItem(horizontalSpacer_2);
|
||||
|
||||
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
||||
|
||||
horizontalLayout->addItem(horizontalSpacer);
|
||||
|
||||
|
||||
verticalLayout_2->addLayout(horizontalLayout);
|
||||
|
||||
pauseWhenDoneCheckbox = new QCheckBox(groupBox);
|
||||
pauseWhenDoneCheckbox->setObjectName(QString::fromUtf8("pauseWhenDoneCheckbox"));
|
||||
|
||||
verticalLayout_2->addWidget(pauseWhenDoneCheckbox);
|
||||
|
||||
horizontalLayout_2 = new QHBoxLayout();
|
||||
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
||||
startStopRecordingButton = new QPushButton(groupBox);
|
||||
startStopRecordingButton->setObjectName(QString::fromUtf8("startStopRecordingButton"));
|
||||
|
||||
horizontalLayout_2->addWidget(startStopRecordingButton);
|
||||
|
||||
saveRecordingButton = new QPushButton(groupBox);
|
||||
saveRecordingButton->setObjectName(QString::fromUtf8("saveRecordingButton"));
|
||||
saveRecordingButton->setEnabled(false);
|
||||
|
||||
horizontalLayout_2->addWidget(saveRecordingButton);
|
||||
|
||||
|
||||
verticalLayout_2->addLayout(horizontalLayout_2);
|
||||
|
||||
|
||||
verticalLayout->addWidget(groupBox);
|
||||
|
||||
playbackGroup = new QGroupBox(recordingGroup);
|
||||
playbackGroup->setObjectName(QString::fromUtf8("playbackGroup"));
|
||||
verticalLayout_3 = new QVBoxLayout(playbackGroup);
|
||||
verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
|
||||
horizontalLayout_3 = new QHBoxLayout();
|
||||
horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
|
||||
label = new QLabel(playbackGroup);
|
||||
label->setObjectName(QString::fromUtf8("label"));
|
||||
|
||||
horizontalLayout_3->addWidget(label);
|
||||
|
||||
playbackSourceCombobox = new QComboBox(playbackGroup);
|
||||
playbackSourceCombobox->setObjectName(QString::fromUtf8("playbackSourceCombobox"));
|
||||
|
||||
horizontalLayout_3->addWidget(playbackSourceCombobox);
|
||||
|
||||
|
||||
verticalLayout_3->addLayout(horizontalLayout_3);
|
||||
|
||||
checkBox_2 = new QCheckBox(playbackGroup);
|
||||
checkBox_2->setObjectName(QString::fromUtf8("checkBox_2"));
|
||||
|
||||
verticalLayout_3->addWidget(checkBox_2);
|
||||
|
||||
startPlaybackButton = new QPushButton(playbackGroup);
|
||||
startPlaybackButton->setObjectName(QString::fromUtf8("startPlaybackButton"));
|
||||
|
||||
verticalLayout_3->addWidget(startPlaybackButton);
|
||||
|
||||
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||||
|
||||
verticalLayout_3->addItem(verticalSpacer);
|
||||
|
||||
|
||||
verticalLayout->addWidget(playbackGroup);
|
||||
|
||||
GfxFifoPlayerControl->setWidget(recordingGroup);
|
||||
|
||||
retranslateUi(GfxFifoPlayerControl);
|
||||
|
||||
QMetaObject::connectSlotsByName(GfxFifoPlayerControl);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDockWidget *GfxFifoPlayerControl)
|
||||
{
|
||||
GfxFifoPlayerControl->setWindowTitle(QApplication::translate("GfxFifoPlayerControl", "Fifo Player", 0, QApplication::UnicodeUTF8));
|
||||
groupBox->setTitle(QApplication::translate("GfxFifoPlayerControl", "Recording", 0, QApplication::UnicodeUTF8));
|
||||
stopManuallyButton->setText(QApplication::translate("GfxFifoPlayerControl", "Stop manually", 0, QApplication::UnicodeUTF8));
|
||||
radioButton_2->setText(QApplication::translate("GfxFifoPlayerControl", "Stop after", 0, QApplication::UnicodeUTF8));
|
||||
comboBox->clear();
|
||||
comboBox->insertItems(0, QStringList()
|
||||
<< QApplication::translate("GfxFifoPlayerControl", "Frames", 0, QApplication::UnicodeUTF8)
|
||||
<< QApplication::translate("GfxFifoPlayerControl", "Flushes", 0, QApplication::UnicodeUTF8)
|
||||
);
|
||||
pauseWhenDoneCheckbox->setText(QApplication::translate("GfxFifoPlayerControl", "Pause when done", 0, QApplication::UnicodeUTF8));
|
||||
startStopRecordingButton->setText(QApplication::translate("GfxFifoPlayerControl", "Start", 0, QApplication::UnicodeUTF8));
|
||||
saveRecordingButton->setText(QApplication::translate("GfxFifoPlayerControl", "Save to File...", 0, QApplication::UnicodeUTF8));
|
||||
playbackGroup->setTitle(QApplication::translate("GfxFifoPlayerControl", "Playback", 0, QApplication::UnicodeUTF8));
|
||||
label->setText(QApplication::translate("GfxFifoPlayerControl", "Playback source:", 0, QApplication::UnicodeUTF8));
|
||||
playbackSourceCombobox->clear();
|
||||
playbackSourceCombobox->insertItems(0, QStringList()
|
||||
<< QApplication::translate("GfxFifoPlayerControl", "Last Recording", 0, QApplication::UnicodeUTF8)
|
||||
<< QApplication::translate("GfxFifoPlayerControl", "From File...", 0, QApplication::UnicodeUTF8)
|
||||
);
|
||||
checkBox_2->setText(QApplication::translate("GfxFifoPlayerControl", "Loop", 0, QApplication::UnicodeUTF8));
|
||||
startPlaybackButton->setText(QApplication::translate("GfxFifoPlayerControl", "Start", 0, QApplication::UnicodeUTF8));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class GfxFifoPlayerControl: public Ui_GfxFifoPlayerControl {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_GFX_FIFO_PLAYER_H
|
@ -1,154 +0,0 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'image_info.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 4.8.5
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_IMAGE_INFO_H
|
||||
#define UI_IMAGE_INFO_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtGui/QAction>
|
||||
#include <QtGui/QApplication>
|
||||
#include <QtGui/QButtonGroup>
|
||||
#include <QtGui/QDockWidget>
|
||||
#include <QtGui/QFormLayout>
|
||||
#include <QtGui/QHeaderView>
|
||||
#include <QtGui/QLabel>
|
||||
#include <QtGui/QLineEdit>
|
||||
#include <QtGui/QPlainTextEdit>
|
||||
#include <QtGui/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_ImageInfo
|
||||
{
|
||||
public:
|
||||
QWidget *dockWidgetContents;
|
||||
QFormLayout *formLayout;
|
||||
QLabel *label_name;
|
||||
QLabel *label_gameid;
|
||||
QLabel *label_country;
|
||||
QLabel *label_bannertext;
|
||||
QLineEdit *line_name;
|
||||
QLineEdit *line_gameid;
|
||||
QLineEdit *line_country;
|
||||
QLabel *label_banner;
|
||||
QLabel *label_developer;
|
||||
QLineEdit *line_developer;
|
||||
QLabel *label_description;
|
||||
QPlainTextEdit *edit_description;
|
||||
|
||||
void setupUi(QDockWidget *ImageInfo)
|
||||
{
|
||||
if (ImageInfo->objectName().isEmpty())
|
||||
ImageInfo->setObjectName(QString::fromUtf8("ImageInfo"));
|
||||
ImageInfo->resize(400, 300);
|
||||
dockWidgetContents = new QWidget();
|
||||
dockWidgetContents->setObjectName(QString::fromUtf8("dockWidgetContents"));
|
||||
formLayout = new QFormLayout(dockWidgetContents);
|
||||
formLayout->setObjectName(QString::fromUtf8("formLayout"));
|
||||
label_name = new QLabel(dockWidgetContents);
|
||||
label_name->setObjectName(QString::fromUtf8("label_name"));
|
||||
|
||||
formLayout->setWidget(1, QFormLayout::LabelRole, label_name);
|
||||
|
||||
label_gameid = new QLabel(dockWidgetContents);
|
||||
label_gameid->setObjectName(QString::fromUtf8("label_gameid"));
|
||||
|
||||
formLayout->setWidget(4, QFormLayout::LabelRole, label_gameid);
|
||||
|
||||
label_country = new QLabel(dockWidgetContents);
|
||||
label_country->setObjectName(QString::fromUtf8("label_country"));
|
||||
|
||||
formLayout->setWidget(5, QFormLayout::LabelRole, label_country);
|
||||
|
||||
label_bannertext = new QLabel(dockWidgetContents);
|
||||
label_bannertext->setObjectName(QString::fromUtf8("label_bannertext"));
|
||||
|
||||
formLayout->setWidget(9, QFormLayout::LabelRole, label_bannertext);
|
||||
|
||||
line_name = new QLineEdit(dockWidgetContents);
|
||||
line_name->setObjectName(QString::fromUtf8("line_name"));
|
||||
line_name->setEnabled(true);
|
||||
line_name->setReadOnly(true);
|
||||
|
||||
formLayout->setWidget(1, QFormLayout::FieldRole, line_name);
|
||||
|
||||
line_gameid = new QLineEdit(dockWidgetContents);
|
||||
line_gameid->setObjectName(QString::fromUtf8("line_gameid"));
|
||||
line_gameid->setEnabled(true);
|
||||
line_gameid->setReadOnly(true);
|
||||
|
||||
formLayout->setWidget(4, QFormLayout::FieldRole, line_gameid);
|
||||
|
||||
line_country = new QLineEdit(dockWidgetContents);
|
||||
line_country->setObjectName(QString::fromUtf8("line_country"));
|
||||
line_country->setEnabled(true);
|
||||
line_country->setReadOnly(true);
|
||||
|
||||
formLayout->setWidget(5, QFormLayout::FieldRole, line_country);
|
||||
|
||||
label_banner = new QLabel(dockWidgetContents);
|
||||
label_banner->setObjectName(QString::fromUtf8("label_banner"));
|
||||
label_banner->setAlignment(Qt::AlignCenter);
|
||||
|
||||
formLayout->setWidget(9, QFormLayout::FieldRole, label_banner);
|
||||
|
||||
label_developer = new QLabel(dockWidgetContents);
|
||||
label_developer->setObjectName(QString::fromUtf8("label_developer"));
|
||||
|
||||
formLayout->setWidget(3, QFormLayout::LabelRole, label_developer);
|
||||
|
||||
line_developer = new QLineEdit(dockWidgetContents);
|
||||
line_developer->setObjectName(QString::fromUtf8("line_developer"));
|
||||
line_developer->setReadOnly(true);
|
||||
|
||||
formLayout->setWidget(3, QFormLayout::FieldRole, line_developer);
|
||||
|
||||
label_description = new QLabel(dockWidgetContents);
|
||||
label_description->setObjectName(QString::fromUtf8("label_description"));
|
||||
|
||||
formLayout->setWidget(7, QFormLayout::LabelRole, label_description);
|
||||
|
||||
edit_description = new QPlainTextEdit(dockWidgetContents);
|
||||
edit_description->setObjectName(QString::fromUtf8("edit_description"));
|
||||
edit_description->setMaximumSize(QSize(16777215, 80));
|
||||
edit_description->setReadOnly(true);
|
||||
edit_description->setPlainText(QString::fromUtf8(""));
|
||||
|
||||
formLayout->setWidget(7, QFormLayout::FieldRole, edit_description);
|
||||
|
||||
ImageInfo->setWidget(dockWidgetContents);
|
||||
|
||||
retranslateUi(ImageInfo);
|
||||
|
||||
QMetaObject::connectSlotsByName(ImageInfo);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QDockWidget *ImageInfo)
|
||||
{
|
||||
ImageInfo->setWindowTitle(QApplication::translate("ImageInfo", "Image Info", 0, QApplication::UnicodeUTF8));
|
||||
label_name->setText(QApplication::translate("ImageInfo", "Name", 0, QApplication::UnicodeUTF8));
|
||||
label_gameid->setText(QApplication::translate("ImageInfo", "Game ID", 0, QApplication::UnicodeUTF8));
|
||||
label_country->setText(QApplication::translate("ImageInfo", "Country", 0, QApplication::UnicodeUTF8));
|
||||
label_bannertext->setText(QApplication::translate("ImageInfo", "Banner", 0, QApplication::UnicodeUTF8));
|
||||
line_name->setText(QString());
|
||||
line_gameid->setText(QString());
|
||||
line_country->setText(QApplication::translate("ImageInfo", "EUROPE", 0, QApplication::UnicodeUTF8));
|
||||
label_banner->setText(QString());
|
||||
label_developer->setText(QApplication::translate("ImageInfo", "Developer", 0, QApplication::UnicodeUTF8));
|
||||
label_description->setText(QApplication::translate("ImageInfo", "Description", 0, QApplication::UnicodeUTF8));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class ImageInfo: public Ui_ImageInfo {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_IMAGE_INFO_H
|
@ -1,124 +0,0 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'welcome_wizard.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 4.8.5
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_WELCOME_WIZARD_H
|
||||
#define UI_WELCOME_WIZARD_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtGui/QAction>
|
||||
#include <QtGui/QApplication>
|
||||
#include <QtGui/QButtonGroup>
|
||||
#include <QtGui/QHBoxLayout>
|
||||
#include <QtGui/QHeaderView>
|
||||
#include <QtGui/QLineEdit>
|
||||
#include <QtGui/QPushButton>
|
||||
#include <QtGui/QSpacerItem>
|
||||
#include <QtGui/QVBoxLayout>
|
||||
#include <QtGui/QWizard>
|
||||
#include <QtGui/QWizardPage>
|
||||
#include "path_list.hxx"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_WelcomeWizard
|
||||
{
|
||||
public:
|
||||
QWizardPage *wizardPage1;
|
||||
QWizardPage *wizardPage2;
|
||||
QVBoxLayout *verticalLayout_2;
|
||||
QHBoxLayout *horizontalLayout;
|
||||
QLineEdit *edit_path;
|
||||
QPushButton *button_browse_path;
|
||||
QHBoxLayout *horizontalLayout_2;
|
||||
GPathList *path_list;
|
||||
QVBoxLayout *verticalLayout_3;
|
||||
QPushButton *button_add_path;
|
||||
QSpacerItem *verticalSpacer;
|
||||
|
||||
void setupUi(QWizard *WelcomeWizard)
|
||||
{
|
||||
if (WelcomeWizard->objectName().isEmpty())
|
||||
WelcomeWizard->setObjectName(QString::fromUtf8("WelcomeWizard"));
|
||||
WelcomeWizard->resize(510, 300);
|
||||
WelcomeWizard->setModal(true);
|
||||
wizardPage1 = new QWizardPage();
|
||||
wizardPage1->setObjectName(QString::fromUtf8("wizardPage1"));
|
||||
WelcomeWizard->addPage(wizardPage1);
|
||||
wizardPage2 = new QWizardPage();
|
||||
wizardPage2->setObjectName(QString::fromUtf8("wizardPage2"));
|
||||
verticalLayout_2 = new QVBoxLayout(wizardPage2);
|
||||
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
|
||||
horizontalLayout = new QHBoxLayout();
|
||||
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
|
||||
edit_path = new QLineEdit(wizardPage2);
|
||||
edit_path->setObjectName(QString::fromUtf8("edit_path"));
|
||||
edit_path->setReadOnly(true);
|
||||
|
||||
horizontalLayout->addWidget(edit_path);
|
||||
|
||||
button_browse_path = new QPushButton(wizardPage2);
|
||||
button_browse_path->setObjectName(QString::fromUtf8("button_browse_path"));
|
||||
|
||||
horizontalLayout->addWidget(button_browse_path);
|
||||
|
||||
|
||||
verticalLayout_2->addLayout(horizontalLayout);
|
||||
|
||||
horizontalLayout_2 = new QHBoxLayout();
|
||||
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
|
||||
path_list = new GPathList(wizardPage2);
|
||||
path_list->setObjectName(QString::fromUtf8("path_list"));
|
||||
|
||||
horizontalLayout_2->addWidget(path_list);
|
||||
|
||||
verticalLayout_3 = new QVBoxLayout();
|
||||
verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
|
||||
button_add_path = new QPushButton(wizardPage2);
|
||||
button_add_path->setObjectName(QString::fromUtf8("button_add_path"));
|
||||
|
||||
verticalLayout_3->addWidget(button_add_path);
|
||||
|
||||
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||||
|
||||
verticalLayout_3->addItem(verticalSpacer);
|
||||
|
||||
|
||||
horizontalLayout_2->addLayout(verticalLayout_3);
|
||||
|
||||
|
||||
verticalLayout_2->addLayout(horizontalLayout_2);
|
||||
|
||||
WelcomeWizard->addPage(wizardPage2);
|
||||
|
||||
retranslateUi(WelcomeWizard);
|
||||
|
||||
QMetaObject::connectSlotsByName(WelcomeWizard);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWizard *WelcomeWizard)
|
||||
{
|
||||
WelcomeWizard->setWindowTitle(QApplication::translate("WelcomeWizard", "Welcome", 0, QApplication::UnicodeUTF8));
|
||||
wizardPage1->setTitle(QApplication::translate("WelcomeWizard", "Welcome", 0, QApplication::UnicodeUTF8));
|
||||
wizardPage1->setSubTitle(QApplication::translate("WelcomeWizard", "This wizard will guide you through the initial configuration.", 0, QApplication::UnicodeUTF8));
|
||||
wizardPage2->setTitle(QApplication::translate("WelcomeWizard", "ISO paths", 0, QApplication::UnicodeUTF8));
|
||||
wizardPage2->setSubTitle(QApplication::translate("WelcomeWizard", "If you have a collection of game images, you can add them to the path list here. Gekko will automatically show a list of your collection on startup then.", 0, QApplication::UnicodeUTF8));
|
||||
edit_path->setText(QString());
|
||||
edit_path->setPlaceholderText(QApplication::translate("WelcomeWizard", "Select a path to add ...", 0, QApplication::UnicodeUTF8));
|
||||
button_browse_path->setText(QString());
|
||||
button_add_path->setText(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class WelcomeWizard: public Ui_WelcomeWizard {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_WELCOME_WIZARD_H
|
Loading…
Reference in New Issue