diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-08-24 11:03:42 (GMT) |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2009-08-24 11:03:42 (GMT) |
commit | 05254db72eaba7e3394f2c788b259ec29a26d640 (patch) | |
tree | efaa32868befd8967e6c8e030b2eb1f6ed99006a /tools/designer/src/components/propertyeditor/propertyeditor.cpp | |
parent | dd21f5600a8bf07d1ac9b5367005790db86892ae (diff) | |
download | Qt-05254db72eaba7e3394f2c788b259ec29a26d640.zip Qt-05254db72eaba7e3394f2c788b259ec29a26d640.tar.gz Qt-05254db72eaba7e3394f2c788b259ec29a26d640.tar.bz2 |
Designer: Disable the Button group property editor for good.
Diffstat (limited to 'tools/designer/src/components/propertyeditor/propertyeditor.cpp')
-rw-r--r-- | tools/designer/src/components/propertyeditor/propertyeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/src/components/propertyeditor/propertyeditor.cpp b/tools/designer/src/components/propertyeditor/propertyeditor.cpp index 7200225..b34595f 100644 --- a/tools/designer/src/components/propertyeditor/propertyeditor.cpp +++ b/tools/designer/src/components/propertyeditor/propertyeditor.cpp @@ -262,7 +262,7 @@ PropertyEditor::PropertyEditor(QDesignerFormEditorInterface *core, QWidget *pare configureMenu->addAction(m_sortingAction); configureMenu->addAction(m_coloringAction); -#if QT_VERSION >= 0x040600 +#if QT_VERSION >= 0x04FF00 configureMenu->addSeparator(); configureMenu->addAction(m_treeAction); configureMenu->addAction(m_buttonAction); |