Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QlistWidget not reponding to itemClicked event on first click

QlistWidget not reponding to itemClicked event on first click

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 3.3k 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.
  • M Offline
    M Offline
    msalman
    wrote on last edited by
    #1

    Guys i am new to -QT- Qt and facing a weird issue in one of my sample application running on e7 device. QListWidget is not responding to itemClicked or even any of the selection signal on first clicked,sometime the event got fired on second clicked or sometime for third clicked. Is there any thing which keeps in to mind while using QListWidget ???

    Thanx in advance

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mtribaldos
      wrote on last edited by
      #2

      Hi,

      maybe have you forgotten to insert the item in the list?

      @void insertItem ( int row, QListWidgetItem * item )@

      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