Add views menu for form editor.

This commit is contained in:
con
2009-08-11 15:32:53 +02:00
parent 0624fb5608
commit 1e06df7d40
7 changed files with 129 additions and 10 deletions

View File

@@ -495,6 +495,7 @@ void OverrideableAction::actionChanged()
m_action->setWhatsThis(m_currentAction->whatsThis());
}
m_action->setCheckable(m_currentAction->isCheckable());
bool block = m_action->blockSignals(true);
m_action->setChecked(m_currentAction->isChecked());
m_action->blockSignals(block);