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

Qt specific css properties are not documented

    XMLWordPrintable

Details

    • 13
    • 1ed802e3b8a7f236bd277719090f461a87eae78e (qt/qtbase/5.14)
    • QDoc Sprint 5, DaVinci X-mas sprint, DaVinci sprint 1, DaVinci sprint 2

    Description

      Qt css properties are documented here:
      http://qt-project.org/doc/qt-5/stylesheet-reference.html

      List of css properties in qcssparser.cpp but Qt specific properties are missing from documentation:

          { "-qt-background-role", QtBackgroundRole },
      // used in qstylesheetstyle.cpp, QRenderRule::QRenderRule()
      
          { "-qt-block-indent", QtBlockIndent },
          { "-qt-list-indent", QtListIndent },
          { "-qt-paragraph-type", QtParagraphType },
          { "-qt-table-type", QtTableType },
          { "-qt-user-state", QtUserState },
      // used in qtexthtmlparser.ccp QTextHtmlParserNode::applyCssDeclarations()
      
          { "-qt-list-number-prefix", QtListNumberPrefix },
          { "-qt-list-number-suffix", QtListNumberSuffix },
      // not used at all
      
          { "-qt-style-features", QtStyleFeatures },
      // used in qcssparser.cpp ValueExtractor::extractStyleFeatures()
      

      Attachments

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

        Activity

          People

            veshivas Venugopal Shivashankar
            qtcomsupport Qt Support
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes