Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. qt creator 4.2
    Log in to post

    • UNSOLVED Qt-Creator: output messages on a per-file-compile basis?
      General and Desktop • qt 5.8 qt creator 4.2 osx 10.12.6 • • fyngyrz  

      5
      0
      Votes
      5
      Posts
      149
      Views

      @aha_1980 said in Qt-Creator: output messages on a per-file-compile basis?: that this will break error parsing Errors??? I don't make errors! lol Yeah, that'd be a real problem. Hm. Well, perhaps it's just impractical on every level with the versions I am using. I really appreciate your taking the time to respond. Cheers!
    • UNSOLVED Starting a python project in qt creator, how?
      General and Desktop • qt designer python3 material design qt creator 4.2 • • Pataruutu  

      3
      0
      Votes
      3
      Posts
      4822
      Views

      @Pataruutu Hi the video you link is QML :) So its its the reason it looks differently. The one you call ugly is QWidgets and it uses the default look of the platform. It seems you can use QML with pyt http://pyqt.sourceforge.net/Docs/PyQt5/qml.html
    • UNSOLVED Adding a MSVC compiler to a kit (Qt Creator 4.2 on Win10)
      Installation and Deployment • msvc2015 compilation qt creator 4.2 • • Pierrick Chandonnay  

      2
      0
      Votes
      2
      Posts
      5746
      Views

      Hi and welcome to devnet, Qt Creator should auto detect the compiler for you. However what usually happens is that people install Visual Studio without checking the C++ option during installation thus they have a VS environment but nothing to build C++ code. You should first check that. Note that you also need to install the debugger separately. The one coming with VS is "internal" and cannot be used by other applications.