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. Using C# inside the Qt IDE
QtWS25 Last Chance

Using C# inside the Qt IDE

Scheduled Pinned Locked Moved Qt Creator and other tools
8 Posts 4 Posters 19.1k 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.
  • E Offline
    E Offline
    Evert7
    wrote on last edited by
    #1

    Hi all,

    I want to use C# (my preferred language) inside the nice Qt IDE. I'm using Kubuntu 11.10 (with KDE of course). I installed qyoto, but I don't know what to do now.
    What should I do or should I use MonoDevelop instead with Qt widgets?

    Thanks,
    Evert.

    EDIT: as it's a Creator specific question, and not one of binding Qt to other languages than C++, I moved this to the tools forum, Gerolf

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

      Hi Evert7,

      Do you mean QtCreator by Qt IDE? It is mostly written to develop Qt apps, or C++. I don't know if it is possible to get C# cod ehighlighting, and compiler tool chain in without any problems. But you ahve to change the whole tool chain, incl. qmake should not be used. But the projects are based on qmake and pro files, so could get complicated.

      Perhaps it is possible, if you create some other plugins?

      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
      • E Offline
        E Offline
        Evert7
        wrote on last edited by
        #3

        I if could, I would really like to do that :)

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

          You could make some suggestion to the creator team to enhance creator to be able to do C# projects :-) But I'm not sure if they want to do that...

          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
          1
          • T Offline
            T Offline
            tobias.hunger
            wrote on last edited by
            #5

            Adding support for additional languages is not a priority for use.

            Feel free to provide plugins:-) I am not sure we would care to add C# into Qt Creator core since that is not really widely used in our target audience. You can always provide your own plugin though.

            1 Reply Last reply
            0
            • F Offline
              F Offline
              fluca1978
              wrote on last edited by
              #6

              What is the aim of using C# within QtCreator? Are you glueing C# code to Qt code?

              1 Reply Last reply
              1
              • E Offline
                E Offline
                Evert7
                wrote on last edited by
                #7

                [quote author="fluca1978" date="1320838819"]What is the aim of using C# within QtCreator? Are you glueing C# code to Qt code? [/quote]

                I'm now running on linux since a half year ago, before that I was using C# with Visual Studio on Windows. I would like to keep C#, but Visual Studio is impossible to keep so I searched another IDE and because I run KDE, I would prefer Qt.

                So I would like to have Qt widgets that I can control trough C# code.

                1 Reply Last reply
                0
                • F Offline
                  F Offline
                  fluca1978
                  wrote on last edited by
                  #8

                  I suggest you to try monodevelop or eclipse for c#. For accessing to Qt widgets from c# you need a mono binding, I don't know if this exists.

                  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