What is the preferred way to indent/un-indent text in a list within a QTextDocument
?
Do I basically have to pass in the corresponding HTML tags myself?
Edit: I'm looking for a way for the user to change the indentation level of a bulleted list with the Tab
key.