Put the file name of the code editor into the satus bar instead of the title bar

This commit is contained in:
Carl Philipp Klemm 2025-10-13 15:32:47 +02:00
parent 73aa61a13b
commit b6fb6ca7d4
2 changed files with 12 additions and 19 deletions

View file

@ -42,7 +42,7 @@ private slots:
private:
void enumerateDevices();
void generateExample();
void updateTitle();
void updateStatus();
QString currentFilePath;
bool isFileModified;
};