mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-28 18:01:08 -06:00
Make MDI Window icon different from main application icon
This commit is contained in:
parent
5365f4dd7d
commit
2c30f846f0
@ -58,6 +58,7 @@
|
|||||||
<file>GeoMechCases48x48.png</file>
|
<file>GeoMechCases48x48.png</file>
|
||||||
<file>chain.png</file>
|
<file>chain.png</file>
|
||||||
<file>TileWindows24x24.png</file>
|
<file>TileWindows24x24.png</file>
|
||||||
|
<file>Window16x16.png</file>
|
||||||
<file>LasFile16x16.png</file>
|
<file>LasFile16x16.png</file>
|
||||||
<file>WellLogTrack16x16.png</file>
|
<file>WellLogTrack16x16.png</file>
|
||||||
<file>WellLogPlot16x16.png</file>
|
<file>WellLogPlot16x16.png</file>
|
||||||
|
BIN
ApplicationCode/Resources/Window16x16.png
Normal file
BIN
ApplicationCode/Resources/Window16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
@ -41,6 +41,7 @@ RiuMdiSubWindow::RiuMdiSubWindow(QWidget* parent /*= 0*/, Qt::WindowFlags flags
|
|||||||
, m_normalWindowGeometry(QRect())
|
, m_normalWindowGeometry(QRect())
|
||||||
, m_blockTilingChanges(false)
|
, m_blockTilingChanges(false)
|
||||||
{
|
{
|
||||||
|
setWindowIcon(QIcon(":/Window16x16.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user