|
1 /******************************************************************************** |
|
2 ** Form generated from reading UI file 'translationsettings.ui' |
|
3 ** |
|
4 ** Created: Fri Sep 4 10:17:15 2009 |
|
5 ** by: Qt User Interface Compiler version 4.6.0 |
|
6 ** |
|
7 ** WARNING! All changes made in this file will be lost when recompiling UI file! |
|
8 ********************************************************************************/ |
|
9 |
|
10 #ifndef TRANSLATIONSETTINGS_H |
|
11 #define TRANSLATIONSETTINGS_H |
|
12 |
|
13 #include <QtCore/QVariant> |
|
14 #include <QtGui/QAction> |
|
15 #include <QtGui/QApplication> |
|
16 #include <QtGui/QButtonGroup> |
|
17 #include <QtGui/QComboBox> |
|
18 #include <QtGui/QDialog> |
|
19 #include <QtGui/QDialogButtonBox> |
|
20 #include <QtGui/QGridLayout> |
|
21 #include <QtGui/QGroupBox> |
|
22 #include <QtGui/QHeaderView> |
|
23 #include <QtGui/QLabel> |
|
24 #include <QtGui/QVBoxLayout> |
|
25 |
|
26 QT_BEGIN_NAMESPACE |
|
27 |
|
28 class Ui_TranslationSettings |
|
29 { |
|
30 public: |
|
31 QVBoxLayout *vboxLayout; |
|
32 QGroupBox *groupBox; |
|
33 QGridLayout *gridLayout; |
|
34 QComboBox *cbLanguageList; |
|
35 QLabel *label; |
|
36 QComboBox *cbCountryList; |
|
37 QLabel *lblCountry; |
|
38 QDialogButtonBox *buttonBox; |
|
39 |
|
40 void setupUi(QDialog *TranslationSettings) |
|
41 { |
|
42 if (TranslationSettings->objectName().isEmpty()) |
|
43 TranslationSettings->setObjectName(QString::fromUtf8("TranslationSettings")); |
|
44 TranslationSettings->resize(346, 125); |
|
45 vboxLayout = new QVBoxLayout(TranslationSettings); |
|
46 #ifndef Q_OS_MAC |
|
47 vboxLayout->setSpacing(6); |
|
48 #endif |
|
49 #ifndef Q_OS_MAC |
|
50 vboxLayout->setContentsMargins(9, 9, 9, 9); |
|
51 #endif |
|
52 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); |
|
53 groupBox = new QGroupBox(TranslationSettings); |
|
54 groupBox->setObjectName(QString::fromUtf8("groupBox")); |
|
55 gridLayout = new QGridLayout(groupBox); |
|
56 #ifndef Q_OS_MAC |
|
57 gridLayout->setSpacing(6); |
|
58 #endif |
|
59 #ifndef Q_OS_MAC |
|
60 gridLayout->setContentsMargins(9, 9, 9, 9); |
|
61 #endif |
|
62 gridLayout->setObjectName(QString::fromUtf8("gridLayout")); |
|
63 cbLanguageList = new QComboBox(groupBox); |
|
64 cbLanguageList->setObjectName(QString::fromUtf8("cbLanguageList")); |
|
65 |
|
66 gridLayout->addWidget(cbLanguageList, 0, 1, 1, 1); |
|
67 |
|
68 label = new QLabel(groupBox); |
|
69 label->setObjectName(QString::fromUtf8("label")); |
|
70 |
|
71 gridLayout->addWidget(label, 0, 0, 1, 1); |
|
72 |
|
73 cbCountryList = new QComboBox(groupBox); |
|
74 cbCountryList->setObjectName(QString::fromUtf8("cbCountryList")); |
|
75 |
|
76 gridLayout->addWidget(cbCountryList, 1, 1, 1, 1); |
|
77 |
|
78 lblCountry = new QLabel(groupBox); |
|
79 lblCountry->setObjectName(QString::fromUtf8("lblCountry")); |
|
80 |
|
81 gridLayout->addWidget(lblCountry, 1, 0, 1, 1); |
|
82 |
|
83 |
|
84 vboxLayout->addWidget(groupBox); |
|
85 |
|
86 buttonBox = new QDialogButtonBox(TranslationSettings); |
|
87 buttonBox->setObjectName(QString::fromUtf8("buttonBox")); |
|
88 buttonBox->setOrientation(Qt::Horizontal); |
|
89 buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok); |
|
90 |
|
91 vboxLayout->addWidget(buttonBox); |
|
92 |
|
93 #ifndef QT_NO_SHORTCUT |
|
94 label->setBuddy(cbLanguageList); |
|
95 #endif // QT_NO_SHORTCUT |
|
96 |
|
97 retranslateUi(TranslationSettings); |
|
98 QObject::connect(buttonBox, SIGNAL(accepted()), TranslationSettings, SLOT(accept())); |
|
99 QObject::connect(buttonBox, SIGNAL(rejected()), TranslationSettings, SLOT(reject())); |
|
100 |
|
101 QMetaObject::connectSlotsByName(TranslationSettings); |
|
102 } // setupUi |
|
103 |
|
104 void retranslateUi(QDialog *TranslationSettings) |
|
105 { |
|
106 TranslationSettings->setWindowTitle(QApplication::translate("TranslationSettings", "Qt Linguist - Translation file settings", 0, QApplication::UnicodeUTF8)); |
|
107 groupBox->setTitle(QApplication::translate("TranslationSettings", "Target language", 0, QApplication::UnicodeUTF8)); |
|
108 label->setText(QApplication::translate("TranslationSettings", "Language", 0, QApplication::UnicodeUTF8)); |
|
109 lblCountry->setText(QApplication::translate("TranslationSettings", "Country/Region", 0, QApplication::UnicodeUTF8)); |
|
110 } // retranslateUi |
|
111 |
|
112 }; |
|
113 |
|
114 namespace Ui { |
|
115 class TranslationSettings: public Ui_TranslationSettings {}; |
|
116 } // namespace Ui |
|
117 |
|
118 QT_END_NAMESPACE |
|
119 |
|
120 #endif // TRANSLATIONSETTINGS_H |