Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. move Cursor On Pressing ENTER Button
Forum Update on Monday, May 27th 2025

move Cursor On Pressing ENTER Button

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 249 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.
  • A Offline
    A Offline
    ArunBm
    wrote on last edited by
    #1

    hi
    I want to Navigate through DataEntry Form Widgets by Pressing Enter Key..
    how do send Tab Key programatically

    ODБOïO 1 Reply Last reply
    0
    • A ArunBm

      hi
      I want to Navigate through DataEntry Form Widgets by Pressing Enter Key..
      how do send Tab Key programatically

      ODБOïO Offline
      ODБOïO Offline
      ODБOï
      wrote on last edited by ODБOï
      #2

      @ArunBm hi

      QKeyEvent *event = new QKeyEvent ( QEvent::KeyPress, Qt::Key_Tab);
      QCoreApplication::postEvent (receiver, event)
      
      1 Reply Last reply
      3
      • A Offline
        A Offline
        ArunBm
        wrote on last edited by
        #3

        thanks @LeLev it Worked

        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