Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [SOLVED]QML buttons for alphabets
QtWS25 Last Chance

[SOLVED]QML buttons for alphabets

Scheduled Pinned Locked Moved QML and Qt Quick
14 Posts 5 Posters 3.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    lexan
    wrote on last edited by
    #1

    Hi everyone.. anyone knows how to create a keypad or buttons for alphabets?

    1 Reply Last reply
    0
    • V Offline
      V Offline
      vsorokin
      wrote on last edited by
      #2

      here: http://developer.qt.nokia.com/forums/viewthread/1486/ simple example

      --
      Vasiliy

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lexan
        wrote on last edited by
        #3

        i've already seen that thread.. is alexander's code working?

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #4

          Did you try and see?

          1 Reply Last reply
          0
          • L Offline
            L Offline
            lexan
            wrote on last edited by
            #5

            yes but its not working?

            1 Reply Last reply
            0
            • J Offline
              J Offline
              jr_jags
              wrote on last edited by
              #6

              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

              1 Reply Last reply
              0
              • L Offline
                L Offline
                lexan
                wrote on last edited by
                #7

                yeah :D haha can you help me out? :D

                1 Reply Last reply
                0
                • J Offline
                  J Offline
                  jr_jags
                  wrote on last edited by
                  #8

                  sure, in my applicaction, i only use mouseareas and 1 text_input for my QML virtual keyboard

                  1 Reply Last reply
                  0
                  • L Offline
                    L Offline
                    lexan
                    wrote on last edited by
                    #9

                    and?? please elaborate :D

                    1 Reply Last reply
                    0
                    • J Offline
                      J Offline
                      jr_jags
                      wrote on last edited by
                      #10

                      @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

                      1 Reply Last reply
                      0
                      • L Offline
                        L Offline
                        lexan
                        wrote on last edited by
                        #11

                        each letter??

                        1 Reply Last reply
                        0
                        • J Offline
                          J Offline
                          jr_jags
                          wrote on last edited by
                          #12

                          yup i think on my qml i have 30 mouseareas for the virtual keyboard

                          1 Reply Last reply
                          0
                          • L Offline
                            L Offline
                            lexan
                            wrote on last edited by
                            #13

                            wew :D thanks a lot :D i think this will do :) your a CS student am i right?

                            1 Reply Last reply
                            0
                            • EddyE Offline
                              EddyE Offline
                              Eddy
                              wrote on last edited by
                              #14

                              [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

                              Qt Certified Specialist
                              www.edalsolutions.be

                              1 Reply Last reply
                              0

                              • Login

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Users
                              • Groups
                              • Search
                              • Get Qt Extensions
                              • Unsolved