FEM: GUI: pref: adding icons for static and thermo-mechanical analysis to the fem tab

This commit is contained in:
vdwalts 2016-08-01 21:57:08 +01:00 committed by wmayer
parent 9aa9664c1a
commit 5effc85d71
4 changed files with 140 additions and 4 deletions

View File

@ -283,8 +283,8 @@
<string>Static</string>
</property>
<property name="icon">
<iconset>
<normaloff>:/icons/fem-new-analysis.svg</normaloff>:/icons/fem-new-analysis.svg</iconset>
<iconset resource="Resources/Fem.qrc">
<normaloff>:/icons/fem-static-analysis.svg</normaloff>:/icons/fem-static-analysis.svg</iconset>
</property>
</item>
<item>
@ -301,8 +301,8 @@
<string>Thermomech</string>
</property>
<property name="icon">
<iconset>
<normaloff>:/icons/fem-new-analysis.svg</normaloff>:/icons/fem-new-analysis.svg</iconset>
<iconset resource="Resources/Fem.qrc">
<normaloff>:/icons/fem-thermomechanical-analysis.svg</normaloff>:/icons/fem-thermomechanical-analysis.svg</iconset>
</property>
</item>
</widget>

View File

@ -23,6 +23,8 @@
<file>icons/fem-purge-results.svg</file>
<file>icons/fem-run-solver.svg</file>
<file>icons/fem-frequency-analysis.svg</file>
<file>icons/fem-thermomechanical-analysis.svg</file>
<file>icons/fem-static-analysis.svg</file>
<file>icons/fem-result.svg</file>
<file>icons/fem-shell-thickness.svg</file>
<file>icons/fem-beam-section.svg</file>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 64 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 471 KiB