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. How to stop long press in QLineEdit??

How to stop long press in QLineEdit??

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.1k Views 1 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.
  • P Offline
    P Offline
    plesss
    wrote on last edited by
    #1

    Hi all:

    i'm trying to do "long press" in QlineEdit and show only one word and not repeat the same word.
    i tried to use keypressevent , keyrelaseevent , eventfilter ,but didn't work.
    or maybe i just doing the wrong way?
    please someone give any idea , thanks.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      welcome to devnet

      Really just an idea. There is also "QValidator":http://qt-project.org/doc/qt-5.0/qtgui/qvalidator.html and "QRegExpValidator":http://qt-project.org/doc/qt-5.0/qtgui/qregexpvalidator.html It depends on what you try to achieve, but those could offer also a solution.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0
      • P Offline
        P Offline
        plesss
        wrote on last edited by
        #3

        [quote author="koahnig" date="1374478475"]welcome to devnet

        Really just an idea. There is also "QValidator":http://qt-project.org/doc/qt-5.0/qtgui/qvalidator.html and "QRegExpValidator":http://qt-project.org/doc/qt-5.0/qtgui/qregexpvalidator.html It depends on what you try to achieve, but those could offer also a solution. [/quote]

        thank you for reply, i will try.

        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