[SOLVED]QML buttons for alphabets
-
wrote on 28 Sept 2011, 09:07 last edited by
Hi everyone.. anyone knows how to create a keypad or buttons for alphabets?
-
wrote on 28 Sept 2011, 09:27 last edited by
here: http://developer.qt.nokia.com/forums/viewthread/1486/ simple example
-
wrote on 28 Sept 2011, 09:35 last edited by
i've already seen that thread.. is alexander's code working?
-
wrote on 28 Sept 2011, 09:54 last edited by
Did you try and see?
-
wrote on 28 Sept 2011, 10:56 last edited by
yes but its not working?
-
wrote on 28 Sept 2011, 15:15 last edited by
hey man, are you trying to make a virtual keyboard for ur QML game?
if yes maybe i can help you, were on the same school hehe -
wrote on 29 Sept 2011, 14:58 last edited by
yeah :D haha can you help me out? :D
-
wrote on 29 Sept 2011, 15:58 last edited by
sure, in my applicaction, i only use mouseareas and 1 text_input for my QML virtual keyboard
-
wrote on 29 Sept 2011, 16:05 last edited by
and?? please elaborate :D
-
wrote on 29 Sept 2011, 16:06 last edited by
@MouseArea {
id: mouse_area2
x: 5
y: 252
width: 32
height: 46
onClicked: {
text_input1.text += "Q"
}
}@I use 1 mousearea for each letter and my text_input id is text_input1
-
wrote on 29 Sept 2011, 16:20 last edited by
each letter??
-
wrote on 29 Sept 2011, 16:24 last edited by
yup i think on my qml i have 30 mouseareas for the virtual keyboard
-
wrote on 29 Sept 2011, 16:29 last edited by
wew :D thanks a lot :D i think this will do :) your a CS student am i right?
-
wrote on 29 Sept 2011, 16:57 last edited by
[quote author="jr_jags" date="1317314928"]yup, anu b ung name ng game nio?
[/quote]What is the meaning of this? Is it Qt related?
If it's just about learning to know each other you could send a mail using the profile page ;)Edit: Deleted the referenced post, per the poster's request; mlong
3/14