what is the code?
Type: Posts; User: ShekChien; Keyword(s):
what is the code?
I want to call out the map from the phone. What should I do?
I used the qml templates but fail to make them to link to other qml. Have anyone can help me?
AccordionList.qml
import QtQuick 1.0
// Accordion list
Item {
id: container
I want to use pinch gesture zoom to make my text larger like from 12pt to 20pt. How can i do?
Thanks you all
Hi,
I am having some problem with the timer. My problem is I want my "main.qml" will automatically load to next page "menu.qml" in 3 seconds.
So how I need to apply the timer to make it works?
Hi,
Is it possible to hide the toolbar buttons which are option and exit button?
I do not want them appear while i am doing debug in the simulator.
Thanks you all...
Thanks You! I did it....haha
Like i want to link from 123.qml to 321.qml
123.qml will switch to 321.qml
I faced same problem....i read the thing...i duno wan to type wat code for the link code...have any code can provide me as example i do a button for link to another qml file.
onclicked(/*what...
Thanks you Lucian
I do not know how to link the qml file with other qml file. Got anyone can show me whet the code to let both link?
I want to do a fade in and out effect on an image. how to use qt quick to apply out? is qt quick can do the simple animation?