Connection reorganization

This commit is contained in:
GriffinR
2024-07-01 13:58:58 -04:00
parent 391285aee8
commit 2fa3a9b398
6 changed files with 119 additions and 132 deletions

View File

@@ -21,6 +21,12 @@ public:
public:
Ui::ConnectionsListItem *ui;
private slots:
void on_comboBox_Direction_currentTextChanged(const QString &direction);
void on_comboBox_Map_currentTextChanged(const QString &mapName);
void on_spinBox_Offset_valueChanged(int offset);
void on_button_Delete_clicked();
};
#endif // CONNECTIONSLISTITEM_H