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. Styling QGroupBox and QGroupBox::title

Styling QGroupBox and QGroupBox::title

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 773 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
    mseroglu
    wrote on last edited by
    #1

    Re: Styling QGroupBox in Qt Design

    alt text
    QGroupBox {
    padding : 10px 10px 0px 10px;
    font : italic bold 10pt;
    border : 1px solid gray;
    border-radius: 5px;
    }
    QGroupBox::title{
    border-top-right-radius : 15px;
    border-top-left-radius : 15px;
    subcontrol-origin : margin;
    subcontrol-position : top center;
    padding : 4px 100px 4px 100px;
    background-color : green;
    color : rgb(250, 250, 250);
    width : 100%;
    }

    jsulmJ 1 Reply Last reply
    0
    • M mseroglu

      Re: Styling QGroupBox in Qt Design

      alt text
      QGroupBox {
      padding : 10px 10px 0px 10px;
      font : italic bold 10pt;
      border : 1px solid gray;
      border-radius: 5px;
      }
      QGroupBox::title{
      border-top-right-radius : 15px;
      border-top-left-radius : 15px;
      subcontrol-origin : margin;
      subcontrol-position : top center;
      padding : 4px 100px 4px 100px;
      background-color : green;
      color : rgb(250, 250, 250);
      width : 100%;
      }

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @mseroglu You forgot to ask your question and tell us what the problem is.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

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