mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Several real terminal can be added to terminal strip in one shot
User can select several real terminals in the free terminal editor and add it with one operation on a terminal strip.
This commit is contained in:
@@ -44,9 +44,11 @@ class FreeTerminalEditor : public QWidget
|
||||
void on_m_type_cb_activated(int index);
|
||||
void on_m_function_cb_activated(int index);
|
||||
void on_m_led_cb_activated(int index);
|
||||
void on_m_move_pb_clicked();
|
||||
|
||||
private:
|
||||
void selectionChanged();
|
||||
void setDisabledMove(bool b=true);
|
||||
|
||||
private:
|
||||
Ui::FreeTerminalEditor *ui;
|
||||
|
||||
Reference in New Issue
Block a user