refine README

This commit is contained in:
Le Tan 2021-08-29 11:48:52 +08:00
parent 54a71ae977
commit 8391014b38
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 269 KiB

View File

@ -671,7 +671,7 @@ QWidget *ExportDialog::getPdfAdvancedSettings()
} }
{ {
m_allInOneCheckBox = WidgetsFactory::createCheckBox(tr("All-In-One"), widget); m_allInOneCheckBox = WidgetsFactory::createCheckBox(tr("All-in-One"), widget);
m_allInOneCheckBox->setToolTip(tr("Export all source files into one file")); m_allInOneCheckBox->setToolTip(tr("Export all source files into one file"));
connect(m_useWkhtmltopdfCheckBox, &QCheckBox::stateChanged, connect(m_useWkhtmltopdfCheckBox, &QCheckBox::stateChanged,
this, [this](int p_state) { this, [this](int p_state) {
@ -767,7 +767,7 @@ QWidget *ExportDialog::getCustomAdvancedSettings()
} }
{ {
m_allInOneCheckBox = WidgetsFactory::createCheckBox(tr("All-In-One"), widget); m_allInOneCheckBox = WidgetsFactory::createCheckBox(tr("All-in-One"), widget);
m_allInOneCheckBox->setToolTip(tr("Export all source files into one file")); m_allInOneCheckBox->setToolTip(tr("Export all source files into one file"));
m_allInOneCheckBox->setEnabled(false); m_allInOneCheckBox->setEnabled(false);
layout->addRow(m_allInOneCheckBox); layout->addRow(m_allInOneCheckBox);