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

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

      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.

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

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

              Created:
              Updated:

                There is 1 open Gerrit change