Results 1 to 6 of 6

Thread: logo on Qframe

  1. #1
    Join Date
    Oct 2013
    Posts
    21
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Default Qimage

    i have seven inch black screen, black screen using by Qframe, how to put Qt logo on black screen using Qimage

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Qimage

    E.g. by putting a QLabel into the frame or by overwriting the frame's paintEvent and drawing the image manually using QPainter.

    Cheers,
    _

  3. #3
    Join Date
    Oct 2013
    Posts
    21
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Default frame

    how to insert image in frame

  4. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: frame

    Which part of my previous answer didn't you like?

    Cheers,
    _

    P.S.: weird question for someone who has used that Qt versions across basically all supported platforms

  5. #5
    Join Date
    Oct 2013
    Posts
    21
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Default logo on Qframe

    i have qt logo, how put logo on frame. frame is nothing but 7 inches black screen

  6. #6
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: logo on Qframe

    i have qt logo, how put logo on frame. frame is nothing but 7 inches black screen
    It is very hard to actually understand your problem. You have a "qt logo", which is some kind of image file, I assume. You want to display this image inside of a widget, but nothing is displayed except a black screen, is that right ? Maybe path to the file is incorrect. Show some code or we'll have to guess.
    Btw. did you try what anda_skoa suggested ?

Similar Threads

  1. QTextBrowser display logo ?
    By probine in forum Qt Programming
    Replies: 1
    Last Post: 11th January 2007, 15:53

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.