Thread
:
[WIP] Hildon Qt Components
View Single Post
marxian
2014-02-26 , 20:40
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#
60
Originally Posted by
marmistrz
But I guess you'll reuse the Qt types, not create your own ones, just removing the UI stuff?
If you mean reuse the implementations in the declarative classes, then that probably will not be possible in most cases, as they usually depend on QDeclarativeItem or some other class that I'm not using. They also use private APIs (like QObjectPrivate) that I would then need to ship with my library, which I want to avoid.
I will use the code as a guide, where possible, which is what I did for the anchors. Most things will be quite straightforward, anyway. The biggest challenge is probably the model/view stuff.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.'
- J K Galbraith
My website
GitHub
Quote & Reply
|
The Following 2 Users Say Thank You to marxian For This Useful Post:
marmistrz
,
sixwheeledbeast
marxian
View Public Profile
Send a private message to marxian
Find all posts by marxian