Add icon for movie mode

This commit is contained in:
Nyall Dawson 2023-11-30 10:49:15 +10:00
parent fe2df1441f
commit 980ed36889
3 changed files with 4 additions and 2 deletions

View File

@ -995,6 +995,7 @@
<file>themes/default/mIconColorLocked.svg</file>
<file>themes/default/mIconSelectUnlocked.svg</file>
<file>themes/default/mIconSelectLocked.svg</file>
<file>themes/default/mTemporalNavigationMovie.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><rect width="13" height="11" x="1.5" y="2.5" rx="1" ry="1" style="opacity:.968444;fill:#efefed;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers;fill-opacity:1"/><g fill-rule="evenodd"><path fill="#5a8c5a" stroke="#4c734c" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.002" d="m10.748 8-5.247 3.5v-7z"/><path fill="#fff" fill-opacity=".529" d="M6.994 9.917 7 6.111l-1.003-.668.003 5.1Z"/></g><rect width="13" height="11" x="1.5" y="2.5" rx="1" ry="1" style="opacity:.968444;fill:none;stroke:#505050;stroke-width:1;stroke-linejoin:round;stroke-dasharray:none;paint-order:stroke fill markers;stroke-opacity:1"/><path d="M3.017 4.021h1.019v1H3.017zM3 6h1.019v1H3zM3 8h1.019v1H3zM3 10h1.019v1H3zM12 4h1.019v1H12zM12 6h1.019v1H12zM12 8h1.019v1H12zM12 10h1.019v1H12z" style="opacity:.968444;fill:#4f4f4f;fill-opacity:.968627;stroke:none;stroke-width:1;stroke-linejoin:round;stroke-dasharray:none;stroke-opacity:1;paint-order:stroke fill markers"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -94,14 +94,14 @@
<item>
<widget class="QToolButton" name="mNavigationMovie">
<property name="toolTip">
<string>Animated temporal navigation</string>
<string>Animated movie</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/mTemporalNavigationAnimated.svg</normaloff>:/images/themes/default/mTemporalNavigationAnimated.svg</iconset>
<normaloff>:/images/themes/default/mTemporalNavigationMovie.svg</normaloff>:/images/themes/default/mTemporalNavigationMovie.svg</iconset>
</property>
<property name="checkable">
<bool>true</bool>