Undo buffer capacity

How many levels of undo are available in QPrompt?

That aspect is managed by Qt’s QTextDocument Class, which uses stacks to store this information in RAM. Operations will continue to be added until the QPrompt runs out of memory. It would take a huge amount of operations for that to happen on any 64 bit platform.