Is there a way to set custom start value for QTextList with ListDecimal style?
I have one scene with multiple QGraphicTextItem-s but I wish to allow numbered text list to propagate through more then one item. As QTextList take QTextDocument for parent this is not possible.
I can do a "don't do" thing and add block from one item to list from the other but still number of first block in item is always 1.