PDA

View Full Version : Creating a HTML text editor same as that of QT's Edit Text dialog



anwar.qt
25th September 2013, 09:53
Hi,

I have a desktop application, where I want to display and edit the text and the text is in HTML format.
For editing that text, I wanted to create a editor same as that of QT's Edit Text Dialog (Dialog which is invoked when text property of QLabel or QTextEdit needs to be edited from Qt Designer) see screen shots below.

96319632


So my question is as QT has already implemented the above dialog, can I reuse it in my application? If yes then how?