Add a reload push button

Add a reload push button to quickly reload/update the gui according to
the current state of the terminal strip.
This commit is contained in:
joshua
2021-04-30 19:26:42 +02:00
parent d551c8e6b9
commit 36068abce7
3 changed files with 49 additions and 11 deletions

View File

@@ -52,6 +52,8 @@ class TerminalStripEditor : public QDialog
void on_m_add_terminal_strip_pb_clicked();
void on_m_remove_terminal_strip_pb_clicked();
void on_m_reload_pb_clicked();
private:
Ui::TerminalStripEditor *ui;
QETProject *m_project = nullptr;