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
  • Qt Creator not showing errors properly in "Issues" Pane

    7
    0 Votes
    7 Posts
    5k Views
    SGaistS
    It means that they add a the compiler flag -fno-color-diagnostic in their project file. Something like: @QMAKE_CXXFLAGS += -fno-color-diagnostic@
  • How to Connect Qt Ui to QML

    2
    0 Votes
    2 Posts
    2k Views
    X
    what exactly do you want to connect to QML? single button clicks form the widget UI or something like that would be not that easy but you should be able to start a QML window from a UI widgets or vise versa but accessing the items of the component can of course be archived from c++ in both cases..
  • 1 Votes
    1 Posts
    2k Views
    No one has replied
  • [Solved]How do I add libraries using QT Creator?

    6
    0 Votes
    6 Posts
    1k Views
    D
    oh sorry about that... I was thinking that it was probably such a basic question that others would think it was stupid and a waste of time to read.
  • QToolBox title direction

    1
    0 Votes
    1 Posts
    535 Views
    No one has replied
  • How to link label with push Button

    7
    0 Votes
    7 Posts
    3k Views
    IamSumitI
    Hello Debjani.. If you did it successfully then update this thread as SOLVED before the title. Thanks.
  • Qt Creator - One-click to open file instead of double-click

    2
    0 Votes
    2 Posts
    2k Views
    hskoglundH
    I also want to single click, but note: you only need the double-clicks in the Projects window. So I usually open all the .cpp and .h files I need in advance, then I split the sidebar, and select Open Documents in the other window. And in the Open Documents window you can use single-clicks :-)
  • Possible to replace the installers' icon?

    3
    0 Votes
    3 Posts
    1k Views
    D
    for the registry keys, you can add an operation for GlobalConfig in the install script. component.addOperation("GlobalConfig","HKEY_LOCAL_MACHINE\SOFTWARE\MYCOMPANY\MYAPP","TESTKEY","42");
  • Qmake custom compilers: how to process generated header files with moc

    4
    0 Votes
    4 Posts
    4k Views
    Z
    Thanks for response, I did not have no more success with this. I'm still searching for a solution.
  • QlistWidget and python3.3.4

    1
    0 Votes
    1 Posts
    613 Views
    No one has replied
  • 0 Votes
    3 Posts
    2k Views
    L
    Update: I think I could verify two bugs in Doxygen. I posted them here https://sourceforge.net/p/doxygen/discussion/130996/thread/f30fd882/ and here https://sourceforge.net/p/doxygen/discussion/130996/thread/f30fd882/ . In the latter link, I explained how to fix this problem manually... So it's not a problem of Qt Assistant per se.
  • Automated static analysis of QML/JS

    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • How do I do qml javascript profiling?

    2
    0 Votes
    2 Posts
    873 Views
    B
    Are the JS/QML files listed in the .pro file?
  • Customize QtCreator Locals & Expressions View

    3
    0 Votes
    3 Posts
    1k Views
    Q
    Nope. I think I have found just about every reference to using stylesheets for QtCreator on the web. I started with the one you referenced above to get to where I am. I cannot figure out what the handle is for the text in the Locals and Expressions pane.
  • QT Creator cross compiling

    14
    0 Votes
    14 Posts
    6k Views
    V
    Sorry above file is Qmake Configuration file which i have modified inside qws/mkspecs/am-linux-g++ folder
  • [QtCreator] Missing Welcome Plugin

    8
    0 Votes
    8 Posts
    8k Views
    A
    It is a known issue: https://bugzilla.redhat.com/show_bug.cgi?id=1052389
  • [SOLVED] CMake equivalent of QMake "DEFINES"?

    3
    0 Votes
    3 Posts
    4k Views
    P
    Thank you very much, I added this right before the "add_library" statement and it works as expected :-)
  • Debugging & breakpoint

    4
    0 Votes
    4 Posts
    2k Views
    sierdzioS
    Are you sure the code path where you set the breakpoint is actually reached by your application?
  • Plugin development - meaning of private headers?

    3
    0 Votes
    3 Posts
    977 Views
    V
    Indeed, I mixed up Qt and Qt Creator. This shouldn't be. :D Thank you for clarification.
  • Can't compile Qt Creator 3 using MSVC 2010

    3
    0 Votes
    3 Posts
    2k Views
    L
    Perfect! Thanks.