跳到內容

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 主題 35.3k 貼文
  • Debugger not stopping at breakpoints in Qt Creator 4.13.0

    Unsolved
    5
    0 評價
    5 貼文
    812 瀏覽
    O
    Thanks for pointing to the page which I visited already. As I mentioned in my previous post, the problem is related to root-level symbolic links (i.e. entries added in /etc/synthetic.conf required by macOS Catalina to create rool-level directories).
  • Not able to enable QOCI in Qt Creator

    Unsolved
    2
    0 評價
    2 貼文
    307 瀏覽
    S
    I somewhat found a solution for this. It was a cache issue. For the first time, my qmake command was failed due to the fact that I didn't include the -rpath. The command I used for that is somewhere cached and subsequently, whenever I run correct qmake command with -rpath option, it was not taking my options and taking all options from the first failed command cached somewhere. rm -rf ./config.tests rm -f ./config.cache cleared those caches like above and executed the command said in question again, it started working now.
  • Parameter count mismatch

    Unsolved
    5
    0 評價
    5 貼文
    649 瀏覽
    M
    Are you missing a call to QSqlDatabase::setDatabaseName? Are you actually trying to connect to a Mysql database (guessing based on the port number) instead of a SqlLite database?
  • QDS 1.6 Language test how to?

    Unsolved
    1
    0 評價
    1 貼文
    140 瀏覽
    尚無回覆
  • How to create multiple axes using Qt designer?

    Unsolved
    1
    0 評價
    1 貼文
    239 瀏覽
    尚無回覆
  • Problem using exported animation from Blender in Qt3DStudio

    Unsolved
    1
    0 評價
    1 貼文
    233 瀏覽
    尚無回覆
  • Qt change highlight error to red instead of white !

    Unsolved highlight tool
    1
    0 評價
    1 貼文
    419 瀏覽
    尚無回覆
  • Qt Designer can't be used

    Unsolved
    12
    0 評價
    12 貼文
    2k 瀏覽
    mrjjM
    @Makesense Hi I did not find anything with MANJARO but it seems that Mikah is pretty new so i wonder if the libstdc is simply too new or something like that. In any case, if you are using the version in Creator then at least there is a solution :)
  • qt Creator 4.13 crash on startup

    Solved
    5
    0 評價
    5 貼文
    563 瀏覽
    N
    @aha_1980 Small improvement for your advice, it should be: C:\Users<user>\AppData\Roaming\QtProject After removing this folder it fixes. Thank you.
  • QT Creator + IncrediBuild ?

    Solved
    2
    0 評價
    2 貼文
    276 瀏覽
    D
    Okay so since i got no answer today, i installed a new VM with dev tools, and lo-and-behold: the Incredibuild plugin is indeed built into Qt Creator 4.13 So if you depend on Incredibuild to speed up your builds, you no longer have to hold off on updating "Qt Creator" until the IB plugin is built for it.
  • Add variable to project file in Qt creator

    Unsolved qt creator project config project files code coverage
    3
    0 評價
    3 貼文
    1k 瀏覽
    V
    Hello thanks for reply, Yes ctc32 is an executable and args -i m for instrumentation multi-condition code coverage. I added these lines to my project file. CodeCoverage { CTC32 += ctc32 -i m } QMAKE_CC = CTC32$$QMAKE_CXX QMAKE_CXX = CTC32$$QMAKE_CXX I really don't understand how to tell Qt creator to call ctc32 before calling g++ (or in other words ctc32 will call g++). I had a look on qmake Variable Reference but this is the only thing I got. Thank you
  • QT Framework version 5.8.0

    Solved
    2
    0 評價
    2 貼文
    324 瀏覽
    JKSHJ
    Hi, and welcome! @Rob12 said in QT Framework version 5.8.0: Do you know why ? Is it still possible to get this specific version installer ? It has been moved to a different directory to declutter the original directory: https://download.qt.io/new_archive/qt/
  • no "Initial CMake parameters" field in Qt creator

    Solved qtcreator cmake
    2
    0 評價
    2 貼文
    356 瀏覽
    sierdzioS
    @noone said in no "Initial CMake parameters" field in Qt creator: what should I do ? Update to 4.13 :-)
  • QMake generate bad solution version, 2019 needed, 2017 generated

    Unsolved
    1
    0 評價
    1 貼文
    334 瀏覽
    尚無回覆
  • automatic formatting of try-catch

    Solved editor autoformat creator
    4
    0 評價
    4 貼文
    1k 瀏覽
    D
    @aha_1980 This is exactly, not almost, what I was looking for. Thanks a lot!
  • Qt Creator Switch between debug and release without re-running qmake

    Unsolved
    1
    0 評價
    1 貼文
    214 瀏覽
    尚無回覆
  • Generic highlighter ignored?

    Unsolved
    1
    0 評價
    1 貼文
    192 瀏覽
    尚無回覆
  • QtCreator and multiple monitors

    46
    0 評價
    46 貼文
    52k 瀏覽
    S
    I cannot believe it. We have middle of 2020 and Qt Creator is still with its design stuck in 1990 with absolutely no inclination to provide fully fledged multi-monitor support. Compared the quality of life when working with Visual Studio Qt Creator simply depresses me.
  • Qt Creator cmake problem

    Unsolved
    1
    0 評價
    1 貼文
    191 瀏覽
    尚無回覆
  • qt cmdline app does not launch on mac OS X 10.14.6

    Unsolved
    11
    0 評價
    11 貼文
    923 瀏覽
    ademmlerA
    @JonB Forgive me please for being the reason for your troubles. As I always have been thank full to you - your advices and comments made me feel like an idiot. Ofcourse I always first search in the documentation, than the web for a working sample.