Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Get pain/look of a widget as a pixmap/style?

Get pain/look of a widget as a pixmap/style?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 531 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dariusz
    wrote on last edited by
    #1

    Hey

    I'm in need of creating pixmaps for a few different widgets in qt. Say QPushButton/QLineEdit/QComboBox. How can I redirect them into a pixmap each so I can display pictures of them around in app?

    I need to use pixmap sadly and I want to capture them as they have to represent current style shet option.

    Can any1 help ? I tried creating new button via

      QStylePainter c;
      QStyleOptionButton option;
    

    But sadly no luck... Never did that before so I'm lost.

    TIA

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      From the looks of it, you are searching for QWidget::render.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      D 1 Reply Last reply
      2
      • SGaistS SGaist

        Hi,

        From the looks of it, you are searching for QWidget::render.

        Hope it helps

        D Offline
        D Offline
        Dariusz
        wrote on last edited by
        #3

        @SGaist Yup that totally did it. Thanks! I can't believe I've missed it :- (

        Regards
        Dariusz

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved