Implement floating form editor tool support.

This commit is contained in:
con
2009-08-11 16:28:52 +02:00
parent df31a8742e
commit c06877f278
6 changed files with 53 additions and 5 deletions

View File

@@ -327,6 +327,11 @@ void FormWindowEditor::activate()
m_editorWidget->activate();
}
void FormWindowEditor::resetToDefaultLayout()
{
m_editorWidget->resetToDefaultLayout();
}
QString FormWindowEditor::contextHelpId() const
{
const QDesignerFormEditorInterface *core = FormEditorW::instance()->designerEditor();