Results 1 to 3 of 3

Thread: help! some questions about QListView

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2006
    Posts
    12
    Thanks
    3
    Qt products
    Qt3
    Platforms
    Unix/X11

    Red face help! some questions about QListView

    hello,
    1) how to display string completely in an QListView?
    for example, if the string is "Qt Centre Forum"
    My program display " Qt Cent..."

    2) how to hide the column bar?
    My program display like this:
    column1 | column2
    -----------------------
    string1 | string2

    I want it like this:
    string1 | string2


    thank you for your help!



    I am so sorry, I have another problem about this widget:
    3) I want to use key "Up" and "Down" to select items in QListView,
    if I use mouse, it emit SIGNAL clicked( QListViewItem *);
    but if I use keyboard, what signal it emit?
    Last edited by lum; 4th August 2006 at 12:54.

Similar Threads

  1. How can I disable the QListView Sorting?
    By darpan in forum Qt Programming
    Replies: 3
    Last Post: 27th June 2006, 10:36
  2. Key Events for QListView
    By bmesing in forum Qt Programming
    Replies: 2
    Last Post: 4th April 2006, 09:29
  3. .gif and .tiff image type in QListView in QT3.3.5
    By darpan in forum Qt Programming
    Replies: 5
    Last Post: 18th March 2006, 04:31
  4. Qt related questions and thoughts about getting job
    By AlexKiriukha in forum General Discussion
    Replies: 4
    Last Post: 26th January 2006, 12:25
  5. Keeping focus at bottom of QListView
    By jakamph in forum Qt Programming
    Replies: 4
    Last Post: 10th January 2006, 14:45

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
  •  
Qt is a trademark of The Qt Company.