Harmattan 1.2에서 MeeGo Touch Image 쓰기
"C:\QtSDK\Desktop\Qt\4.7.4\mingw\harmattanthemes\blanco\meegotouch"12에 들어가면 여러가지 폴더가 나오는데 이 가운데 "images" 폴더와 "icons" 폴더에 쓸 수 있는 이미지가 png 확장자로 나와있다.
meegotouch-viewheader 폴더의 이미지들
BorderImage 원소나 Image 원소를 만든 뒤 source: 에 "image://theme/meegotouch-view-header-fixed" 를 써넣어준다.
Rectangle {
...
BorderImage {
source: "image://theme/meegotouch-view-header-fixed"
anchors.fill: parent;
}
...
}
헤더 : color3-meegotouch-view-header-fixed 메뉴 : icon-m-common-drilldown-arrow
헤더 : meegotouch-view-header-fixed
'Qt / Qt Quick' 카테고리의 다른 글
| Harmattan 1.2에서 MeeGo Touch Image 쓰기 (0) | 2012/02/05 |
|---|---|
| Nokia N9으로 Qt 프로그래밍 하기 - 설정 (2) | 2012/01/03 |