mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-16 07:23:41 +00:00
add gui for netctl-auto
This commit is contained in:
@ -43,14 +43,19 @@ public slots:
|
||||
void showWindow();
|
||||
|
||||
private slots:
|
||||
void netctlAutoAppendTable();
|
||||
// table
|
||||
void netctlAutoAppendTable();
|
||||
void netctlAutoContextualMenu(const QPoint &pos);
|
||||
// netctl-auto
|
||||
void netctlAutoDisableAllProfiles();
|
||||
void netctlAutoEnableProfile();
|
||||
void netctlAutoEnableAllProfiles();
|
||||
void netctlAutoStartProfile();
|
||||
void netctlAutoRefreshButtons(QTableWidgetItem *current, QTableWidgetItem *previous);
|
||||
// service
|
||||
void netctlAutoEnableService();
|
||||
void netctlAutoRestartService();
|
||||
void netctlAutoStartService();
|
||||
|
||||
private:
|
||||
Netctl *netctlCommand;
|
||||
|
||||
Reference in New Issue
Block a user