diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2009-03-23 09:34:13 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-03-23 09:34:13 (GMT) |
commit | 67ad0519fd165acee4a4d2a94fa502e9e4847bd0 (patch) | |
tree | 1dbf50b3dff8d5ca7e9344733968c72704eb15ff /tests/auto/uic/baseline/translationsettings.ui.h | |
download | Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.zip Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.gz Qt-67ad0519fd165acee4a4d2a94fa502e9e4847bd0.tar.bz2 |
Long live Qt!
Diffstat (limited to 'tests/auto/uic/baseline/translationsettings.ui.h')
-rw-r--r-- | tests/auto/uic/baseline/translationsettings.ui.h | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/tests/auto/uic/baseline/translationsettings.ui.h b/tests/auto/uic/baseline/translationsettings.ui.h new file mode 100644 index 0000000..792b733 --- /dev/null +++ b/tests/auto/uic/baseline/translationsettings.ui.h @@ -0,0 +1,121 @@ +/******************************************************************************** +** Form generated from reading ui file 'translationsettings.ui' +** +** Created: Mon Sep 1 09:31:03 2008 +** by: Qt User Interface Compiler version 4.5.0 +** +** WARNING! All changes made in this file will be lost when recompiling ui file! +********************************************************************************/ + +#ifndef TRANSLATIONSETTINGS_H +#define TRANSLATIONSETTINGS_H + +#include <QtCore/QVariant> +#include <QtGui/QAction> +#include <QtGui/QApplication> +#include <QtGui/QButtonGroup> +#include <QtGui/QComboBox> +#include <QtGui/QDialog> +#include <QtGui/QDialogButtonBox> +#include <QtGui/QGridLayout> +#include <QtGui/QGroupBox> +#include <QtGui/QHeaderView> +#include <QtGui/QLabel> +#include <QtGui/QVBoxLayout> + +QT_BEGIN_NAMESPACE + +class Ui_TranslationSettings +{ +public: + QVBoxLayout *vboxLayout; + QGroupBox *groupBox; + QGridLayout *gridLayout; + QComboBox *cbLanguageList; + QLabel *label; + QComboBox *cbCountryList; + QLabel *lblCountry; + QDialogButtonBox *buttonBox; + + void setupUi(QDialog *TranslationSettings) + { + if (TranslationSettings->objectName().isEmpty()) + TranslationSettings->setObjectName(QString::fromUtf8("TranslationSettings")); + TranslationSettings->resize(346, 125); + vboxLayout = new QVBoxLayout(TranslationSettings); +#ifndef Q_OS_MAC + vboxLayout->setSpacing(6); +#endif +#ifndef Q_OS_MAC + vboxLayout->setMargin(9); +#endif + vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); + groupBox = new QGroupBox(TranslationSettings); + groupBox->setObjectName(QString::fromUtf8("groupBox")); + gridLayout = new QGridLayout(groupBox); +#ifndef Q_OS_MAC + gridLayout->setSpacing(6); +#endif +#ifndef Q_OS_MAC + gridLayout->setMargin(9); +#endif + gridLayout->setObjectName(QString::fromUtf8("gridLayout")); + cbLanguageList = new QComboBox(groupBox); + cbLanguageList->setObjectName(QString::fromUtf8("cbLanguageList")); + + gridLayout->addWidget(cbLanguageList, 0, 1, 1, 1); + + label = new QLabel(groupBox); + label->setObjectName(QString::fromUtf8("label")); + + gridLayout->addWidget(label, 0, 0, 1, 1); + + cbCountryList = new QComboBox(groupBox); + cbCountryList->setObjectName(QString::fromUtf8("cbCountryList")); + + gridLayout->addWidget(cbCountryList, 1, 1, 1, 1); + + lblCountry = new QLabel(groupBox); + lblCountry->setObjectName(QString::fromUtf8("lblCountry")); + + gridLayout->addWidget(lblCountry, 1, 0, 1, 1); + + + vboxLayout->addWidget(groupBox); + + buttonBox = new QDialogButtonBox(TranslationSettings); + buttonBox->setObjectName(QString::fromUtf8("buttonBox")); + buttonBox->setOrientation(Qt::Horizontal); + buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok); + + vboxLayout->addWidget(buttonBox); + +#ifndef QT_NO_SHORTCUT + label->setBuddy(cbLanguageList); +#endif // QT_NO_SHORTCUT + + retranslateUi(TranslationSettings); + QObject::connect(buttonBox, SIGNAL(accepted()), TranslationSettings, SLOT(accept())); + QObject::connect(buttonBox, SIGNAL(rejected()), TranslationSettings, SLOT(reject())); + + QMetaObject::connectSlotsByName(TranslationSettings); + } // setupUi + + void retranslateUi(QDialog *TranslationSettings) + { + TranslationSettings->setWindowTitle(QApplication::translate("TranslationSettings", "Qt Linguist - Translation file settings", 0, QApplication::UnicodeUTF8)); + groupBox->setTitle(QApplication::translate("TranslationSettings", "Target language", 0, QApplication::UnicodeUTF8)); + label->setText(QApplication::translate("TranslationSettings", "Language", 0, QApplication::UnicodeUTF8)); + lblCountry->setText(QApplication::translate("TranslationSettings", "Country/Region", 0, QApplication::UnicodeUTF8)); + Q_UNUSED(TranslationSettings); + } // retranslateUi + +}; + +namespace Ui { + class TranslationSettings: public Ui_TranslationSettings {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // TRANSLATIONSETTINGS_H |