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 5 with VS Community - Really worth it?
QtWS25 Last Chance

Qt 5 with VS Community - Really worth it?

Scheduled Pinned Locked Moved Solved General and Desktop
7 Posts 5 Posters 767 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.
  • U Offline
    U Offline
    Uberlinc
    wrote on last edited by
    #1

    Hi,
    I've been mainly working with Qt Creator but have learned that you can run Qt from with Visual Studio Community.
    From a search in here, I see that many people do it.

    Question - Is it worth it?
    Do you miss out on any significant features that come with Standard Qt?
    Are there any advantages over running standard Qt Creator?

    Thanks.

    1 Reply Last reply
    0
    • JohanSoloJ Offline
      JohanSoloJ Offline
      JohanSolo
      wrote on last edited by
      #2

      Well, Qt is a framework, a set of libraries. Qt Creator is an IDE, so is Visual Studio. Using a framework / library does not depend on the used IDE, you can still use Qt if editing your code with notepad...
      You won't miss any Qt feature by switching to another editor, you will just miss the Qt Creator ones.

      `They did not know it was impossible, so they did it.'
      -- Mark Twain

      1 Reply Last reply
      6
      • U Offline
        U Offline
        Uberlinc
        wrote on last edited by
        #3

        Okay, thanks for that.

        Which features, for example, might Qt Creator have that VSC does not have?

        For simplicity, I'm considering jumping across to VSC just to reduce the number of IDEs on my machine.

        Just wondering if it's worth it.

        Thanks.

        J.HilkJ 1 Reply Last reply
        0
        • U Uberlinc

          Okay, thanks for that.

          Which features, for example, might Qt Creator have that VSC does not have?

          For simplicity, I'm considering jumping across to VSC just to reduce the number of IDEs on my machine.

          Just wondering if it's worth it.

          Thanks.

          J.HilkJ Offline
          J.HilkJ Offline
          J.Hilk
          Moderators
          wrote on last edited by J.Hilk
          #4

          @Uberlinc
          for example the Designer (widget and qml)


          Edit:
          the build in documentation (F1) and the examples also come to mind


          Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


          Q: What's that?
          A: It's blue light.
          Q: What does it do?
          A: It turns blue.

          ODБOïO 1 Reply Last reply
          4
          • J.HilkJ J.Hilk

            @Uberlinc
            for example the Designer (widget and qml)


            Edit:
            the build in documentation (F1) and the examples also come to mind

            ODБOïO Offline
            ODБOïO Offline
            ODБOï
            wrote on last edited by
            #5

            @J-Hilk said in Qt 5 with VS Community - Really worth it?:

            Designer

            also the UML Models designer

            1 Reply Last reply
            2
            • U Offline
              U Offline
              Uberlinc
              wrote on last edited by
              #6

              Okay... I think I'll just stick with Qt Creator for the mo'
              I'll make a judgement call later.

              Thanks for the advice.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                SimonSchroeder
                wrote on last edited by
                #7

                Though VS has a Qt plugin, I am not sure how easy it is to add mocable classes from within the IDE. I have only worked on projects where some of the people use Qt Creator and others use VS. In that case we had to add new files in the qmake project file anyway. Somehow, importing the qmake project with the Visual Studio Qt plugin is really slow. It is a lot faster converting your project file using qmake on the command line.

                For larger projects IntelliSense might be a little faster than code completion and syntax highlighting in Qt Creator. Also, the debugger in VS it a lot better than the one integrated with Qt Creator. Looking at the value of a variable in Qt Creator might take minutes whereas it is always instantaneous in VS. Also, you can click on a line until which the debugger should continue in VS without setting a new temporary breakpoint.

                One advantage of Qt Creator for normal development is that if you have output to std::cout it will show in the output pane of Qt Creator. You have to jump through hoops to see console output in VS. Regular printf debugging is a lot easier with Qt Creator.

                I personally use Qt Creator most of the time (coming from Linux). Only occasionally do I use VS for debugging. My collegue prefers VS, though.

                1 Reply Last reply
                1

                • Login

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