Results 1 to 20 of 22

Thread: Display Problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2009
    Posts
    61
    Qt products
    Qt4
    Platforms
    MacOS X
    Thanks
    4

    Default Display Problem

    Hi


    I added the frame within list view.......


    It is showing the of sutput fraction oeconds and closed the window automatically....

    I created one frame class called Tweet. There i used to display the image,some text..

    In output it showing show only frame,not showed the image,text..... frame also showing fraction of seconds and automatically closed the window.....code
    Qt Code:


    Qt Code:
    1. Tweet *tweet;
    2. setVisible(this)
    3. ui->listView->setIndexWidget(item(0)->index() , tweet );
    4. ui->listView->setUpdatesEnabled( true );
    To copy to clipboard, switch view to plain text mode 

    if i change the tweet width to listview width ,it also not changing....

    Qt Code:
    1. tweet->resize( ui->listView->width() , tweet->height() );
    To copy to clipboard, switch view to plain text mode 

    please help me


    Thanks

    Yuva R
    Last edited by jpn; 1st May 2009 at 13:19. Reason: missing [code] tags

Similar Threads

  1. Replies: 1
    Last Post: 23rd April 2009, 10:05
  2. Replies: 19
    Last Post: 4th April 2009, 00:17
  3. Replies: 2
    Last Post: 19th November 2008, 10:01
  4. Tricky problem with ARGB widget / UpdateLayeredWindow
    By nooky59 in forum Qt Programming
    Replies: 3
    Last Post: 21st February 2008, 11:35
  5. Model display problem
    By gyre in forum Newbie
    Replies: 3
    Last Post: 31st December 2007, 14:46

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.