TreeView in ecode and more fixes and improvements for the abstract views, treeview and models.

This commit is contained in:
Martín Lucas Golini
2020-07-19 01:35:20 -03:00
parent 2e1930f51c
commit 08caa0070d
14 changed files with 227 additions and 65 deletions

View File

@@ -98,8 +98,6 @@ class App : public UICodeEditorSplitter::Client {
void init( const std::string& file, const Float& pidelDensity );
bool loadFileFromPath( const std::string& path, UICodeEditor* codeEditor = nullptr );
void setAppTitle( const std::string& title );
void openFileDialog();