Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. key event
    Log in to post

    • UNSOLVED Dealing with keyboard layouts for input on multiple platforms
      Game Development • cross platform key key event keyboard mappin • • NeatNit  

      10
      0
      Votes
      10
      Posts
      2688
      Views

      Well, it's not something that's provided by Qt out of the box, so you'll have to check the platforms you want to support for how they provide that information. You could even consider contributing that to Qt to improve it for everybody. You might also open a feature request on the bug report system for that.
    • SOLVED Automatize QDialog actions
      General and Desktop • exec key event automation • • danividanivi  

      7
      0
      Votes
      7
      Posts
      1504
      Views

      @danividanivi Ok super. To sleep good at night, i think i would check that correct widget have focus before sending enter to avoid some day it might find the close dialog button or something later on :)
    • UNSOLVED Allow return key in tab order
      General and Desktop • qwidget tab key event returnpressed taborder • • LeP3nguin  

      1
      0
      Votes
      1
      Posts
      586
      Views

      No one has replied

    • SOLVED Move Mouse when tab clicked on keyboard
      General and Desktop • mouse key event movemouse • • HunterMetcalfe  

      7
      0
      Votes
      7
      Posts
      1704
      Views

      @HunterMetcalfe said: @raven-worx Quick question again. So I have a QWidget that is made up of other QWidgets. For BaseClass:: would that perhaps just be QWidget or would it be the Widget that contains that widget. What i meant is that you need to subclass every widget type and reimplement this method for every widget (and parent widget) you'd like to see this behavior. So if you only want it to happen for a certain container, every child widget of the container has to have this method reimplemented.
    • SOLVED QML Key event Qt.key_Minus can't used
      QML and Qt Quick • key event qt.keyminus • • neng  

      6
      0
      Votes
      6
      Posts
      1897
      Views

      Thanks, it's my problem. If you need event Qt.key_plus, you must press Shift and =, else if you press =, the event is Qt::Key_Equal.