Revert "Better search for SectionedPropertyEditor, added "All" section"

This commit is contained in:
Juan Linietsky 2016-01-23 16:05:27 -03:00
parent de7fe2fced
commit dc7c6c19f3
6 changed files with 124 additions and 88 deletions

View file

@ -51,6 +51,8 @@ class EditorSettingsDialog : public AcceptDialog {
Button *rescan_plugins;
Tree *plugins;
LineEdit *search_box;
ToolButton *clear_button;
SectionedPropertyEditor *property_editor;
Timer *timer;