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. virtual keyboard problem with Spinbox
Forum Updated to NodeBB v4.3 + New Features

virtual keyboard problem with Spinbox

Scheduled Pinned Locked Moved General and Desktop
virtual keyboar4.8input panel
2 Posts 2 Posters 1.5k Views 2 Watching
  • 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.
  • S Offline
    S Offline
    shalongbasi
    wrote on 24 Mar 2015, 19:06 last edited by shalongbasi
    #1

    for the virtual keyboard, there is an example project called "input panel" for Qt4.8.
    In the example project, a Qt LineEdit object accept the input from virtual keyboard, it works fine.

    In my application, I want several Qt QSpinBox or QDoubleSpinBox objects to accept the input from virtual keyboard, I combined them together, but it works kind of weird.
    for example, the default value of a Qspinbox is 1000, I use mouse to select all digits "1000", then enter "2' from virtual keyboard, it looks fine, "2" is displayed in spinbox, then I clicked "1" on virtual keyboard, the number in Qspinbox is not "21" as supposed to, but change to "1000".

    but this virtual keyboard works fine with FileNameEdit Object. looks like it works with line edit object, but not Spinbox. Anyway has experience and knows what's the problem? thanks a lot for help

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 26 Mar 2015, 00:41 last edited by
      #2

      Hi,

      Isn't this a duplicate of this thread ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      1/2

      24 Mar 2015, 19:06

      • Login

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