git-svn-id: svn://db.shs.com.ru/libs@432 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -35,6 +35,7 @@ void EDockWidget::init() {
|
|||||||
lay->setContentsMargins(2, 2, 2, 2);
|
lay->setContentsMargins(2, 2, 2, 2);
|
||||||
lay->setSpacing(2);
|
lay->setSpacing(2);
|
||||||
lbl_icon = new QLabel();
|
lbl_icon = new QLabel();
|
||||||
|
#ifndef Q_OS_MACOS
|
||||||
QIcon wi = windowIcon();
|
QIcon wi = windowIcon();
|
||||||
if (!wi.isNull()) {
|
if (!wi.isNull()) {
|
||||||
lbl_icon->setPixmap(wi.pixmap(QSize(256,256)));
|
lbl_icon->setPixmap(wi.pixmap(QSize(256,256)));
|
||||||
|
|||||||
Reference in New Issue
Block a user