mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-12-14 23:03:40 +00:00
add org.netctlgui.netctlgui /netctlgui
This commit is contained in:
@ -68,12 +68,13 @@ public:
|
||||
const int tabNum = 1);
|
||||
~MainWindow();
|
||||
QString getInformation();
|
||||
bool isNetctlAutoWindowHidden();
|
||||
QStringList getSettings();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event);
|
||||
|
||||
public slots:
|
||||
void setTab(const int tab);
|
||||
void updateTabs(const int tab);
|
||||
void updateMenu();
|
||||
// wifi tab slots
|
||||
@ -81,8 +82,10 @@ public slots:
|
||||
void setHiddenName(const QString name);
|
||||
// actions from trayicon
|
||||
void closeMainWindow();
|
||||
void showNetctlAutoWindow();
|
||||
void showAboutWindow();
|
||||
void showMainWindow();
|
||||
void showNetctlAutoWindow();
|
||||
void showSettingsWindow();
|
||||
|
||||
private slots:
|
||||
void reportABug();
|
||||
|
||||
Reference in New Issue
Block a user