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. QlistView click event in qt[closed]
Forum Updated to NodeBB v4.3 + New Features

QlistView click event in qt[closed]

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 5.4k 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.
  • G Offline
    G Offline
    gauravofindia
    wrote on last edited by
    #1

    In qt do we have QlistView click event?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      You find the answer in the documentation of "QAbstractItemView":http://doc.qt.nokia.com/4.7/qabstractitemview.html#signals which is the base class of QListView:

      Signals:
      @
      void activated ( const QModelIndex & index )
      void clicked ( const QModelIndex & index )
      void doubleClicked ( const QModelIndex & index )
      void entered ( const QModelIndex & index )
      void pressed ( const QModelIndex & index )
      void viewportEntered ()
      @

      Next time, please first ask the docs...

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • S Offline
        S Offline
        stukdev
        wrote on last edited by
        #3

        http://doc.qt.nokia.com/4.7/qabstractitemview.html#clicked

        1 Reply Last reply
        0
        • G Offline
          G Offline
          gauravofindia
          wrote on last edited by
          #4

          Thanks Gerolf

          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