Merge remote-tracking branch 'refs/remotes/upstearm/dbus-interface' into my01
This commit is contained in:
commit
36b57d4940
|
@ -1,3 +1,12 @@
|
|||
kylin-nm (3.1.1-2021+1104) v101; urgency=medium
|
||||
|
||||
* BUG号:#87742 #87734 #87675 #86526 #88674 #85711 #85597 #83335 #87727
|
||||
#87711 #87476 #88675 #88601 #87481
|
||||
* 需求号:无
|
||||
* 其他改动:无
|
||||
|
||||
-- zhaoshixu <zhaoshixu@kylinos.cn> Thu, 04 Nov 2021 09:49:53 +0800
|
||||
|
||||
kylin-nm (3.1.1-2021+1029.2) v101; urgency=medium
|
||||
|
||||
* BUG号:无
|
||||
|
|
|
@ -31,6 +31,7 @@ Vcs-Browser: https://github.com/ukui/kylin-nm
|
|||
Package: kylin-nm
|
||||
Architecture: any
|
||||
Depends: network-manager (>=1.2.6),
|
||||
ukui-control-center (>= 3.1.1+1103),
|
||||
${shlibs:Depends},
|
||||
${misc:Depends}
|
||||
Description: Gui Applet tool for display and edit network simply
|
||||
|
|
|
@ -7,6 +7,7 @@ DrownLabel::DrownLabel(QString devName, QWidget * parent) : QLabel(parent)
|
|||
m_devName = devName;
|
||||
setFixedSize(36,36);
|
||||
loadPixmap(isChecked);
|
||||
this->setProperty("useIconHighlightEffect", 0x2);
|
||||
}
|
||||
|
||||
DrownLabel::~DrownLabel()
|
||||
|
|
|
@ -16,6 +16,7 @@ LanItem::LanItem(bool isAcitve, QWidget *parent)
|
|||
mLanLyt->setContentsMargins(16,0,16,0);
|
||||
mLanLyt->setSpacing(16);
|
||||
iconLabel = new QLabel(this);
|
||||
iconLabel->setProperty("useIconHighlightEffect", 0x2);
|
||||
titileLabel = new FixLabel(this);
|
||||
statusLabel = new QLabel(this);
|
||||
statusLabel->setAlignment(Qt::AlignRight | Qt::AlignVCenter);
|
||||
|
|
Loading…
Reference in New Issue