指定控制面板搜索
This commit is contained in:
parent
ef50dfd246
commit
f4b3f19dc9
|
@ -163,6 +163,11 @@ QIcon Proxy::icon() const
|
|||
return QIcon::fromTheme("ukui-network-agent-symbolic");
|
||||
}
|
||||
|
||||
QString Proxy::translationPath() const
|
||||
{
|
||||
return "/usr/share/kylin-nm/proxy/%1.ts";
|
||||
}
|
||||
|
||||
bool Proxy::isEnable() const
|
||||
{
|
||||
return true;
|
||||
|
|
|
@ -103,6 +103,7 @@ public:
|
|||
bool isShowOnHomePage() const Q_DECL_OVERRIDE;
|
||||
QIcon icon() const Q_DECL_OVERRIDE;
|
||||
bool isEnable() const Q_DECL_OVERRIDE;
|
||||
QString translationPath() const Q_DECL_OVERRIDE;
|
||||
|
||||
public:
|
||||
void initUi(QWidget *widget);
|
||||
|
|
Loading…
Reference in New Issue