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.5k Topics 35.1k Posts
  • Signal isn't recognized after connecting it to a slot

    Solved 2 days ago
    0 Votes
    13 Posts
    224 Views
    @Christian-Ehrlicher Noted.
  • 0 Votes
    6 Posts
    91 Views
    @JonB Doesn't look so. As said, comment and vote on the bug report to signal the importance.
  • Breakpoint set after run is not recognized in Qt Creator

    Solved 3 days ago
    0 Votes
    6 Posts
    144 Views
    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.
  • 0 Votes
    4 Posts
    88 Views
    @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 5 days ago
    0 Votes
    2 Posts
    74 Views
    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 3 days ago
    0 Votes
    2 Posts
    57 Views
    i get it,set system path
  • I can't use the Qt online installer

    Unsolved 4 days ago
    0 Votes
    12 Posts
    480 Views
    @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.
  • How to install Qt Creator on Windows 7? Last working version?

    Moved Unsolved 9 days ago
    0 Votes
    9 Posts
    493 Views
    @garlicbox said in How to install Qt Creator on Windows 7? Last working version?: Can it be configured? And how to do it? Yes. Go to the Kit configuration. Add your custom Qt build there. If needed also the VS2017 compiler (should have been auto-detected by QtCreator). And then create a Kit with your Qt version and the compiler.
  • Navigate to header in source tree

    8 days ago
    0 Votes
    2 Posts
    128 Views
    Why are you copying the header file to the build dir? Usually, this is not necessary. @Aleksey_K said in Navigate to header in source tree: navigates me to the header file copied to build dir, not to the original one in the source tree. Usually, this is because of the order of directories in the include search paths. I am only aware of additional preprocessor defines in QtCreator, but not separate include search paths.
  • Using qmake for the first time

    Unsolved 7 days ago
    0 Votes
    7 Posts
    312 Views
    OK thanks - I'll work it all out ... D.
  • Qt Creator remote editing and debugging?

    Unsolved 21 Apr 2023, 12:49
    0 Votes
    4 Posts
    271 Views
    @Nikolay-Levun Answered in your thread
  • Live Camera Showing Black Screen

    Solved 9 days ago
    0 Votes
    10 Posts
    554 Views
    @SGaist Thank you!
  • Asking how to help improve Qt

    Unsolved 9 days ago
    0 Votes
    2 Posts
    146 Views
    Hi, The most simple way is to go to the bug report system and check the open issues. Find one that interest you and start hacking on it :-)
  • Prevent generation of qt.conf

    Unsolved 9 days ago
    0 Votes
    2 Posts
    148 Views
    Maybe you can get around this problem by creating an empty qt,conf file at a place with higher priority than the current directory, I'm thinking of storing it in your executable as a resource ( i.e. :/qt/etc/qt.conf) more here: https://doc.qt.io/qt-6/qt-conf.html P.S. If Qt does not like an empty qt.conf, try (almost) the same as above: [Paths] Prefix = .
  • QtCreator missing examples (no Qt version drop down)

    Solved 10 days ago
    0 Votes
    4 Posts
    265 Views
    @ziller - Thanks for the reply, correct when I built Qt from source there weren't any examples (as I didn't build the doumentation), but as I did use the online installer initially for Qt6.8.1 it added those examples in the correct place yet they were still not seen after what I believe I did, which was install the stand alone QtCreator 16. It was at this point 'I think' the versions drop down for the examples disappeared, but I cannot be sure, hence posting). After posting I then installed from the maintenance tool the latest Qt6.9.1 MSVC, yet still no examples, but also a hint was that those newly installed kits didn't appear in the auto detected list. This was how I ended up seeing the 'Link to Qt' option which once done brought back all of what should of been the auto detected kits, and the examples for the versions installed by the maintenance tool. What's not clear is why they disappeared (I'm assuming the QtCreator 16 install as a stand alone wiped a settings/configuration for QtCreator - I'm going to try and look deeper at that today as time permits.
  • 0 Votes
    13 Posts
    12k Views
    @supaiku_ you call that necroposting? This is necroposting! I just discovered resources_big via this thread and it is a-maz-ing. It's also now documented: https://doc.qt.io/archives/qt-5.15/qtcore-cmake-qt5-add-big-resources.html I have a chunky-but-not-altogether-unexpected ~40MB referenced in my qrc, and it was blowing up with the dreaded "virtual memory exhausted: Cannot allocate memory" when compiling on a 32-bit target. No amount of exhaustive and exhausting memory tuning could prevent memory usage (not even involving swap!) from hitting the 2GB critical limit. I simply removed my qrc file from set(PROJECT_SOURCES in CMakeLists and reinstated it in qt5_add_big_resources(PROJECT_SOURCES instead. And boom, compilation blasted through the rcc step and barely broke 1GB usage getting the whole job done.
  • 0 Votes
    5 Posts
    461 Views
    What means complex structure ? It seem that it takes nearly exactly the same time in every dialog in dependent of its count of widgets. Nothing seem to be cached. The next call of the same issued costs exactly the same time. Cannot really understand what is the complexity to find a funktion with a special signature in some code lines. Esprcialy because the old Creator made this task 25 times faster. 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.
  • Creator crashes by opening a special cpp-file

    Unsolved 20 days ago
    0 Votes
    5 Posts
    517 Views
    @Axel-Spoerl said in Creator crashes by opening a special cpp-file: Does that happen with any file or just with that specific one? I have worked with a lot of files the last days, so I think its the only file.
  • Exec show hide problem i have

    Unsolved 13 days ago
    0 Votes
    2 Posts
    181 Views
    Hi and welcome to devnet, Are you trying to implement some sort of wizard ? If so, take a look a QWizard.
  • 0 Votes
    1 Posts
    109 Views
    No one has replied