mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Display Registered Hosts in SettingsDialog
This commit is contained in:
parent
d435a9d368
commit
c993ca611e
12 changed files with 192 additions and 16 deletions
|
@ -31,6 +31,12 @@ class SettingsDialog : public QDialog
|
|||
Settings *settings;
|
||||
|
||||
QListWidget *registered_hosts_list_widget;
|
||||
QPushButton *delete_registered_host_button;
|
||||
|
||||
private slots:
|
||||
void UpdateRegisteredHosts();
|
||||
void UpdateRegisteredHostsButtons();
|
||||
void DeleteRegisteredHost();
|
||||
|
||||
public:
|
||||
SettingsDialog(Settings *settings, QWidget *parent = nullptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue