Qt Creator customization
-
Hi.
I want to customize text editor that built-in in Qt Creator to use it in my project.
So I need to extract text editor from Qt Creator by removing all unnessesary features , and add to this text editor some new features
- custom syntax highlighting
- inserting into text hyperlinks for navigation inside text , and for other context actions like opening menues , sending signals to other forms and so on
- embedding into text simple control items like checkboxes , radiobuttons , push buttons , probably using html
- embedding ( if its possible ) into text more complex widgets based on Graphics View Framework
My question is - is there any manuals and examples , that describes Qt Creator customization procedure and API for it .
Thanks.
-
Hmmm, Why??
Use Eclipse or something if you need a editor that is changeable.
Move this thread to the tools forum, not a place for it here btw. -
I don't want to use Qt Creator as a tool ( in this case ) .
I want to use it with the same manner as common widget like QDialog , QTextEdit and so on. I want to use it as part of application.
I need to have powerfull text editor in my application , and I want to get it from Qt Creator , because I don't see other candidates in the whole Qt framework.