save
This commit is contained in:
parent
1abbf33ca0
commit
053c37c71f
@ -67,7 +67,7 @@ MRichTextEdit::MRichTextEdit(QWidget* parent) : QWidget(parent) {
|
|||||||
<< tr("Monospace");
|
<< tr("Monospace");
|
||||||
m_ui.f_paragraph->addItems(m_paragraphItems);
|
m_ui.f_paragraph->addItems(m_paragraphItems);
|
||||||
|
|
||||||
connect(m_ui.f_paragraph, &QComboBox::activated, this, &MRichTextEdit::textStyle);
|
connect(m_ui.f_paragraph, QOverload<int>::of(&QComboBox::activated), this, &MRichTextEdit::textStyle);
|
||||||
|
|
||||||
// undo & redo
|
// undo & redo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user