Skip to content

Qt Creator and other tools

Have a question about Qt Creator, our cross-platform IDE, or any of the other tools? Ask here!
7.6k Topics 35.3k Posts
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    15 Views
  • Use qtCreator for a build built in command line

    Unsolved
    4
    0 Votes
    4 Posts
    442 Views
    sierdzioS
    No problem, Qt Creator supports cmake, too. If you mean, however, to ask whether you can copy-paste kit setup easily - then no. You can use official Qt installers, there Qt Creator comes preconfigured with all the kits already in place.
  • Qt Creator 4.7.1: Autocomplete (Intellisense) does not work.

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    I
    @aha_1980 said in Qt Creator 4.7.1: Autocomplete (Intellisense) does not work.: How did you install QtCreator? I have downloaded Qt 5.11.2 from here. I mean Qt Creator is installed automatically. Which kind of project are you using: QMake, QBS, CMake, Generic? I used QMake but it is not working when I use Qbs. Does code completion work in a minimal project (e.g. File > New File or Project > Application > Qt Widgets Application ? It is not working for all project types (Qt Widgets Application, Non-Qt project (plain c / c++ etc.). There might be the one or other problem with Clang, but I can't imaging that it does not work at all. I'm using Linux and g++7 compiler for C++ projects. Can the problem be about g++? Thanks.
  • Qt CMake Semantic Issue

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    jsulmJ
    @qtcat Did you build your app? ui_mainwindow.h is a file which is generated during build. If it is not yet there (because you did not yet build), QtCreator will show this errors/warnings because it does not know what Ui::MainWindow, which comes from that generated file, is.
  • Remote debugging in Windows

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    aha_1980A
    @Mark81 Windows developers never fail ;) Honestly, I guess the reason is, that Linux provides all tools like ssh and gdbserver out of the box. Windows doesn't.
  • Where can I download the Qt 5 Desginer?

    Unsolved
    2
    0 Votes
    2 Posts
    352 Views
    SGaistS
    Hi, You don't need to, Qt Creator has Designer integrated. Just open the file in Qt Creator and you should get the editor as if you were running Designer. Otherwise, look at the bin folder of your Qt installation.
  • Updating maintancetool itself during an application update

    Unsolved
    4
    1 Votes
    4 Posts
    993 Views
    M
    Hi @Lammonaaf , have you solved this issue? Qt-IFW miss some useful documentation concerning this. Thanks, Raf
  • how to make QtCreator to use correct version of gcc and g++?

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    kshegunovK
    The real solution is to provide a separate mkspec file for each of these compilers, the quick (and dirty) solution is to override the compiler in the project file. Unfortunately it is impossible to provide logs as I have deleated gcc 4.7 and all its includes manually from That's a really, really bad idea.
  • Project tree files with qmake contains function

    Solved
    3
    0 Votes
    3 Posts
    572 Views
    beeckscheB
    @SGaist Thanks, make sense!
  • 0 Votes
    2 Posts
    581 Views
    SGaistS
    Hi and welcome to devnet, You should run ldd on the plugin to see if you have all dependencies installed on your device.
  • 0 Votes
    4 Posts
    2k Views
    JKSHJ
    @qwerty1234 You can manually add your compiler: https://doc.qt.io/qtcreator/creator-tool-chains.html
  • Build Qt Online Documentation from Source

    Unsolved
    2
    0 Votes
    2 Posts
    319 Views
    SGaistS
    Hi and welcome to devnet, That's an interesting question. I would recommend bringing it on the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.
  • gdbbridge.py in native gdb fails

    Unsolved
    2
    0 Votes
    2 Posts
    860 Views
    F
    Did you have any luck with this?
  • Where can I find older versions of Qt Creator documentation?

    Unsolved
    6
    0 Votes
    6 Posts
    829 Views
    jsulmJ
    @dgiglio Is it only how it looks? If so then I guess the screen-shots were taken on another OS than what you use, but it doesn't matter as long as it's the same QtCreator version.
  • [SOLVED] Restore open files for project upon Qt Creator launch?

    4
    0 Votes
    4 Posts
    13k Views
    C
    From http://doc.qt.io/qtcreator/creator-project-managing-sessions.html File > Sessions > Manage > Restore last session on startup.
  • Please add verbose logging and more documentation to CtCreator build Problems.

    Unsolved
    2
    0 Votes
    2 Posts
    440 Views
    jsulmJ
    @M.O.H If you want some improvements in QtCreator (not CtCreator) then you should go to Qt bug tracker and file a request there. This is a user forum, it does not make sense to request changes in QtCreator here.
  • QtCreator after upgrade does not complete function arguments

    Solved
    3
    0 Votes
    3 Posts
    554 Views
    M
    @sierdzio excellent ;) It kind of looked like in XCode. IMHO Qt Creator syntax completion is better. Thanks Marek
  • Distribute QT RCC

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    M
    @Pablo-J.-Rogina No, is not possible
  • How to disable c++ warning for c++17

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    aha_1980A
    @billconan do you have a minimal example for us to counter check? Also, Creator 4.8 is just around the corner, there are already beta snapshots to try.
  • How to update MaintenanceTool

    Solved
    7
    0 Votes
    7 Posts
    5k Views
    M
    I think my fresh Qt installation is ready. Thanks, it was not such a pain as I expected.