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.1k Posts
  • Qt Creator 17 extension registry

    2
    3 Votes
    2 Posts
    27 Views
    piervalliP
    Nice! Thanks
  • Qt Debugger Shows Only Disassembler View

    Moved Unsolved
    3
    0 Votes
    3 Posts
    87 Views
    Axel SpoerlA
    Which version of Qt Creator are you using? On which operating system are you debugging? In case you remote-debug on Android, you might be affected by this bug: https://bugreports.qt.io/browse/QTCREATORBUG-29928
  • Is it possible to use GitHub Copilot with QtCreator on macOS?

    Unsolved
    2
    0 Votes
    2 Posts
    33 Views
    SGaistS
    Hi and welcome to devnet, Did you enable the plug-in as suggested in the documentation ?
  • A Sincere Request: Please Bring AI Assistant to the Open-Source Edition of Qt Creator

    Unsolved
    2
    0 Votes
    2 Posts
    49 Views
    jsulmJ
    @JasonWong Keep in mind that this is user forum. You should ask on Qt developer mailing list or file a change request in Qt bug tracker.
  • CMake warning : the target is mentionned as dependency but not declared

    Solved
    5
    0 Votes
    5 Posts
    112 Views
    Christian EhrlicherC
    @ankou29666 said in CMake warning : the target is mentionned as dependency but not declared: guess that importing Qt::HttpServer module also brings Qt::Concurrent and Qt::Network as implicit dependencies, that don't need to be declared explicitly ? correct, that's why you have to use PRIVATE, PUBLIC and INTERFACE in your target_link_libraries() call: https://cmake.org/cmake/help/latest/command/target_link_libraries.html#libraries-for-a-target-and-or-its-dependents
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • How to dynamically generate files in the build directory?

    Solved
    10
    0 Votes
    10 Posts
    215 Views
    J
    Ahhh, I see... now that I've taken a break, I didn't realize that my entire process was flawed. The user is going to be adding files to the folder at any point in time, so of course it wouldn't be best to generate those files at compile time, lol. Like you've mentioned, I'll just monitor the folder within C++ and have QML react to the changes. Thank you for the help!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    20 Views
    No one has replied
  • Qt Creator 17 released

    1
    1 Votes
    1 Posts
    84 Views
    No one has replied
  • Creator very very very slow on finding/creating slot funktion from designer

    Unsolved
    6
    0 Votes
    6 Posts
    624 Views
    Axel SpoerlA
    Whatever it is, it has to do something with your PC or your project. I am using Creator every day on a 3 year old HP ZBook with 64 GB of RAM and openSuSE Tumbleweed. It literally takes milliseconds to find slot functions. Besides, a nice feature for the Designer would be, if on can see in the slot list if a slot funktion exists yet. A * sign or so. Sometimes I have not the overview what kind of slots are connected und I must check it all - what is very slow now. The widget designer shows a list of signals. You can use the autoconnect feature with the on_<ui-element>_<signal-name> syntax. You can also manually connect to a slot named differently. You can use multiple connections, which you set up and disconnect at run time. The "Go to slot" function just implements the autoconnect version in the cpp file that includes the code generated from the form. If the slot is already implemented, it makes Creator jump to it. The logic of when to put an asterisk isn't trivial. The question makes me think whether the cpp file with your implementation is actually super-huge and somehow slowing Creator down. Can you boil the issue down to a small, compilable reproducer?
  • On Windows QtCreator, the Wait Cursor appears every 10 seconds.

    Unsolved
    6
    0 Votes
    6 Posts
    314 Views
    aha_1980A
    @Marian-Saenger-DE can you post a link to the bugreport here so others can follow? Thanks!
  • Getting error finding Qt versions and kits after changing the Qt location.

    Unsolved
    4
    0 Votes
    4 Posts
    152 Views
    jsulmJ
    @surajgoswami You would need to patch the binaries (Qt libs) to change the rpath, but reinstalling Qt is easier.
  • Is it possible to have a segment fault because of the QML debugging ?

    Solved segfault debugger
    9
    0 Votes
    9 Posts
    400 Views
    A
    indeed, now there was a button
  • “at least one required feature is not present” error

    Solved
    5
    0 Votes
    5 Posts
    355 Views
    H
    Hi, I have same problem, I try to do too many things but, It can not be solved.Caould you help me?Thank you.
  • Signal isn't recognized after connecting it to a slot

    Solved
    13
    0 Votes
    13 Posts
    487 Views
    J
    @Christian-Ehrlicher Noted.
  • Breakpoint set after run is not recognized in Qt Creator

    Solved
    6
    0 Votes
    6 Posts
    274 Views
    C
    Thank you very much for all of your help — I’ve already resolved the issue~ I referred to the following post: https://stackoverflow.com/questions/65263280/qt-android-unable-to-debug-error-unable-to-find-dynamic-linker-breakpoint-fun/65275623#65275623 Here are the steps I took: 1.Installed CMake and Ninja using the MaintenanceTool. 2.Changed the CMake Tool setting to CMake, and the CMake Generator to Ninja. 3.Removed the line handle SIGTRAP nopass nostop noprint from Preferences → Debugger → GDB. After deleting the build directory and rebuilding the project, everything is now working correctly.
  • Is there a simple way to "search and replace" while keeping capitalization?

    Solved
    4
    0 Votes
    4 Posts
    192 Views
    aha_1980A
    @Asperamanca It is, just click the drop-down menu included in the magnifying glass: [image: b1321093-22d9-41e7-9642-e4d0b3939461.png] Regards
  • Qt Assistant - annoying popup every time I select topic from Index

    Unsolved
    2
    0 Votes
    2 Posts
    124 Views
    kkoehneK
    This looks like a genuine bug. I took the liberty to file https://bugreports.qt.io/browse/QTBUG-137563 for this.
  • why i must include "Qtwidget/" in some project?

    Solved
    2
    0 Votes
    2 Posts
    130 Views
    qazaq408Q
    i get it,set system path
  • I can't use the Qt online installer

    Unsolved
    12
    0 Votes
    12 Posts
    943 Views
    SGaistS
    @horatb offline installers are still available to commercial customers. But I get your point. As for issue resolution, it highly depends on Heroku's capacity to fix the issue(s) they are currently experiencing.