Added scrollDownTextEdit() -> text edit is supposed to scroll down autmatically

in case too much info has to be displayed.
This commit is contained in:
2023-08-18 11:46:57 +02:00
parent 0559ff64e2
commit 2ac8c4cfc6
2 changed files with 12 additions and 0 deletions

View File

@@ -38,6 +38,8 @@ private slots:
void onQuit();
private:
void scrollDownTextEdit();
Ui::MainWindow *ui;
Worker *m_worker;
int m_width;