Navigation

    Qt Forum

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

    • UNSOLVED Android system keyboard shows english language
      Mobile and Embedded • android keyboard input language • • Davronito  

      2
      0
      Votes
      2
      Posts
      78
      Views

      And I've found the point of this case: it was because of "inputMethodHints: "ImhNoPredictiveText" ". But why it adds english keyset to my virtual keyboard, I didn't catch it
    • UNSOLVED Recording QInputEvent macros
      General and Desktop • input • • patrickkidd  

      3
      0
      Votes
      3
      Posts
      416
      Views

      Yes, something like an event filter. Or any other method that works
    • UNSOLVED Getting QLineedit values to qt header files
      General and Desktop • qtcreator line edit input header cpp qt • • Lasith  

      7
      0
      Votes
      7
      Posts
      1148
      Views

      Hi, Your code won't work, your QSqlDatabase object is invalid. Please take the time to look at the code example in QSqlDatabase's documentation as well as the example provided. It' also discouraged to store database object like that locally. QSqlDatabase allows for easy connection handling without the need for these local copies.
    • UNSOLVED In MouseArea.onEntered, detect if the cause is only that the *MouseArea* moved and came to be under the cursor
      QML and Qt Quick • mouseevent input • • Stefan Monov76  

      1
      0
      Votes
      1
      Posts
      322
      Views

      No one has replied

    • UNSOLVED How to make lineEdit acceptable only integers?
      General and Desktop • qlineedit qtdesigner input • • testerius  

      7
      0
      Votes
      7
      Posts
      14365
      Views

      Hi, for an integer input between 0 and 100 set the mask to "009". Thats all.
    • UNSOLVED GamePad Input not Working
      General and Desktop • qml input gamepad • • subliminalman  

      2
      0
      Votes
      2
      Posts
      1098
      Views

      @subliminalman said in GamePad Input not Working: gamepad if you push your gamepad ,you will find the imputdata.yes, the example not work at checking the connect status.you can see my last answer.it can help you to have a code to work.
    • SOLVED How to take input from user Graphically ?
      QML and Qt Quick • gui input textinput • • Qjay  

      7
      0
      Votes
      7
      Posts
      1927
      Views

      Hey @Wieland . Thanks for the help . It is working fine . ( i will customize it now to my needs )
    • SOLVED Insert Qt Charts in QTextEdit
      General and Desktop • qtextedit qchart input • • HenrikSt.  

      6
      0
      Votes
      6
      Posts
      1440
      Views

      Hi, It might be not possible to insert a QChart object directly but a possible alternative might be to generate your chart, render it on a QImage and then put that QImage your QTextDocument. Hope it helps
    • UNSOLVED Input in QTextEdit cause vertical scroll bar jumping
      General and Desktop • qtextedit input • • hcfalan  

      6
      0
      Votes
      6
      Posts
      1818
      Views

      Looks like it might be a limitation/bug. The behavior is the same with 5.6 You should go to the bug report system to see if it's something known. If not please consider opening a new report providing a minimal compilable example (not just the code files) to reproduce the behavior.
    • UNSOLVED Trying to get keyboard input in Qt 5.6
      Mobile and Embedded • embedded linux embedded keyboard input 5.6.0 • • trand  

      1
      0
      Votes
      1
      Posts
      1417
      Views

      No one has replied

    • How Do I Add Bluetooth Controller Support for my Game?
      Game Development • android bluetooth button input remote game controller support moga • • JayGarxP  

      2
      0
      Votes
      2
      Posts
      1060
      Views

      i think the only things you need to do is open or shutdown bluetooth, find bluetooth devices and connect if needed. all the other things must have been done by the hardware vendor
    • Is there a way to get all elements like (input, label , combox) with names and regarding value?
      General and Desktop • qwidget combobox focus input output • • BluTiGeS  

      10
      0
      Votes
      10
      Posts
      5543
      Views

      @BluTiGeS I'm using http://funq.readthedocs.org/ for something similar.
    • Qt app in eglfs losing input after /dev/input is changed
      Mobile and Embedded • qml raspberry pi raspberry input raspberry eglfs • • 10robinho  

      2
      0
      Votes
      2
      Posts
      883
      Views

      Hi Have you find any solution for this problem ?
    • Qt and DirectFB - linux_input events handling
      Mobile and Embedded • event input directfb qt 4.6.3 dfb 1.4.3 • • McLion  

      13
      0
      Votes
      13
      Posts
      5077
      Views

      That doesn't really help. I know the difference between the 2 devices. The issue seems to be in the path and maybe the resulting timing Qt (QWS to be more precise) gets the XY position compared to the path over which it gets the click events. This seems not to travel the same way from DFB to QWS. Still have no solution for this.
    • No keyboard input on BeagleBone Black
      Mobile and Embedded • keyboard input beaglebone • • Bremenpl  

      20
      0
      Votes
      20
      Posts
      6440
      Views

      Sorry, I meant a more recent version of Qt Creator, as for Qt 4 the latest version is 4.8.7
    • [SOLVED] Serial Port Bug?: Double display of input in Terminal Example | SOLVED
      General and Desktop • input terminal double display • • Sen Li  

      5
      0
      Votes
      5
      Posts
      1096
      Views

      @SysTech Thank you for you reminding!