mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-08 09:30:00 +02:00
Add buttons to quickly edit the type, function and led of several terminal at once.
This commit is contained in:
@@ -63,6 +63,9 @@ class TerminalStripEditor : public QDialog
|
||||
void on_m_group_terminals_pb_clicked();
|
||||
void on_m_ungroup_pb_clicked();
|
||||
void on_m_level_sb_valueChanged(int arg1);
|
||||
void on_m_type_cb_activated(int index);
|
||||
void on_m_function_cb_activated(int index);
|
||||
void on_m_led_cb_activated(int index);
|
||||
|
||||
private:
|
||||
Ui::TerminalStripEditor *ui;
|
||||
|
||||
Reference in New Issue
Block a user