Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

QDockWidget Window Icon

$
0
0
Hi, I tried the following code to add a icon to QDockWidget         m_pConsoleDockWidget = new QDockWidget(this);  m_pConsoleDockWidget->setObjectName(QStringLiteral("Console Dock Widget"));    m_pConsoleDockWidget->setWindowTitle("Console");  m_pConsoleDockWidget->setWindowIcon(QIcon("Resources/UI/icons/Console.png")); I am not able to see the icon. kindly help me

Viewing all articles
Browse latest Browse all 13965

Trending Articles