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. Some colors changes in QT forms without pattern
Forum Updated to NodeBB v4.3 + New Features

Some colors changes in QT forms without pattern

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

    Sometime the border color of QGroupBox is changed when i open the form (like modal). This not happens all times. The color is correct in most times.
    I dont understand why this happens...

    I'm using QT 4.8

    See picture attached for more infos

    !http://www.eneias.com/qcolor.png(http://www.eneias.com/qcolor.png)!

    this behavior is like:
    @QPalette p = ui.gbOpcoes->palette();
    p.setColor(QPalette::Light, Qt::red);
    ui.gbOpcoes->setPalette(p);
    @
    Somebody knows what is happens???

    Edit: please use @ tags around code sections; Andre

    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