Results 1 to 4 of 4

Thread: what would be teh best way to do this??

  1. #1

    Default what would be teh best way to do this??

    Hi,

    I need to create a graphcisitem which displays image,text and check box.What would be the best way to implement this??

    If I just add them as seperate items or save the whole thing as one pixmap and draw it??
    As I see graphcis view would draw each item seperately in the bound rect??

    Than i plan to have a container which will have this items, my idea is so that I dont have to repaint this items during scrollign but just move them

  2. #2
    Join Date
    Dec 2008
    Location
    Czech
    Posts
    44
    Thanks
    2
    Thanked 8 Times in 8 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: what would be teh best way to do this??

    Hi,
    maybe you can also create such a widget and use QGraphicsProxyWidget
    Radek

  3. #3
    Join Date
    Dec 2008
    Location
    Istanbul, TURKEY
    Posts
    537
    Thanks
    14
    Thanked 13 Times in 13 Posts
    Qt products
    Qt4
    Platforms
    Windows Android

    Default Re: what would be teh best way to do this??

    Hi,

    What do you exactly want to do?

    I mean you want to put your text and check box onto the image?

    Regards

  4. #4

    Default Re: what would be teh best way to do this??

    Hi,

    Text can be anywhere bottom,top,right or left of image.Check box may be on top left side

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.