add support of macvlan

add support of profile removal
This commit is contained in:
arcan1s
2014-06-02 00:43:13 +04:00
parent 8a031f2183
commit 4051d2f2c8
14 changed files with 411 additions and 9 deletions

View File

@ -28,6 +28,7 @@ class ErrorWindow;
class EthernetWidget;
class GeneralWidget;
class IpWidget;
class MacvlanWidget;
class MobileWidget;
class Netctl;
class NetctlProfile;
@ -67,6 +68,7 @@ private slots:
void updateProfileTab();
void updateWifiTab();
// main tab slots
void mainTabRemoveProfile();
void mainTabEnableProfile();
void mainTabRestartProfile();
void mainTabStartProfile();
@ -89,6 +91,7 @@ private:
EthernetWidget *ethernetWid;
GeneralWidget *generalWid;
IpWidget *ipWid;
MacvlanWidget *macvlanWid;
MobileWidget *mobileWid;
PppoeWidget *pppoeWid;
TunnelWidget *tunnelWid;