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

Add the "start" and "reversed" attributes for ordered lists to the supported HTML subset

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • GUI: Text handling
    • None
    • 3f40a8b5b (dev)

    Description

      Currently only lists starting at 1 are supported, and they must be in ascending order.

      It would be quite nice to add the start and reversed properties so that lists in text edits etc. become more flexible.

      This could also be controlled through the QTextList class with functions such as:

      void QTextList::setStart(int start);
      void QTextList::setReversed(bool reversed);
      int QTextList::start() const;
      bool QTextList::reversed() const;
      

      start can be any number, negative or positive, with a default value of 1.

      reversed is true if the list is descending and false if the list is ascending. It has a default value of false.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTBUG-107562
          # Subject Branch Project Status CR V

          Activity

            People

              esabraha Eskil Abrahamsen Blomfeldt
              camilo Dave Erified
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There is 1 open Gerrit change