This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arstudio::ItemViewRenderer * ItemView::createRenderer() const | |
{ | |
return new ItemViewRenderer; | |
} | |
======= | |
#ifndef ITEM_VIEW_RENDERER_H | |
#define ITEM_VIEW_RENDERER_H |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import bb.cascades 1.0 | |
Page { | |
content: Container { | |
Label { | |
id: emailLabel | |
text: qsTr("Email") | |
} | |
Label { | |
id: urlLabel |