Changeset a9949d9
- Timestamp:
- 03/11/12 11:59:31 (15 months ago)
- Branches:
- master
- Children:
- 7bc014b
- Parents:
- 47d98f4
- git-author:
- xkolman2 <xkolman2@…> (03/11/12 11:59:31)
- git-committer:
- xkolman2 <xkolman2@…> (03/11/12 11:59:31)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/gui_modules/gui_qml/qml/IconGridButton.qml
r47d98f4 ra9949d9 13 13 14 14 scale : mouseArea.pressed ? 0.9 : 1.0 15 //transform: Scale { origin.x: 25; origin.y: 25; xScale: 3}16 15 17 16 width : iconSize … … 26 25 // TODO: get color from theme 27 26 // TODO: slightly darker (themable ?) pressed color ? 27 //color : mouseArea.pressed ? Qt.darker("#92aaf3") : "#92aaf3" 28 28 color : "#92aaf3" 29 29 radius : 10 … … 57 57 onClicked: icgb.clicked() 58 58 } 59 Rectangle { 60 anchors.fill : parent 61 visible : mouseArea.pressed 62 color : "black" 63 opacity : 0.35 64 } 59 65 }
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/gps_navigace/chrome/site/nlp-logo.png)