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.4k Topics 34.5k Posts
  • How do I override qt designer's qt.conf file?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    4 Posts
    6k Views
    T

    Because you can compile a single file of your project without building everything else. That is what the bug report asks for.

  • Automotive Cluster design in Qt

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Version Control panel steals keyboard focus

    4
    0 Votes
    4 Posts
    1k Views
    T

    Thanks for the "bug report!":https://bugreports.qt-project.org/browse/QTCREATORBUG-8289

  • Qt Creator + Windows 8 SDK

    3
    0 Votes
    3 Posts
    7k Views
    M

    Any news on this?
    As far as I can find, we'll have to install the full Visual C++ 2012 for Windows Desktop (Not the version for Windows 8 I think, as that's for apps, not desktop applications, or so it seems).

    I sure hope there's a way to get the compiler toolchain without Visual Studio Express ...

  • Can't remove files or create directories?

    5
    0 Votes
    5 Posts
    8k Views
    A

    Ah ok that makes sense - creator is using the CMakeLists.txt as a project file as well then? Is there any way of doing a hybrid setup? So I would use qmake .pro files as the project file but actually use cmake for building?

  • 0 Votes
    3 Posts
    3k Views
    P

    Such a simple solution! And shows how little I know about debugging. Thank you for your help, andrep.

  • Using Qt Creator 2.6.0 with Qt5

    10
    0 Votes
    10 Posts
    5k Views
    Y

    I think this problem inherited from qt 4.8.3, where the compiler build for 64 bit windows 7 machine.

    I tried http://www.dependencywalker.com/ for my portedcanvas.exe and found that 3 dll (IEShims.dll, sysntfy.dll, gpsvc.dll are for 64 bit os machine).

    my problem solved by download MinGW 4.4 from Nokia website.
    ftp://ftp.qt.nokia.com/misc/MinGW-gcc440_1.zip [ftp.qt.nokia.com]

    Thanks.

  • 0 Votes
    2 Posts
    2k Views
    M

    If you know the QAction that you want to insert your action before, then you can use "insertAction(),":/doc/qt-4.8/qwidget.html#insertAction which QMenu inherits.

  • 0 Votes
    5 Posts
    2k Views
    sierdzioS

    And an immediate +1 from me :D

  • Disabling Open GL in QT Creator

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Blackberry Native Packager Arguments

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Tool for memory leak detection

    20
    0 Votes
    20 Posts
    23k Views
    J

    I think that if there are a lot of programs, then each programmer can choose a convenient program.
    Notice that There are many ways how to plug the leak by yourself.

  • 0 Votes
    3 Posts
    2k Views
    D

    I also added this as a bug: QTCREATORBUG-8237

  • 0 Votes
    1 Posts
    762 Views
    No one has replied
  • New project in qt 2.6.0

    2
    0 Votes
    2 Posts
    1k Views
    T

    They should still be there, no worry:-)

    Please go to Tools > Options (Qt Creator > Preferences on Mac IIRC) and check the settings in Build & Run. The important areas are Qt versions here (are all the Qt versions found that you expect to be there?), Tool Chains (same) and Kits. Does the desktop kit have the Qt version/tool chain you expect?

  • Custom Build Settings in Qt Creator

    3
    0 Votes
    3 Posts
    2k Views
    T

    The reason for not doing a debug and release build in Qt Creator is that it takes twice as long as a normal build. We consider it important to have as fast turn-around times as possible during development, so we try to keep compile times to the minimum.

    You are free to add another build configuration (or change an existing one) to do debug and release builds by changing the qmake step to do that. I think the simplest way to do so is to add "CONFIG+=debug_and_release" as an argument.

  • 0 Votes
    4 Posts
    4k Views
    L

    SOLUTION: Qt libs didn't contain debug simbols. I was caught by flag -debug-and-release. It work in macOS and windows (MinGW) but not in Linux. Be careful!

  • Only basic components in QML designer

    11
    0 Votes
    11 Posts
    5k Views
    J

    Anyone got this working ? I really don't like coding buttons and other design stuff. Also it makes confuse that old Qt mojo "code once deploy every" doesnt seem to aply to qml ? We have symbian components, meego components, desktop components ? Shouldnt we have multiplataform components that work for all ?

    [quote author="ThomasHartmann" date="1350894965"]This seems to be a packaging issue. The Meego Components were never officially supported in the Qt Quick Designer.

    One solution would be to build Qt Creator and the Meego Components yourself based on a Qt 4.8.

    Or you can build qmlpuppet based on a Qt version that has Meego Components available.
    http://qt-project.org/forums/viewthread/19421/#95033[/quote]
    If I correctly understood we should use the latest Qt and QtCreator sources and not the libraries ?

  • 0 Votes
    1 Posts
    1k Views
    No one has replied