Results 1 to 2 of 2

Thread: Problem while using QListWidget

  1. #1
    Join Date
    Jan 2011
    Posts
    14
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Problem while using QListWidget

    Hi.......
    I'm having problem while using Qlistwidget.
    How to check Qlistwidget empty?
    How to extract items from Qlistwiget?

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Problem while using QListWidget

    How to check Qlistwidget empty?
    QListWidget::count()
    How to extract items from Qlistwiget?
    QListWidgetItem * item ( int row ) const
    QListWidgetItem * itemAt ( const QPoint & p ) const
    QListWidgetItem * itemAt ( int x, int y ) const
    Why not try the documentation before asking not very smart questions?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

Similar Threads

  1. Problem with QListWidget
    By Elwe in forum Qt Programming
    Replies: 10
    Last Post: 17th June 2009, 20:04
  2. Problem with QListWidget and paintEvent()
    By joksi in forum Qt Programming
    Replies: 2
    Last Post: 29th May 2009, 10:50
  3. The problem with the display of QListWidget
    By whyisosad in forum Qt Programming
    Replies: 1
    Last Post: 12th May 2008, 19:41
  4. QListWidget Problem
    By pmabie in forum Qt Programming
    Replies: 1
    Last Post: 7th October 2007, 06:52
  5. QListWidget-problem
    By Sarma in forum Qt Programming
    Replies: 7
    Last Post: 7th April 2006, 18:49

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.