Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt Creator customization
Forum Updated to NodeBB v4.3 + New Features

Qt Creator customization

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 985 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zerg2011
    wrote on last edited by
    #1

    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.

    1 Reply Last reply
    0
    • JeroentjehomeJ Offline
      JeroentjehomeJ Offline
      Jeroentjehome
      wrote on last edited by
      #2

      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.

      Greetz, Jeroen

      1 Reply Last reply
      0
      • Z Offline
        Z Offline
        zerg2011
        wrote on last edited by
        #3

        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.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved