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.3k Posts
  • [Solved] Newly defined build kit is not available in the kit selection

    3
    0 Votes
    3 Posts
    2k Views
    W
    Hi JKSH, Yes, I see it now. My mistake seems to be that I did not add the kit to the project, but just created it with Extras->settings->settings and execution->kit->add. Do I get it right, that this way I only added a kit to the kits that are generally available, but not to the actual project? Thank you!
  • Building target 32bit linux applications on 64bit host (Ubuntu 14.04)

    7
    0 Votes
    7 Posts
    3k Views
    T
    This has been deprecated in 14.04. And this doesn't really help if I want to play around with Qt versions.
  • Problem with start App [solved]

    7
    0 Votes
    7 Posts
    4k Views
    SGaistS
    Nice ! Since it's working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :) Happy coding :)
  • Missing MinGW Generator

    2
    0 Votes
    2 Posts
    1k Views
    M
    I have found a solution now. The problem I was having is that I could not get QT Creator to forget about the project and let me re-configure it. (Build directory, etc). Having now deleted the CMakeLists.txt.user file and re-specified the build directory I now have more options available to me for CMake generators, including MinGW! So am I missing an obvious way to change the configuration for a project? I was basically moving from the MSVC compiler to MinGW GCC, but without deleting the CMakeLists.txt.user file that resides alongside the original CMakeLists.txt I see no other way. What if I wanted to test both compilers for whatever reason from inside QT Creator?
  • Disable Alt single click for menu focus

    8
    0 Votes
    8 Posts
    3k Views
    J
    [quote author="mistnim" date="1410609378"]I can't see your answer.[/quote] i said that i'm trying for it and hope to find a solution.
  • Project dependency?

    4
    0 Votes
    4 Posts
    1k Views
    G
    No problem, some tools just allow you to add dependencies without having to modify the .pro file manually. If this solved it for you, please mark the thread accordingly :)
  • QtCreator 3.x - Automatically stop running binary when starting again.

    2
    0 Votes
    2 Posts
    747 Views
    SGaistS
    Hi, The correct place to ask feature for Qt Creator is the "bug report system":http://bugreports.qt-project.org If you want to discuss it first, then use the Qt-creator mailing list, you'll find there Qt Creator's developers/maintainers. This forum is more user oriented
  • Valgrind only runs for console apps

    1
    0 Votes
    1 Posts
    487 Views
    No one has replied
  • QTCreator-QWT plugin

    3
    0 Votes
    3 Posts
    3k Views
    SGaistS
    Hi and welcome to devnet, In Qt Creator, open the about dialog and check which version of Qt was used. Also, the plugin must be built with the same compiler as was Qt Creator and IIRC it's done using Visual Studio. So all, in all, since you are using MinGW, you might have to build Qt Creator yourself in order to use these plugins
  • Qt Linguist is there a download.

    2
    0 Votes
    2 Posts
    2k Views
    SGaistS
    Hi, No, it doesn't come as a separate product. However, depending on what the outside service uses as OS, it can be installed through e.g. a package manager. Otherwise you can pack the one coming with Qt's installation Hope it helps
  • Qt Creator - Deploy and debug generic projects

    1
    0 Votes
    1 Posts
    654 Views
    No one has replied
  • Need some assistance with qmake

    9
    0 Votes
    9 Posts
    3k Views
    C
    Ya, Thanks for the help Dheerendra and JKSH, I have decided to just use Qt Creator for all my needs instead of handling qmake manually and using external editors. Too many headaches. Thanks again.
  • Convert solution from VS

    10
    0 Votes
    10 Posts
    13k Views
    SGaistS
    AFAIK, with cmake, you create multiple build folders, one for each architecture you want to support. You call cmake in it to prepare the build tree and either you directly pass the correct flags/defines or your edit the build tree using ccmake Yes, command prompt cmake -> nmake or mingw32-make depending on your compiler. Hope it helps
  • Widget extension to write into UI

    1
    0 Votes
    1 Posts
    495 Views
    No one has replied
  • 0 Votes
    3 Posts
    3k Views
    A
    One of the option maybe to start an app through a shell script @ #!/bin/sh export MYTEST="Hello, world!" exec /path/to/your/app @ Select this script in "Local Executable" files and run it.
  • QtCreator crashes

    8
    0 Votes
    8 Posts
    4k Views
    B
    Yep, that definitely fixed it! No crashes since turning off the UpdateInfo plugin. Thanks everyone! :-D
  • Qt Creator & C++11

    8
    0 Votes
    8 Posts
    39k Views
    T3STYT
    There is a much much easier way: @CONFIG += c++11@ Put that in your project .pro file and you're done :)
  • How to use Valgrind remotely ?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Weird issue: Debugger won't start when qInstallMsgHandler is used

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    No problem with that, you might be lucky here also :)
  • Changing colour scheme on pop-up helper box in QT Creator

    5
    0 Votes
    5 Posts
    1k Views
    T3STYT
    p3c0 posted an interesting link. I have actually tried it and it works; but I have only tested the styles provided in the links, I'm not sure how to handle a tooltip. You should really try it :)