summaryrefslogtreecommitdiff
path: root/src/citra_qt/ui_welcome_wizard.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/citra_qt/ui_welcome_wizard.h124
1 files changed, 0 insertions, 124 deletions
diff --git a/src/citra_qt/ui_welcome_wizard.h b/src/citra_qt/ui_welcome_wizard.h
deleted file mode 100644
index 0cc5ceb49..000000000
--- a/src/citra_qt/ui_welcome_wizard.h
+++ /dev/null
@@ -1,124 +0,0 @@
1/********************************************************************************
2** Form generated from reading UI file 'welcome_wizard.ui'
3**
4** Created by: Qt User Interface Compiler version 4.8.5
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_WELCOME_WIZARD_H
10#define UI_WELCOME_WIZARD_H
11
12#include <QtCore/QVariant>
13#include <QtGui/QAction>
14#include <QtGui/QApplication>
15#include <QtGui/QButtonGroup>
16#include <QtGui/QHBoxLayout>
17#include <QtGui/QHeaderView>
18#include <QtGui/QLineEdit>
19#include <QtGui/QPushButton>
20#include <QtGui/QSpacerItem>
21#include <QtGui/QVBoxLayout>
22#include <QtGui/QWizard>
23#include <QtGui/QWizardPage>
24#include "path_list.hxx"
25
26QT_BEGIN_NAMESPACE
27
28class Ui_WelcomeWizard
29{
30public:
31 QWizardPage *wizardPage1;
32 QWizardPage *wizardPage2;
33 QVBoxLayout *verticalLayout_2;
34 QHBoxLayout *horizontalLayout;
35 QLineEdit *edit_path;
36 QPushButton *button_browse_path;
37 QHBoxLayout *horizontalLayout_2;
38 GPathList *path_list;
39 QVBoxLayout *verticalLayout_3;
40 QPushButton *button_add_path;
41 QSpacerItem *verticalSpacer;
42
43 void setupUi(QWizard *WelcomeWizard)
44 {
45 if (WelcomeWizard->objectName().isEmpty())
46 WelcomeWizard->setObjectName(QString::fromUtf8("WelcomeWizard"));
47 WelcomeWizard->resize(510, 300);
48 WelcomeWizard->setModal(true);
49 wizardPage1 = new QWizardPage();
50 wizardPage1->setObjectName(QString::fromUtf8("wizardPage1"));
51 WelcomeWizard->addPage(wizardPage1);
52 wizardPage2 = new QWizardPage();
53 wizardPage2->setObjectName(QString::fromUtf8("wizardPage2"));
54 verticalLayout_2 = new QVBoxLayout(wizardPage2);
55 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
56 horizontalLayout = new QHBoxLayout();
57 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
58 edit_path = new QLineEdit(wizardPage2);
59 edit_path->setObjectName(QString::fromUtf8("edit_path"));
60 edit_path->setReadOnly(true);
61
62 horizontalLayout->addWidget(edit_path);
63
64 button_browse_path = new QPushButton(wizardPage2);
65 button_browse_path->setObjectName(QString::fromUtf8("button_browse_path"));
66
67 horizontalLayout->addWidget(button_browse_path);
68
69
70 verticalLayout_2->addLayout(horizontalLayout);
71
72 horizontalLayout_2 = new QHBoxLayout();
73 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
74 path_list = new GPathList(wizardPage2);
75 path_list->setObjectName(QString::fromUtf8("path_list"));
76
77 horizontalLayout_2->addWidget(path_list);
78
79 verticalLayout_3 = new QVBoxLayout();
80 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
81 button_add_path = new QPushButton(wizardPage2);
82 button_add_path->setObjectName(QString::fromUtf8("button_add_path"));
83
84 verticalLayout_3->addWidget(button_add_path);
85
86 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
87
88 verticalLayout_3->addItem(verticalSpacer);
89
90
91 horizontalLayout_2->addLayout(verticalLayout_3);
92
93
94 verticalLayout_2->addLayout(horizontalLayout_2);
95
96 WelcomeWizard->addPage(wizardPage2);
97
98 retranslateUi(WelcomeWizard);
99
100 QMetaObject::connectSlotsByName(WelcomeWizard);
101 } // setupUi
102
103 void retranslateUi(QWizard *WelcomeWizard)
104 {
105 WelcomeWizard->setWindowTitle(QApplication::translate("WelcomeWizard", "Welcome", 0, QApplication::UnicodeUTF8));
106 wizardPage1->setTitle(QApplication::translate("WelcomeWizard", "Welcome", 0, QApplication::UnicodeUTF8));
107 wizardPage1->setSubTitle(QApplication::translate("WelcomeWizard", "This wizard will guide you through the initial configuration.", 0, QApplication::UnicodeUTF8));
108 wizardPage2->setTitle(QApplication::translate("WelcomeWizard", "ISO paths", 0, QApplication::UnicodeUTF8));
109 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));
110 edit_path->setText(QString());
111 edit_path->setPlaceholderText(QApplication::translate("WelcomeWizard", "Select a path to add ...", 0, QApplication::UnicodeUTF8));
112 button_browse_path->setText(QString());
113 button_add_path->setText(QString());
114 } // retranslateUi
115
116};
117
118namespace Ui {
119 class WelcomeWizard: public Ui_WelcomeWizard {};
120} // namespace Ui
121
122QT_END_NAMESPACE
123
124#endif // UI_WELCOME_WIZARD_H