mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-04 21:39:52 +08:00
refine README
This commit is contained in:
parent
54a71ae977
commit
8391014b38
BIN
pics/main.png
BIN
pics/main.png
Binary file not shown.
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 269 KiB |
@ -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"));
|
||||
connect(m_useWkhtmltopdfCheckBox, &QCheckBox::stateChanged,
|
||||
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->setEnabled(false);
|
||||
layout->addRow(m_allInOneCheckBox);
|
||||
|
Loading…
x
Reference in New Issue
Block a user