diff options
Diffstat (limited to 'src/citra_qt/ui_image_info.h')
| -rw-r--r-- | src/citra_qt/ui_image_info.h | 154 |
1 files changed, 154 insertions, 0 deletions
diff --git a/src/citra_qt/ui_image_info.h b/src/citra_qt/ui_image_info.h new file mode 100644 index 000000000..a6aaa3d8d --- /dev/null +++ b/src/citra_qt/ui_image_info.h | |||
| @@ -0,0 +1,154 @@ | |||
| 1 | /******************************************************************************** | ||
| 2 | ** Form generated from reading UI file 'image_info.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_IMAGE_INFO_H | ||
| 10 | #define UI_IMAGE_INFO_H | ||
| 11 | |||
| 12 | #include <QtCore/QVariant> | ||
| 13 | #include <QtGui/QAction> | ||
| 14 | #include <QtGui/QApplication> | ||
| 15 | #include <QtGui/QButtonGroup> | ||
| 16 | #include <QtGui/QDockWidget> | ||
| 17 | #include <QtGui/QFormLayout> | ||
| 18 | #include <QtGui/QHeaderView> | ||
| 19 | #include <QtGui/QLabel> | ||
| 20 | #include <QtGui/QLineEdit> | ||
| 21 | #include <QtGui/QPlainTextEdit> | ||
| 22 | #include <QtGui/QWidget> | ||
| 23 | |||
| 24 | QT_BEGIN_NAMESPACE | ||
| 25 | |||
| 26 | class Ui_ImageInfo | ||
| 27 | { | ||
| 28 | public: | ||
| 29 | QWidget *dockWidgetContents; | ||
| 30 | QFormLayout *formLayout; | ||
| 31 | QLabel *label_name; | ||
| 32 | QLabel *label_gameid; | ||
| 33 | QLabel *label_country; | ||
| 34 | QLabel *label_bannertext; | ||
| 35 | QLineEdit *line_name; | ||
| 36 | QLineEdit *line_gameid; | ||
| 37 | QLineEdit *line_country; | ||
| 38 | QLabel *label_banner; | ||
| 39 | QLabel *label_developer; | ||
| 40 | QLineEdit *line_developer; | ||
| 41 | QLabel *label_description; | ||
| 42 | QPlainTextEdit *edit_description; | ||
| 43 | |||
| 44 | void setupUi(QDockWidget *ImageInfo) | ||
| 45 | { | ||
| 46 | if (ImageInfo->objectName().isEmpty()) | ||
| 47 | ImageInfo->setObjectName(QString::fromUtf8("ImageInfo")); | ||
| 48 | ImageInfo->resize(400, 300); | ||
| 49 | dockWidgetContents = new QWidget(); | ||
| 50 | dockWidgetContents->setObjectName(QString::fromUtf8("dockWidgetContents")); | ||
| 51 | formLayout = new QFormLayout(dockWidgetContents); | ||
| 52 | formLayout->setObjectName(QString::fromUtf8("formLayout")); | ||
| 53 | label_name = new QLabel(dockWidgetContents); | ||
| 54 | label_name->setObjectName(QString::fromUtf8("label_name")); | ||
| 55 | |||
| 56 | formLayout->setWidget(1, QFormLayout::LabelRole, label_name); | ||
| 57 | |||
| 58 | label_gameid = new QLabel(dockWidgetContents); | ||
| 59 | label_gameid->setObjectName(QString::fromUtf8("label_gameid")); | ||
| 60 | |||
| 61 | formLayout->setWidget(4, QFormLayout::LabelRole, label_gameid); | ||
| 62 | |||
| 63 | label_country = new QLabel(dockWidgetContents); | ||
| 64 | label_country->setObjectName(QString::fromUtf8("label_country")); | ||
| 65 | |||
| 66 | formLayout->setWidget(5, QFormLayout::LabelRole, label_country); | ||
| 67 | |||
| 68 | label_bannertext = new QLabel(dockWidgetContents); | ||
| 69 | label_bannertext->setObjectName(QString::fromUtf8("label_bannertext")); | ||
| 70 | |||
| 71 | formLayout->setWidget(9, QFormLayout::LabelRole, label_bannertext); | ||
| 72 | |||
| 73 | line_name = new QLineEdit(dockWidgetContents); | ||
| 74 | line_name->setObjectName(QString::fromUtf8("line_name")); | ||
| 75 | line_name->setEnabled(true); | ||
| 76 | line_name->setReadOnly(true); | ||
| 77 | |||
| 78 | formLayout->setWidget(1, QFormLayout::FieldRole, line_name); | ||
| 79 | |||
| 80 | line_gameid = new QLineEdit(dockWidgetContents); | ||
| 81 | line_gameid->setObjectName(QString::fromUtf8("line_gameid")); | ||
| 82 | line_gameid->setEnabled(true); | ||
| 83 | line_gameid->setReadOnly(true); | ||
| 84 | |||
| 85 | formLayout->setWidget(4, QFormLayout::FieldRole, line_gameid); | ||
| 86 | |||
| 87 | line_country = new QLineEdit(dockWidgetContents); | ||
| 88 | line_country->setObjectName(QString::fromUtf8("line_country")); | ||
| 89 | line_country->setEnabled(true); | ||
| 90 | line_country->setReadOnly(true); | ||
| 91 | |||
| 92 | formLayout->setWidget(5, QFormLayout::FieldRole, line_country); | ||
| 93 | |||
| 94 | label_banner = new QLabel(dockWidgetContents); | ||
| 95 | label_banner->setObjectName(QString::fromUtf8("label_banner")); | ||
| 96 | label_banner->setAlignment(Qt::AlignCenter); | ||
| 97 | |||
| 98 | formLayout->setWidget(9, QFormLayout::FieldRole, label_banner); | ||
| 99 | |||
| 100 | label_developer = new QLabel(dockWidgetContents); | ||
| 101 | label_developer->setObjectName(QString::fromUtf8("label_developer")); | ||
| 102 | |||
| 103 | formLayout->setWidget(3, QFormLayout::LabelRole, label_developer); | ||
| 104 | |||
| 105 | line_developer = new QLineEdit(dockWidgetContents); | ||
| 106 | line_developer->setObjectName(QString::fromUtf8("line_developer")); | ||
| 107 | line_developer->setReadOnly(true); | ||
| 108 | |||
| 109 | formLayout->setWidget(3, QFormLayout::FieldRole, line_developer); | ||
| 110 | |||
| 111 | label_description = new QLabel(dockWidgetContents); | ||
| 112 | label_description->setObjectName(QString::fromUtf8("label_description")); | ||
| 113 | |||
| 114 | formLayout->setWidget(7, QFormLayout::LabelRole, label_description); | ||
| 115 | |||
| 116 | edit_description = new QPlainTextEdit(dockWidgetContents); | ||
| 117 | edit_description->setObjectName(QString::fromUtf8("edit_description")); | ||
| 118 | edit_description->setMaximumSize(QSize(16777215, 80)); | ||
| 119 | edit_description->setReadOnly(true); | ||
| 120 | edit_description->setPlainText(QString::fromUtf8("")); | ||
| 121 | |||
| 122 | formLayout->setWidget(7, QFormLayout::FieldRole, edit_description); | ||
| 123 | |||
| 124 | ImageInfo->setWidget(dockWidgetContents); | ||
| 125 | |||
| 126 | retranslateUi(ImageInfo); | ||
| 127 | |||
| 128 | QMetaObject::connectSlotsByName(ImageInfo); | ||
| 129 | } // setupUi | ||
| 130 | |||
| 131 | void retranslateUi(QDockWidget *ImageInfo) | ||
| 132 | { | ||
| 133 | ImageInfo->setWindowTitle(QApplication::translate("ImageInfo", "Image Info", 0, QApplication::UnicodeUTF8)); | ||
| 134 | label_name->setText(QApplication::translate("ImageInfo", "Name", 0, QApplication::UnicodeUTF8)); | ||
| 135 | label_gameid->setText(QApplication::translate("ImageInfo", "Game ID", 0, QApplication::UnicodeUTF8)); | ||
| 136 | label_country->setText(QApplication::translate("ImageInfo", "Country", 0, QApplication::UnicodeUTF8)); | ||
| 137 | label_bannertext->setText(QApplication::translate("ImageInfo", "Banner", 0, QApplication::UnicodeUTF8)); | ||
| 138 | line_name->setText(QString()); | ||
| 139 | line_gameid->setText(QString()); | ||
| 140 | line_country->setText(QApplication::translate("ImageInfo", "EUROPE", 0, QApplication::UnicodeUTF8)); | ||
| 141 | label_banner->setText(QString()); | ||
| 142 | label_developer->setText(QApplication::translate("ImageInfo", "Developer", 0, QApplication::UnicodeUTF8)); | ||
| 143 | label_description->setText(QApplication::translate("ImageInfo", "Description", 0, QApplication::UnicodeUTF8)); | ||
| 144 | } // retranslateUi | ||
| 145 | |||
| 146 | }; | ||
| 147 | |||
| 148 | namespace Ui { | ||
| 149 | class ImageInfo: public Ui_ImageInfo {}; | ||
| 150 | } // namespace Ui | ||
| 151 | |||
| 152 | QT_END_NAMESPACE | ||
| 153 | |||
| 154 | #endif // UI_IMAGE_INFO_H | ||