Make MDI Window icon different from main application icon

This commit is contained in:
Gaute Lindkvist
2019-05-31 10:24:05 +02:00
parent 5365f4dd7d
commit 2c30f846f0
3 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ RiuMdiSubWindow::RiuMdiSubWindow(QWidget* parent /*= 0*/, Qt::WindowFlags flags
, m_normalWindowGeometry(QRect())
, m_blockTilingChanges(false)
{
setWindowIcon(QIcon(":/Window16x16.png"));
}
//--------------------------------------------------------------------------------------------------