<div dir="ltr"><div><div><div><div><div><div>Hi all,<br><br></div>I have made some images to demo a text-editor like app I'd like to make; <a href="http://imgur.com/a/2OKph">http://imgur.com/a/2OKph</a><br><br></div>Some features are very familiar: type text to enter it, auto-complete boxes, etc.<br><br></div>Some features are not so familiar: you can drag and drop some elements of the text to "flip" their position, some keywords are automatically converted into symbols when typed, and so on.<br><br></div><div>My plan is to use PyQt4.<br></div><div><br></div>I am wondering, should I just I just take the QTextEdit widget and derive a class from it, and then it should be possible to get the kind of design I am thinking of? Or should I be thinking about doing this in a different way?<br><br></div>Kind regards,<br></div>Brian<br></div>