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. Widgets For Windows XP
Forum Updated to NodeBB v4.3 + New Features

Widgets For Windows XP

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 5.8k 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.
  • R Offline
    R Offline
    ruchitinfushion
    wrote on last edited by
    #1

    Hello i am new to -QT- Qt Programming and i have -QT- QtDesigner And -PyQT- PyQt installed on my Windows XP.Now I want to make some stylish widgets like below
    http://cdn.blogsdna.com/wp-content/uploads/2009/11/Kludgets-Engine-Run-MAc-OS-Widgets-on-Windows-7.jpg
    http://techdows.com/wp-content/uploads/2011/10/XWidget3.png
    http://blog.brando.ie/wp-content/uploads/2009/03/world-widget.jpg

    So give me some basic Advice,Idea & Tips for How can i do this kind of stuff using -QT- Qt.Thank you

    Edit: The toolkit is called Qt, not QT (which generally refers to QuickTime); Andre

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Sam
      wrote on last edited by
      #2

      Hi,
      In order to create widgets and forms like that you can try the following:

      1. "Qt Style Sheets":http://qt-project.org/doc/qt-4.8/stylesheet.html which is very powerful and allows you to customize the appearance of the widgets. You can also change the StyleSheets at runtime just like windows themes we can change the look and feel.

      2. "Create Custom Style":http://qt-project.org/doc/qt-4.8/qstyle.html#creating-a-custom-style you can create a custom look and feel for your application by creating a custom style.

      3. "Qt's Paint System":http://doc.qt.digia.com/4.7/paintsystem.html allows you to paint anything that you want.

      For Opacity you can refer to "QGraphicsOpacityEffect":http://qt-project.org/doc/qt-4.8/qgraphicsopacityeffect.html.

      You can also have a look on the "Qt Widgets":http://qt-apps.org/index.php?xcontentmode=4298 to have an idea about how these can be developed.

      And last you can have a look on "Creating a custom window example ":http://qt.developpez.com/tutoriels/braindeadbzh/customwindow/, you need to translate or open this link in google chrome.

      Regards
      Soumitra.

      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