[PyQt] Here are some images to demo the kind of text editor app I am envisioning; what widgets should I base the app around?
Vincent Vande Vyvre
vincent.vande.vyvre at telenet.be
Tue Dec 15 20:07:55 GMT 2015
Le 15/12/2015 20:49, Brian Merchant a écrit :
> Hi all,
>
> I have made some images to demo a text-editor like app I'd like to
> make; http://imgur.com/a/2OKph
>
> Some features are very familiar: type text to enter it, auto-complete
> boxes, etc.
>
> 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.
>
> My plan is to use PyQt4.
>
> 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?
>
> Kind regards,
> Brian
>
>
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> https://www.riverbankcomputing.com/mailman/listinfo/pyqt
Hi,
This tutorial use PyQt4:
https://www.binpress.com/tutorial/building-a-text-editor-with-pyqt-part-one/143
More information about the PyQt
mailing list