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

@ -58,6 +58,7 @@
<file>GeoMechCases48x48.png</file>
<file>chain.png</file>
<file>TileWindows24x24.png</file>
<file>Window16x16.png</file>
<file>LasFile16x16.png</file>
<file>WellLogTrack16x16.png</file>
<file>WellLogPlot16x16.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

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