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.5k Posts
  • Qt Creator STM32F0 bare metal “running”, but doesn't seem to flash fw..?

    Unsolved
    1
    0 Votes
    1 Posts
    528 Views
    No one has replied
  • Fuzzing a Qt GUI application?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    V
    Thanks for the link!
  • QtCreator: How to turn off function tooltip to show autocomplete list?

    Solved
    6
    0 Votes
    6 Posts
    4k Views
    ExcludosE
    I apologize for necroing an old thread, but this is still a thing in QT 4.2.1. A lot of the time, when I want autocomplete to show, a tooltip telling me what the method I'm currently calling should include pops up instead, sometimes blocking the line above as well so I can't see what I actually want to type. Is there a way to turn this off?
  • Using a string defined in project(.pro)

    Solved qmake qmake variables defines string
    5
    0 Votes
    5 Posts
    14k Views
    E
    @Wieland Thanks for the reference - that has worked for me. Also, thanks for the Qbs information - i hadn't seen this before but will look into it @SGaist - thanks for the info I had previously tried something similar but I think it may have been the escaping of quotes which caught me out.
  • Unable to select Android Build SDK in Qt 5.7 on windows-7

    Unsolved
    7
    0 Votes
    7 Posts
    4k Views
    V
    Hello, I have the same issue. After searching from internet, I found this: https://bugreports.qt.io/browse/QTBUG-59236 So I use the NDK version 10 instead of the latest one. and then reconfigure Qt(5.6.2) NDK path.. and also downloaded SDK tools_r25.2.5-windows. then the Project-> Build and Run -> Build Android APK shows the SDK level I can select from.... then the build works... (I really hate it when people moving things around without notify others...) But then MY APP crash.... with message unfortunately, XXX has stopped..... at the start up.... so I have to continue debugging..... :( Hope this helps others.
  • Qt creator sometimes problem to save file

    Unsolved creator 4.2.1 file save
    3
    0 Votes
    3 Posts
    1k Views
    K
    @mrjj I got two normal harddisks (c: and d:). I am working on c: and have basically everything there. The d disk is some data and there is the pagefile on d: in case this matters. No SSD yet. I got windows storage spaces, but compiler, Qt stuff and source are on c:. I got veraCrypt with one drive letter and a couple network mappings, if they are qualifying as windows storage spaces at all. But this is been in use for some time without problems. Also all activity is directly on c: without such mappings.
  • QtCreator+cmake: list all files in project tree

    Solved
    5
    0 Votes
    5 Posts
    7k Views
    miclandM
    Update: QtCreator 4.3 (beta1) lists all header files - regardless whether they are listed in the CMakeLists.txt or not (as long as "hide generated files" is not checked). The previously mentioned dummy target is not required anymore.
  • Visual Studio Tools license

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    L
    @jsulm and @mrjj Thanks. Your are right the tools. I'm just using the tool to create a project, not linking against it, so it should be fine.
  • Debugging Qt/QML project via attaching the process from QtCreator.

    Locked Unsolved
    2
    0 Votes
    2 Posts
    874 Views
    ?
    Duplicate of https://forum.qt.io/topic/77251.
  • Run a task before resources compilation in Qt Creator

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    deleted57D
    At first thank you for your help sierdzio. ^_^ Split project files in different part didn't like so much than, unfortunately, it seem the only way available is to execute manually my task before compilation phase as you suggested...
  • Creator: Search only write-enabled files?

    Unsolved
    5
    0 Votes
    5 Posts
    969 Views
    A
    I have all files of the project locally, so I can build it. But only those files I have "checked out" in my source code control are write-enabled (lack the read-only flag). While I'm already working on those files, I would like to correct certain things using find and replace.
  • How can I left empty a translation in Qt Linguist?

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    C
    If I leave the field empty and click to accept, the translation remains as untranslated and it prints the default text. In my previous example, if I leave its field empty I get "ñ". Regarding the option of changing manually the .ts file, I would prefer not doing so if there's an easier and faster way. If not, I'll do it. Thanks sierdzio!
  • Creator: How to dismiss semantic warning?

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    A
    @SGaist said in Creator: How to dismiss semantic warning?: Hi, I'm not aware of such a feature. I'd recommend asking this on the Qt Creator mailing list. Well, I had to turn off Clang code model anyway, because it tends to lock files while they are being handled by the source code control (see https://bugreports.qt.io/browse/QTCREATORBUG-15929). I'll rely on static code analysis to reveal such semantic errors - and there I know how to make exceptions.
  • How to debug QML-project with QtCreator?

    Moved Unsolved
    1
    0 Votes
    1 Posts
    673 Views
    No one has replied
  • How to add ncurses library to project?

    Solved compiling qtcreator
    5
    0 Votes
    5 Posts
    6k Views
    jsulmJ
    @maydin As libs are not located in include directories it should be: LIBS += -L/usr/lib -lncurses
  • VsTools 2017 beta install bug

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    K
    Hi, the issue was caused by an wrong checksum inside the package. We have uploaded a new beta version to the downloads page some minutes ago, though it might be visible first after short synchronization period. Link -- Karsten
  • How to manually set Visual C++ compiler in Qt Creator?

    Solved
    4
    0 Votes
    4 Posts
    3k Views
    mrjjM
    @jzinqt Super. That is often easier as it comes complete with compiler and debugger. Qt for Visual Studio does not as its not permitted.
  • How to profile ide code?

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    ?
    @jsulm Yes
  • qt creator 4.2.1 in linux cann't open containing folder

    Solved
    3
    0 Votes
    3 Posts
    895 Views
    D
    Well, I'm not sure commenting it will cause some side effects, it seems that LD_LIBRARY_PATH in the qtcreator.sh affects the system one.
  • Can QDoc generate document for private members?

    Unsolved qdoc
    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, Can you share the thread where you find that ? If you want such a status report, you should rather check the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.