mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 13:48:59 -04:00
Add new icons and icons features for future implementations
This commit is contained in:
parent
5acc8f6d8b
commit
6e3de73501
3 changed files with 82 additions and 10 deletions
|
@ -4,8 +4,8 @@ Item {
|
|||
|
||||
id: root
|
||||
signal clicked
|
||||
// signal pressed
|
||||
// signal released
|
||||
signal pressed
|
||||
signal released
|
||||
|
||||
property var imgUrl: ""
|
||||
|
||||
|
@ -21,7 +21,7 @@ Item {
|
|||
MouseArea {
|
||||
anchors.fill: root
|
||||
onClicked: { root.clicked() }
|
||||
// onPressed: { root.pressed() }
|
||||
// onReleased: { root.released() }
|
||||
onPressed: { root.pressed() }
|
||||
onReleased: { root.released() }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue