Clean QT HDD UI
This commit is contained in:
@@ -21,14 +21,13 @@ signals:
|
||||
void driveChannelChanged();
|
||||
|
||||
private slots:
|
||||
void on_comboBoxBus_currentIndexChanged(int index);
|
||||
void on_comboBoxChannel_currentIndexChanged(int index);
|
||||
void on_comboBoxSpeed_currentIndexChanged(int index);
|
||||
|
||||
private slots:
|
||||
void on_pushButtonRemove_clicked();
|
||||
void on_pushButtonExisting_clicked();
|
||||
void on_pushButtonNew_clicked();
|
||||
void on_comboBoxBus_currentIndexChanged(int index);
|
||||
void on_pushButtonExisting_clicked();
|
||||
void on_pushButtonRemove_clicked();
|
||||
|
||||
void onTableRowChanged(const QModelIndex ¤t);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user