mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
506b133875
Adds a Warning icon on the changed tabs, this is important as usability, for you could change something on the 'notes' tab, change the tab and did't realized that something was changed ( by forgotting or something ), then clicking on the cancel button. so now there's a friendly reminder that you actually changed something. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
16 lines
649 B
Text
16 lines
649 B
Text
<!DOCTYPE RCC><RCC version="1.0">
|
|
<qresource>
|
|
<file alias="star">icons/star.svg</file>
|
|
<file alias="subsurface-icon">icons/subsurface-icon.png</file>
|
|
<file alias="plus">icons/plus.png</file>
|
|
<file alias="trash">icons/trash.png</file>
|
|
<file alias="units">icons/units.png</file>
|
|
<file alias="advanced">icons/advanced.png</file>
|
|
<file alias="graph">icons/graph.png</file>
|
|
<file alias="minimum">icons/minimum.svg</file>
|
|
<file alias="maximum">icons/maximum.svg</file>
|
|
<file alias="average">icons/average.svg</file>
|
|
<file alias="warning">icons/warning.png</file>
|
|
<file alias="table-css">qt-ui/css/tableviews.css</file>
|
|
</qresource>
|
|
</RCC>
|