mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user