Hi,

I want to write a small text edit application, where the user can format text. But I have a problem with QTextListFormat. Its no problem to create bullets with QTextListFormat::setStyle but I have no idea how to remove this formation.

You can see this problem even in the official Qt textedit demo. Start the demo, select text, select for example the "Bullet List (Square)" format and the text will be formatted with bullets. Select "Standard" and nothing happens.
Is it possible to remove this formation?

Greetings,
Fred