Re: Where I can find api documents of qml?

2012-06-28 Thread qasdfgtyuiop
The problem has been solved. Thank you. 2012/6/28 Shaun Reich sre...@kde.org: The best way right now is to use org.kde.qtextracomponents and use QIconItem and set the icon property to e.g. dialog-warning. Its the equivalent to kdes kicon and what not. And you can discover which icon you

Re: Where I can find api documents of qml?

2012-06-28 Thread David Edmundson
On Thu, Jun 28, 2012 at 8:42 AM, qasdfgtyuiop qasdfgtyu...@gmail.com wrote: The problem has been solved.  Thank you. It's not really resolved the original problem of any missing docs. qasdfgtyuiop, if you encounter issues like this where you can't find the documentation and someone helps you

Re: Where I can find api documents of qml?

2012-06-28 Thread gaoxiang
Ok, after I finish my program, I will look at the problem I met and write something On Thursday 28 June 2012 10:09:19 David Edmundson wrote: On Thu, Jun 28, 2012 at 8:42 AM, qasdfgtyuiop qasdfgtyu...@gmail.com wrote: The problem has been solved. Thank you. It's not really resolved the

Re: Where I can find api documents of qml?

2012-06-28 Thread David Edmundson
On Thu, Jun 28, 2012 at 10:30 AM, gaoxiang qasdfgtyu...@gmail.com wrote: Ok, after I finish my program, I will look at the problem I met and write something Awesome Thanks. On Thursday 28 June 2012 10:09:19 David Edmundson wrote: On Thu, Jun 28, 2012 at 8:42 AM, qasdfgtyuiop

Where I can find api documents of qml?

2012-06-27 Thread qasdfgtyuiop
I want to insert some icon in my qml widget, and using javascript to access calendar. But I can not find the document related to this. Where can I find a document of plasma qml? I have seen these pages but find nothing helpful, these pages don't contain enough information:

Re: Where I can find api documents of qml?

2012-06-27 Thread David Edmundson
On Wed, Jun 27, 2012 at 12:53 PM, qasdfgtyuiop qasdfgtyu...@gmail.com wrote: I want to insert some icon in my qml widget, and using javascript to access calendar.  But I can not find the document related to this. Where can I find a document of plasma qml? I have seen these pages but find

Re: Where I can find api documents of qml?

2012-06-27 Thread David Edmundson
On Wed, Jun 27, 2012 at 1:26 PM, David Edmundson da...@davidedmundson.co.uk wrote: On Wed, Jun 27, 2012 at 12:53 PM, qasdfgtyuiop qasdfgtyu...@gmail.com wrote: I want to insert some icon in my qml widget, and using javascript to access calendar.  But I can not find the document related to this.

Re: Where I can find api documents of qml?

2012-06-27 Thread gaoxiang
On Wednesday 27 June 2012 13:32:53 David Edmundson wrote: On Wed, Jun 27, 2012 at 1:26 PM, David Edmundson da...@davidedmundson.co.uk wrote: On Wed, Jun 27, 2012 at 12:53 PM, qasdfgtyuiop qasdfgtyu...@gmail.com wrote: I want to insert some icon in my qml widget, and using javascript to

Re: Where I can find api documents of qml?

2012-06-27 Thread Shaun Reich
The best way right now is to use org.kde.qtextracomponents and use QIconItem and set the icon property to e.g. dialog-warning. Its the equivalent to kdes kicon and what not. And you can discover which icon you want by using kdialog --geticon actions.