summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/uic/baseline/myform.ui.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2016-09-06 06:56:27 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2016-09-06 06:56:27 +0000
commit23ef3b04ebfc0c7a87800b4ff09444c854e31fdb (patch)
tree5a3509a5de492bf13e8f9dfb96b0cbaaa72dc6d0 /tests/auto/tools/uic/baseline/myform.ui.h
parentbeaa792e2021aad52ecd98a0e0f0f48571069dba (diff)
parentd892e6f721b0163dfb2f2ecf79d80ba62304a542 (diff)
Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8
Diffstat (limited to 'tests/auto/tools/uic/baseline/myform.ui.h')
-rw-r--r--tests/auto/tools/uic/baseline/myform.ui.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/tests/auto/tools/uic/baseline/myform.ui.h b/tests/auto/tools/uic/baseline/myform.ui.h
index 4c58bceed9..6e7873c5ad 100644
--- a/tests/auto/tools/uic/baseline/myform.ui.h
+++ b/tests/auto/tools/uic/baseline/myform.ui.h
@@ -123,17 +123,17 @@ public:
void retranslateUi(QWidget *Form)
{
- Form->setWindowTitle(QApplication::translate("Form", "Export Document", 0));
- groupBox->setTitle(QApplication::translate("Form", "Export Options", 0));
- radioButton_2->setText(QApplication::translate("Form", "&DocBook", 0));
- radioButton->setText(QApplication::translate("Form", "&LaTeX", 0));
- checkBox_2->setText(QApplication::translate("Form", "Include p&ictures", 0));
- checkBox->setText(QApplication::translate("Form", "&Compress", 0));
- radioButton_2_2->setText(QApplication::translate("Form", "&HTML", 0));
- radioButton_3->setText(QApplication::translate("Form", "&PostScript", 0));
- radioButton_4->setText(QApplication::translate("Form", "PD&F", 0));
- checkBox_3->setText(QApplication::translate("Form", "Include &metadata", 0));
- checkBox_4->setText(QApplication::translate("Form", "Create inde&x", 0));
+ Form->setWindowTitle(QApplication::translate("Form", "Export Document", Q_NULLPTR));
+ groupBox->setTitle(QApplication::translate("Form", "Export Options", Q_NULLPTR));
+ radioButton_2->setText(QApplication::translate("Form", "&DocBook", Q_NULLPTR));
+ radioButton->setText(QApplication::translate("Form", "&LaTeX", Q_NULLPTR));
+ checkBox_2->setText(QApplication::translate("Form", "Include p&ictures", Q_NULLPTR));
+ checkBox->setText(QApplication::translate("Form", "&Compress", Q_NULLPTR));
+ radioButton_2_2->setText(QApplication::translate("Form", "&HTML", Q_NULLPTR));
+ radioButton_3->setText(QApplication::translate("Form", "&PostScript", Q_NULLPTR));
+ radioButton_4->setText(QApplication::translate("Form", "PD&F", Q_NULLPTR));
+ checkBox_3->setText(QApplication::translate("Form", "Include &metadata", Q_NULLPTR));
+ checkBox_4->setText(QApplication::translate("Form", "Create inde&x", Q_NULLPTR));
} // retranslateUi
};