diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-22 11:00:20 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-22 11:00:20 -0300 |
commit | 0b30c821ae5b8cb9f5e3e8d49152d56f215aeec4 (patch) | |
tree | 5d4a6c9ca607465f4a67dd31f3b94129cc81ee80 /subsurface.qrc | |
parent | 94ba79c0fedc92113df22da27a4ff2cf01b26f94 (diff) | |
download | subsurface-0b30c821ae5b8cb9f5e3e8d49152d56f215aeec4.tar.gz |
Added a 'trash' icon on the Cylinders and Weigthsystem models
So, the Cylinders and Weigthsystems got a new Trash icon,
and the interface already intercepts the clicks ( on all
columns ) and send this to the 'remove' method on boch
models. On the model I'm just filtering the indexes that
are not 'DELETE' and creating a stub method to be filled
later.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Diffstat (limited to 'subsurface.qrc')
-rw-r--r-- | subsurface.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsurface.qrc b/subsurface.qrc index 6ec97071f..887390583 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -3,5 +3,6 @@ <file alias="star">star.svg</file> <file alias="subsurface-icon">subsurface-icon.png</file> <file alias="plus">plus.png</file> + <file alias="trash">trash.png</file> </qresource> </RCC> |