-split view of property editor and editor settings

This commit is contained in:
Juan Linietsky 2015-12-15 23:39:36 -03:00
parent 035bb03331
commit a1142225bf
11 changed files with 251 additions and 26 deletions

View file

@ -53,7 +53,7 @@ class EditorSettingsDialog : public AcceptDialog {
Tree *plugins;
LineEdit *search_box;
ToolButton *clear_button;
PropertyEditor *property_editor;
SectionedPropertyEditor *property_editor;
Timer *timer;