00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QIMSYSSETTINGSWIDGET_H
00011 #define UI_QIMSYSSETTINGSWIDGET_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QFormLayout>
00018 #include <QtGui/QHeaderView>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QTextBrowser>
00021 #include <QtGui/QWidget>
00022
00023 QT_BEGIN_NAMESPACE
00024
00025 class Ui_QimsysSettingsWidget
00026 {
00027 public:
00028 QFormLayout *formLayout;
00029 QLabel *icon;
00030 QLabel *name;
00031 QLabel *authorLabel;
00032 QLabel *author;
00033 QLabel *urlLabel;
00034 QLabel *url;
00035 QLabel *descriptionLabel;
00036 QTextBrowser *description;
00037 QLabel *translatorLabel;
00038 QLabel *translator;
00039 QLabel *licenseLabel;
00040 QTextBrowser *license;
00041
00042 void setupUi(QWidget *QimsysSettingsWidget)
00043 {
00044 if (QimsysSettingsWidget->objectName().isEmpty())
00045 QimsysSettingsWidget->setObjectName(QString::fromUtf8("QimsysSettingsWidget"));
00046 QimsysSettingsWidget->resize(299, 308);
00047 formLayout = new QFormLayout(QimsysSettingsWidget);
00048 formLayout->setObjectName(QString::fromUtf8("formLayout"));
00049 icon = new QLabel(QimsysSettingsWidget);
00050 icon->setObjectName(QString::fromUtf8("icon"));
00051
00052 formLayout->setWidget(0, QFormLayout::LabelRole, icon);
00053
00054 name = new QLabel(QimsysSettingsWidget);
00055 name->setObjectName(QString::fromUtf8("name"));
00056 name->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse);
00057
00058 formLayout->setWidget(0, QFormLayout::FieldRole, name);
00059
00060 authorLabel = new QLabel(QimsysSettingsWidget);
00061 authorLabel->setObjectName(QString::fromUtf8("authorLabel"));
00062
00063 formLayout->setWidget(1, QFormLayout::LabelRole, authorLabel);
00064
00065 author = new QLabel(QimsysSettingsWidget);
00066 author->setObjectName(QString::fromUtf8("author"));
00067 author->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse);
00068
00069 formLayout->setWidget(1, QFormLayout::FieldRole, author);
00070
00071 urlLabel = new QLabel(QimsysSettingsWidget);
00072 urlLabel->setObjectName(QString::fromUtf8("urlLabel"));
00073
00074 formLayout->setWidget(2, QFormLayout::LabelRole, urlLabel);
00075
00076 url = new QLabel(QimsysSettingsWidget);
00077 url->setObjectName(QString::fromUtf8("url"));
00078 url->setTextInteractionFlags(Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse);
00079
00080 formLayout->setWidget(2, QFormLayout::FieldRole, url);
00081
00082 descriptionLabel = new QLabel(QimsysSettingsWidget);
00083 descriptionLabel->setObjectName(QString::fromUtf8("descriptionLabel"));
00084
00085 formLayout->setWidget(3, QFormLayout::LabelRole, descriptionLabel);
00086
00087 description = new QTextBrowser(QimsysSettingsWidget);
00088 description->setObjectName(QString::fromUtf8("description"));
00089
00090 formLayout->setWidget(3, QFormLayout::FieldRole, description);
00091
00092 translatorLabel = new QLabel(QimsysSettingsWidget);
00093 translatorLabel->setObjectName(QString::fromUtf8("translatorLabel"));
00094
00095 formLayout->setWidget(4, QFormLayout::LabelRole, translatorLabel);
00096
00097 translator = new QLabel(QimsysSettingsWidget);
00098 translator->setObjectName(QString::fromUtf8("translator"));
00099
00100 formLayout->setWidget(4, QFormLayout::FieldRole, translator);
00101
00102 licenseLabel = new QLabel(QimsysSettingsWidget);
00103 licenseLabel->setObjectName(QString::fromUtf8("licenseLabel"));
00104
00105 formLayout->setWidget(5, QFormLayout::LabelRole, licenseLabel);
00106
00107 license = new QTextBrowser(QimsysSettingsWidget);
00108 license->setObjectName(QString::fromUtf8("license"));
00109
00110 formLayout->setWidget(5, QFormLayout::FieldRole, license);
00111
00112
00113 retranslateUi(QimsysSettingsWidget);
00114
00115 QMetaObject::connectSlotsByName(QimsysSettingsWidget);
00116 }
00117
00118 void retranslateUi(QWidget *QimsysSettingsWidget)
00119 {
00120 icon->setText(QApplication::translate("QimsysSettingsWidget", "Icon", 0, QApplication::UnicodeUTF8));
00121 name->setText(QApplication::translate("QimsysSettingsWidget", "Qimsys Plugin", 0, QApplication::UnicodeUTF8));
00122 authorLabel->setText(QApplication::translate("QimsysSettingsWidget", "Author:", 0, QApplication::UnicodeUTF8));
00123 author->setText(QApplication::translate("QimsysSettingsWidget", "Author", 0, QApplication::UnicodeUTF8));
00124 urlLabel->setText(QApplication::translate("QimsysSettingsWidget", "Url:", 0, QApplication::UnicodeUTF8));
00125 url->setText(QApplication::translate("QimsysSettingsWidget", "http://", 0, QApplication::UnicodeUTF8));
00126 descriptionLabel->setText(QApplication::translate("QimsysSettingsWidget", "Description:", 0, QApplication::UnicodeUTF8));
00127 translatorLabel->setText(QApplication::translate("QimsysSettingsWidget", "Translator:", 0, QApplication::UnicodeUTF8));
00128 translator->setText(QApplication::translate("QimsysSettingsWidget", "Translator", 0, QApplication::UnicodeUTF8));
00129 licenseLabel->setText(QApplication::translate("QimsysSettingsWidget", "License:", 0, QApplication::UnicodeUTF8));
00130 Q_UNUSED(QimsysSettingsWidget);
00131 }
00132
00133 };
00134
00135 namespace Ui {
00136 class QimsysSettingsWidget: public Ui_QimsysSettingsWidget {};
00137 }
00138
00139 QT_END_NAMESPACE
00140
00141 #endif // UI_QIMSYSSETTINGSWIDGET_H