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. Customizing the look and feel of a ModernStyle Wizard
Forum Updated to NodeBB v4.3 + New Features

Customizing the look and feel of a ModernStyle Wizard

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

    I have created a QWizard application and have been able to get it to work as needed, but now I need to enhance it. Without using a stylesheet I have the Banner::Pixmap being displayed on each page just like I need it. If you look at the ModernStyle wizard layout, I see three panels. The first being the banner, the middle being the where things are displayed and the third being where the buttons are. I need to change the color of the third panel. I also need to change the look and feel of the buttons. Changing the color and position, need them to be touching each other. How do I go about making these enhancements? If it makes any difference this is a Windows application.

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

      Hi and welcome to devnet,

      AFAIK, you can't really customize QWizard's look and feel (but I'd be happy to be proven wrong). It does it's own styling under the hood.

      You could, however, take the code from QWizard and modify it to make your special wizard

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

      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