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
  • QT Creator Chrome Trace Visualization(CTF)

    Solved qt-creator
    2
    0 Votes
    2 Posts
    538 Views
    A
    It took sometime to figure out the missing library. It seems the qt-creator package does not install some of the libraries. I had to install the following library package using the package manager to get the functionality working: qml-module-qtquick-controls2 It would bet great if the qtcreator GUI itself reported about the missing libraries. Instead of dumping it on the console.
  • How to debug QtCreator plugins?

    6
    0 Votes
    6 Posts
    9k Views
    R
    if you landed here just check my new topic with some ideas for a solution. Topic: Solution for Debug QtCreator Plugins with QtCreator from source
  • Qt Creator C++20 module autocompletion / clang parser

    Unsolved
    1
    2 Votes
    1 Posts
    1k Views
    No one has replied
  • Solution for Debug QtCreator Plugins with QtCreator from source

    Unsolved
    1
    0 Votes
    1 Posts
    278 Views
    No one has replied
  • QT VS tools addin not picking up qml files

    Unsolved
    1
    0 Votes
    1 Posts
    154 Views
    No one has replied
  • QtCreator numpy import

    Unsolved
    1
    0 Votes
    1 Posts
    665 Views
    No one has replied
  • Cannot find QtCharts at all - looked everywhere

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    S
    Remember that for QtCharts you either need the commercial license or make your own software GPL. In the community version of Qt the QtCharts module is only available under GPL and not LGPL. If you want to avoid this you can try Qwt instead.
  • Qt Installer color scheme is unfriendly

    Unsolved
    2
    1 Votes
    2 Posts
    217 Views
    Christian EhrlicherC
    This is a user-driven forum. I would suggest you to create a bug report about this or write to the mailing list which are the official channels for such kind of stuff.
  • Problem with QTabWidget

    Unsolved
    2
    0 Votes
    2 Posts
    228 Views
    SGaistS
    Hi and welcome to devnet, You should take a look at Qt layouts. However, from the looks of it you have an architecture issue. I would recommend drawing the various screens of your application. It will then be easier to build them and the business logique between them.
  • clazy mistakes template member functions for signals

    Moved Unsolved
    2
    0 Votes
    2 Posts
    199 Views
    Christian EhrlicherC
    Try with latest version and then report a bug about this if it still occurs.
  • Qt Creator follow symbol under cursor functionality frozen

    Unsolved
    2
    1 Votes
    2 Posts
    443 Views
    F
    Same for me. It often takes a few clicks to activate function "follow symbol under cursor". It doesn't matter where I go, Qt classes, my classes. It doesn't depend on the project. The problem also exists in QML. I attached video when i need few clicks to follow symbol under cursor (cmd + click). https://imgur.com/a/VGEiCNG Any suggestion how to fix that? My setup: MacOS 11.3 + Qt Creator 4.14.1 + Qt 5.15.2
  • Qt Creator syntax analyzer has been failed on modern "for" syntax

    Unsolved
    2
    0 Votes
    2 Posts
    246 Views
    Christian EhrlicherC
    @r3d9u11 said in Qt Creator syntax analyzer has been failed on modern "for" syntax: Does anybody have an idea how to fix it? Provide a patch to the legacy QtCreator code model so it knows about c++17 structured bindings.
  • This is not helping

    Moved Solved
    9
    0 Votes
    9 Posts
    836 Views
    A
    [image: eea4e804-43db-4b3d-a4b4-fd7b079ad689.png]
  • qt problem , qt creator open just .pro file

    Moved Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    V
    there is a solution you can try: open Tools->Options->Kits 2)see Auto-detected->choose Desktop Qt....MSVC(MinGW)..64bit(32bit)->Add 3)reopen your project->select All Kits->configure project
  • CMake - Linking against a shared library using Qt6

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    L
    @Christian-Ehrlicher thanks for this quick reply, it works!
  • QtCreator system crash when clicking or dragging specific widgets

    Solved
    13
    0 Votes
    13 Posts
    1k Views
    T
    @SGaist Done! :)
  • How to set pyside6 as default in the latest QtCreator ?

    Unsolved
    3
    0 Votes
    3 Posts
    457 Views
    SGaistS
    Hi and welcome to devnet, @mojom said in How to set pyside6 as default in the latest QtCreator ?: This official forum is a joke. Nobody cares about real issues. This is a volunteer driven forum. You might as well be the first trying to do that and nobody else has. In any case it would be a good idea to state the exact versions of what you installed both in terms of PySide and Qt Creator versions and on which platform. You may also want to consider going to the Qt Creator mailing list where you'll find Qt Creator developers/maintainers.
  • Qt Creator Setting Bulk Test Environment

    Unsolved
    9
    0 Votes
    9 Posts
    801 Views
    kshegunovK
    What about symlinking the binaries? Or do you intend to link against mentioned libraries?
  • Favorite IDE/editor for Qt

    69
    0 Votes
    69 Posts
    64k Views
    aha_1980A
    Hi @AlexNevskiy, you may want to comment and vote on QTCREATORBUG-16013 Regards
  • QtCreator: starting QML application with RUN vs DEBUG affects locale

    Solved
    4
    0 Votes
    4 Posts
    496 Views
    B
    @aha_1980 Setting as solved because this puts a rationale to the observed behavior. So, when in doubt, I can assume debugger runs differ slightly from actual end-user runs. Thank you!