ui: Added option to show file directory in code view title (issue #556)

* relative to project file if shorter
* checkbox in preferences
* not enabled by default
This commit is contained in:
Eberhard Graether
2019-07-22 14:25:46 +02:00
parent 293ddffb46
commit cd144a979f
12 changed files with 114 additions and 13 deletions
+3
View File
@@ -54,6 +54,9 @@ public:
bool getShowBuiltinTypesInGraph() const;
void setShowBuiltinTypesInGraph(bool showBuiltinTypes);
bool getShowDirectoryInCodeFileTitle() const;
void setShowDirectoryInCodeFileTitle(bool showDirectory);
int getWindowBaseWidth() const;
int getWindowBaseHeight() const;