Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. input

    Log in to post
    • All categories
    • G

      Solved Input trough QPlainTextEdit
      General and Desktop • qplaintextedit beginner mouse event keyboard input • • Grand_Titan

      10
      0
      Votes
      10
      Posts
      78
      Views

      G

      @mpergand Thanks I figured it out from that one. For now it seems to work just fine.
      @JonB Thanks for the reply I toughed about that too but I'll try the eventfilter first.

    • D

      Solved How to simulate user input to a native QFileDialog in Windows?
      General and Desktop • qfiledialog simulation input windows • • dave2

      7
      0
      Votes
      7
      Posts
      113
      Views

      D

      @Axel-Spoerl That's what I was fearing, but thanks for confirming.

    • LorenDB

      Unsolved Conditionally closing a dialog
      QML and Qt Quick • dialog input accept qml override • • LorenDB

      1
      0
      Votes
      1
      Posts
      124
      Views

      No one has replied

    • Davronito

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

      2
      0
      Votes
      2
      Posts
      245
      Views

      Davronito

      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

    • P

      Unsolved Recording QInputEvent macros
      General and Desktop • input • • patrickkidd

      3
      0
      Votes
      3
      Posts
      543
      Views

      P

      Yes, something like an event filter. Or any other method that works

    • L

      Unsolved Getting QLineedit values to qt header files
      General and Desktop • qtcreator header cpp qt line edit input • • Lasith

      7
      0
      Votes
      7
      Posts
      1484
      Views

      SGaist

      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.

    • Stefan Monov76

      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
      440
      Views

      No one has replied

    • T

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

      7
      0
      Votes
      7
      Posts
      25241
      Views

      G

      Hi,

      for an integer input between 0 and 100 set the mask to "009". Thats all.

    • subliminalman

      Unsolved GamePad Input not Working
      General and Desktop • gamepad input qml • • subliminalman

      2
      0
      Votes
      2
      Posts
      1339
      Views

      X

      @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.

    • Qjay

      Solved How to take input from user Graphically ?
      QML and Qt Quick • gui input textinput • • Qjay

      7
      0
      Votes
      7
      Posts
      2160
      Views

      Qjay

      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 • qchart qtextedit input • • A Former User

      6
      0
      Votes
      6
      Posts
      1751
      Views

      SGaist

      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

    • H

      Unsolved Input in QTextEdit cause vertical scroll bar jumping
      General and Desktop • qtextedit input • • hcfalan

      6
      0
      Votes
      6
      Posts
      2240
      Views

      SGaist

      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.

    • T

      Unsolved Trying to get keyboard input in Qt 5.6
      Mobile and Embedded • keyboard embedded embedded linux input 5.6.0 • • trand

      1
      0
      Votes
      1
      Posts
      1683
      Views

      No one has replied

    • JayGarxP

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

      2
      0
      Votes
      2
      Posts
      1214
      Views

      A

      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

    • B

      Is there a way to get all elements like (input, label , combox) with names and regarding value?
      General and Desktop • input combobox output qwidget focus • • BluTiGeS

      10
      0
      Votes
      10
      Posts
      7713
      Views

      yeckel

      @BluTiGeS
      I'm using http://funq.readthedocs.org/ for something similar.

    • 1

      Qt app in eglfs losing input after /dev/input is changed
      Mobile and Embedded • raspberry eglfs raspberry raspberry pi input qml • • 10robinho

      2
      0
      Votes
      2
      Posts
      1014
      Views

      chaithubk

      Hi Have you find any solution for this problem ?

    • McLion

      Qt and DirectFB - linux_input events handling
      Mobile and Embedded • directfb input event qt 4.6.3 dfb 1.4.3 • • McLion

      13
      0
      Votes
      13
      Posts
      5505
      Views

      McLion

      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.

    • B

      No keyboard input on BeagleBone Black
      Mobile and Embedded • beaglebone keyboard input • • Bremenpl

      20
      0
      Votes
      20
      Posts
      6993
      Views

      SGaist

      Sorry, I meant a more recent version of Qt Creator, as for Qt 4 the latest version is 4.8.7

    • S

      [SOLVED] Serial Port Bug?: Double display of input in Terminal Example | SOLVED
      General and Desktop • terminal double display input • • Sen Li

      5
      0
      Votes
      5
      Posts
      1285
      Views

      S

      @SysTech
      Thank you for you reminding!