mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
Add icon for query history
This commit is contained in:
parent
f6d740e9db
commit
aa0fac012c
@ -1021,6 +1021,7 @@
|
||||
<file>themes/default/mIconStac.svg</file>
|
||||
<file>themes/default/mIconQt.svg</file>
|
||||
<file>themes/default/mIconStoredQueries.svg</file>
|
||||
<file>themes/default/mIconQueryHistory.svg</file>
|
||||
</qresource>
|
||||
<qresource prefix="/images/tips">
|
||||
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
|
||||
|
||||
1
images/themes/default/mIconQueryHistory.svg
Normal file
1
images/themes/default/mIconQueryHistory.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 6.35 6.35"><g style="stroke-width:1.11275" transform="matrix(.89845 0 0 .89865 .028 .028)"><path fill="#6d97c4" d="M.53 1.455h5.29v4.022c-1.973.87-3.596.76-5.293 0z" style="stroke-width:1.11275"/><path fill="#bacee3" d="M.53 1.244v4.18l.53.265-.002-4.446Z" style="stroke-width:1.11275"/><path fill="#55769a" d="M5.822 1.323v4.1l-1.058.398V1.324Z" style="stroke-width:1.11275"/><path fill="#415a75" d="M5.822 1.19h.265v3.943h-.265Zm-5.557 0H.53v3.943H.264Z" style="stroke-width:1.11275"/><path fill="#415a75" d="M.53 2.46v.45c.21.146.41.226.61.288.52.158 1.256.242 2.036.242s1.47-.087 1.99-.245c.24-.082.472-.15.656-.285v-.45c0 .065-.046.164-.17.25-.124.09-.313.168-.557.242-.49.147-1.16.223-1.92.223s-1.474-.075-1.96-.223c-.246-.07-.436-.15-.56-.24a.274.274 0 0 1-.126-.25Z" style="stroke-width:1.11275"/><ellipse cx="3.176" cy="1.191" fill="#bacee3" stroke="#415a75" stroke-linecap="round" stroke-linejoin="round" stroke-width=".295" rx="2.779" ry=".794"/><path fill="#415a75" d="M.265 5.133c0 .17.095.328.254.44.155.115.392.21.652.29.52.16 1.224.223 2.004.223s1.474-.062 1.998-.222c.26-.078.494-.176.653-.29.156-.113.26-.27.26-.44h-.265s-.008.155-.14.245c-.125.09-.315.17-.56.244-.49.148-1.186.197-1.946.197s-1.446-.046-1.933-.195C1 5.553.81 5.473.686 5.38.563 5.295.53 5.196.53 5.133Zm.265-1.35v.45c.21.146.41.225.612.287.52.158 1.254.243 2.034.243.78 0 1.47-.087 1.99-.245.24-.083.472-.15.656-.285v-.45c0 .065-.046.164-.17.25-.124.09-.313.168-.557.242-.49.147-1.16.223-1.92.223s-1.473-.075-1.96-.224c-.244-.07-.434-.15-.558-.24a.273.273 0 0 1-.128-.25Z" style="stroke-width:1.11275"/></g><g style="stroke-width:.838483" transform="translate(-1.325 -1.047) scale(1.19263)"><circle cx="4.766" cy="4.591" r="1.307" fill="#f0f3f2" stroke="#404040" stroke-linecap="square" style="stroke-width:.221846"/><path fill="#888a85" stroke="#404040" stroke-linecap="round" d="M4.766 4.59v-.932m.622 1.306-.621-.372" style="stroke-width:.221846"/><g fill="none" style="stroke-width:1.78195" transform="matrix(.1245 0 0 .1245 3.272 3.097)"><path stroke="#fff" stroke-linecap="round" d="M9.04 21.914C4.32 19.527.61 13.574 3.72 7.297c2.89-5.12 9.05-5.62 13.186-4.516" style="stroke-width:1.78195"/><circle cx="12" cy="12" r="10.5" stroke="#888a85" stroke-linecap="square" style="stroke-width:1.78195"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
@ -3399,6 +3399,10 @@ Shows placeholders for labels which could not be placed, e.g. due to overlaps wi
|
||||
</property>
|
||||
</action>
|
||||
<action name="mActionQueryHistory">
|
||||
<property name="icon">
|
||||
<iconset resource="../../images/images.qrc">
|
||||
<normaloff>:/images/themes/default/mIconQueryHistory.svg</normaloff>:/images/themes/default/mIconQueryHistory.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Query History…</string>
|
||||
</property>
|
||||
|
||||
@ -210,6 +210,10 @@
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../images/images.qrc">
|
||||
<normaloff>:/images/themes/default/mIconQueryHistory.svg</normaloff>:/images/themes/default/mIconQueryHistory.svg</iconset>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>History</string>
|
||||
</property>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user