Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-22862

Stylesheet controls for QLayout objects

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Widgets: Style Sheets
    • None

    Description

      It would be convenient if stylesheets could control QLayout objects, in addition to QWidgets. For example, I might want to change the margins (contentsMargins?) on one class of layout object:

      QVBoxLayout  {
          margin-top: 0px;
          margin-bottom: 0px;
          margin-left: 2px;
          margin-right: 2px;
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            bovilexic Philip Schneider
            Votes:
            23 Vote for this issue
            Watchers:
            14 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes