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. Making a classic Windows 7 widget
Forum Updated to NodeBB v4.3 + New Features

Making a classic Windows 7 widget

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 275 Views
  • 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.
  • M Offline
    M Offline
    MadRey
    wrote on last edited by
    #1

    The first time i heard about QT widget i was hoping to be able to make something like the classic windows 7 widgets.
    That means i was hoping to make something like a clock from the examples but without a window border and just a round frame.
    I only just started to learn QT so i'm not even really sure what to use between the two.

    All i could find so far was how to make the whole window invisible with children and all.

    setWindowOpacity(0.6);
        setStyleSheet("QWidget{background: #000000}");
    
    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by
      #2

      Shaped Clock Example

      M 1 Reply Last reply
      4
      • C ChrisW67

        Shaped Clock Example

        M Offline
        M Offline
        MadRey
        wrote on last edited by
        #3

        @ChrisW67 thanks alot i didn't see that one!

        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