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
  • SpellChecker Plugin for Qt Creator

    4
    1 Votes
    4 Posts
    6k Views
    J
    SpellChecker 1.2.0 works great on macOS Sierra with Qt Creator 4.6 and Hunspell 1.7.0. http://pankdm.github.io/hunspell.html brew install hunspell and may require sudo ln -s /usr/local/lib/libhunspell-1.7.dylib /usr/local/lib/libhunspell.dylib sudo ln -sf /usr/local/lib/libhunspell-1.7.a /usr/local/lib/libhunspell.a SpellChecker 1.2.0 compiled from source https://github.com/CJCombrink/SpellChecker-Plugin/releases with Qt Creator 4.6. /Users/myuser/Documents/qtc/qt-creator-opensource-src-4.6.0/src/plugins/plugins.pro SUBDIRS = \ spellchecker \ ... /Users/myuser/Documents/qtc/qt-creator-opensource-src-4.6.0/src/plugins/spellchecker/spellchecker_local_paths.pri LOCAL_QTCREATOR_SOURCES=/Users/myuser/Documents/qtc/qt-creator-opensource-src-4.6.0 unix { Debug :LOCAL_IDE_BUILD_TREE=/Users/myuser/Documents/qtc/build-qtcreator-Desktop_Qt_5_10_1_clang_64bit-Debug Release:LOCAL_IDE_BUILD_TREE=/Users/myuser/Documents/qtc/build-qtcreator-Desktop_Qt_5_10_1_clang_64bit-Release LOCAL_HUNSPELL_LIB_DIR=/usr/local/lib LOCAL_HUNSPELL_SRC_DIR=/usr/local/include } Plan to test with Qt Creator 4.8. Thanks!
  • Qt creator, CMake and c++17 code model.

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    aha_1980A
    That's QTCREATORBUG-21873 now.
  • Audio FFT Using QIODevice

    Unsolved
    1
    0 Votes
    1 Posts
    336 Views
    No one has replied
  • Drag and drop between two instances of QtCreator

    Unsolved
    3
    0 Votes
    3 Posts
    520 Views
    M
    @CP71 said in Drag and drop between two instances of QtCreator: @Mark81 Have you tried with copy and paste in the Designer? Copy and paste works. But it's a different thing. As you know, you cannot paste into an existing layout. In such a case the drag and drop is the only way we have to add a widget without breaking the layout.
  • how can i add that little window to my textEdit, that will show up while typing?

    Solved
    5
    0 Votes
    5 Posts
    598 Views
    vavanio22V
    @aha_1980 Fine. Thank you.
  • Context menu does not show all options

    Unsolved
    1
    0 Votes
    1 Posts
    198 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • errors that aren't? or: diff btwn "solid red dot" error and "hollow red dot" error?

    Unsolved
    5
    0 Votes
    5 Posts
    789 Views
    JKSHJ
    @davecotter said in errors that aren't? or: diff btwn "solid red dot" error and "hollow red dot" error?: how does one turn off the clang code model? i looked and don't see it See @kshegunov's link
  • CMake Ubuntu AUTOUIC not working?

    Unsolved
    3
    0 Votes
    3 Posts
    656 Views
    VRoninV
    I tried to downgrade to 5.11 and same result so I suspect it's not a Qt bug but something in my code
  • can't find dll when debug/run in QtCreator

    Solved
    8
    0 Votes
    8 Posts
    4k Views
    jronaldJ
    @aha_1980 said in can't find dll when debug/run in QtCreator: @jronald No. Once you changed the PATH for a project in Creator, the systems PATH no longer applies to this project, i.e. any change to the systems PATH have no effect for that project. ok, sophisticated.
  • precompiled header not included when using qtvstools 2.3.0

    Unsolved
    1
    0 Votes
    1 Posts
    359 Views
    No one has replied
  • VSPlugin have the Qt Quick UI Forms design editor?

    Unsolved
    1
    0 Votes
    1 Posts
    233 Views
    No one has replied
  • QtCreator random hangs on Windows 10

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    jsulmJ
    @JohnGa 4.8RC1 is a release candidate, it can still have issues. I'm not sure why you install a release candidate. 32bit build should be just fine as Windows 64bit executes 32bit software. It should be possible to open projects created with 4.8RC1 in 4.7.2 "Where are the logs written during crashes?" - on Windows I guess in the Event Log in MMC.
  • fresh installed QtCreator shows me 0xc000007b.

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    H
    I fix it by doing this: foreach it in "all of the MS redistributables" { if its uninstaller shows a "repair" button { repair it } else { unsitall it } }
  • Qt Creator 4.8.0 start up crash

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    J
    Yup, this fixed the startup crash for me also. Thanks! I found a stack overflow occurring in Qt Creator in the Windows Application Event log... (running Dependancies was not useful) Exception code: 0xc00000fd (stack overflow) occurred upon launching Qt Creator. Then found that I could get things working if I launched Qt Creator without Android support via: qtcreator.exe -noload Android Then confirmed that this was resolved by adding missing 32bit: "MingGW 4.9.2 32-bit" support Faulting application name: qtcreator.exe, version: 4.8.0.0, time stamp: 0x5c052aa7 Faulting module name: ntdll.dll, version: 6.1.7601.24335, time stamp: 0x5c267e2a Exception code: 0xc00000fd Fault offset: 0x0002df96 Faulting process id: 0x29e4 Faulting application start time: 0x01d4ad247adfd6e8 Faulting application path: D:\Qt\Tools\QtCreator\bin\qtcreator.exe Faulting module path: C:\Windows\SysWOW64\ntdll.dll Report Id: ba76202c-1917-11e9-83e5-005056c00008
  • Could not resolve dependency 'CppTools(4.8.0)'

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    K
    @andyDT I am going with creator release versions only so far. You may install more than one version of creator in parallel. However, as standard with the online installer you have only one, the latest, version installed in general. You may be facing a conflict having both versions in parallel. Personally, I would uninstall all versions and reinstall only the official released version. See, if this helps.
  • another 'no valid kits found' error

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    O
    @JKSH ah thanks very much, it's working now
  • Clang-Format

    Unsolved clang-format
    2
    0 Votes
    2 Posts
    817 Views
    M
    Is there really no way to reformat the current file with the build in clang formatter?
  • FreeBSD: can't debug from Qt Creator

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    jronaldJ
    @aha_1980 said in FreeBSD: can't debug from Qt Creator: I'm afraid I've never used BSD, so I don't know if there are any system-related traps. Tried on Debian 9.6, no problem, the QtCreator version is 4.2.0, not 4.8.0 I'll look for help on the FreeBSD forum. I'll use Linux, and compare it to FreeBSD practically :) Thank you
  • Compiler missing for Android, UWP and Win x64 kits

    Unsolved
    5
    1 Votes
    5 Posts
    1k Views
    D
    Were you able to find the missing compiler for Android? I have the NDK, SDK, and Java JDK insatlled. In Qt Maintenance tool I have selected all the pre-built Android components under Qt 5.12. But under Tools>Options>Kits>Qt Versions - it still says that I am missing the following (depending on the Qt respective version). arm-linux-android-elf-32bit arm-linux-android-elf-64bit x86-linux-android-elf-32bit Maintenance Tool: [image: b1825077-95a4-4ad6-927f-44723f295200.png] Options>Devices>Android: [image: 4569bc10-598c-428b-b577-59ed27e29870.png] Options>Kits>Qt Versions: [image: e87b1ba0-5f90-47e9-a0bd-6d340f276028.png] Options>Kits>Compilers: [image: 0016bc7b-7286-45ca-b80c-879867ca25f5.png]