Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. QtCreator Plugin

QtCreator Plugin

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 3 Posters 2.9k Views
  • 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.
  • S Offline
    S Offline
    Scylla
    wrote on last edited by
    #1

    I have to create a plugin for the QtCreator. Therefore I want use the compile output window. Can anyone give a advice how I can use the compile output window?
    Thank you in advance!

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Scylla
      wrote on last edited by
      #2

      I have already compiled the source of QtCreator and startet with the helloworld plugin as base. Now I need to know how can I write to the compile output window, what is needed to include. The methods I have already found (clear, append a.s.o) but the access from my plugin is missing.
      Can anyone point me in to the right direction?

      1 Reply Last reply
      0
      • G Offline
        G Offline
        giesbert
        wrote on last edited by
        #3

        Hi Scylla,

        have you already looked at the documents from "VCreate Logic":http://www.vcreatelogic.com/resources/downloads/ ? They have a tutorial on how to create QtCreator plug-ins

        Nokia Certified Qt Specialist.
        Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Rule of thumb: If a class is in the Internal namespace then you can not get access to it from outside the plugin it is in. The compile output window is internal to the projectexplorer plugin you have no direct access to it.

          Try #qt-creator in the freenode irc network or the Qt Creator mailing lists. That's where all the developers hang out. Feel free to stop by and discuss what you want to do. We tend to default to Internal classes but are always willing to make one public if somebody presents a good use case.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Scylla
            wrote on last edited by
            #5

            @Tobias Hunger
            Ok thank you for the information. I thought that there is a official way to use one of the output windows, without creating a seperate window.

            @Gerolf
            This tutorial is very helpful but not up to date.

            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