Show current working directory and share space with progress bar. Show/hide the other.

This commit is contained in:
Axel Kohlmeyer
2023-07-30 20:39:15 -04:00
parent c95bf2c14b
commit e899a07b4c
3 changed files with 32 additions and 13 deletions

View File

@ -81,6 +81,7 @@ private:
QPlainTextEdit *logwindow;
ImageViewer *imagewindow;
QTimer *logupdater;
QLabel *dirstatus;
QProgressBar *progress;
Preferences *prefdialog;