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
  • How to manage Includes in subproject's .pro files with Qt Creator 2.8.1?

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    Depending on where the author has ta-lib installed (and what OS it uses) it might not be a problem. What you can do is to add a ta-lib.pri with the include path / linking stuff and include it in the subprojects that need it
  • Where are settings specified in preferences stored

    3
    0 Votes
    3 Posts
    1k Views
    M
    In Windows, you found settings in %APPDATA%/QtProject/qtcreator
  • QtCreator code completion of template methods fails

    1
    0 Votes
    1 Posts
    936 Views
    No one has replied
  • Code completion and static code analysis gets things wrong

    1
    0 Votes
    1 Posts
    652 Views
    No one has replied
  • QTextStream - problem reading accented - special chars

    4
    0 Votes
    4 Posts
    2k Views
    F
    if i use the command file from the linux console i have: MIME entity, ASCII text if i use file -i to check the mime i have: text/plain; charset=us-ascii Is this your question?
  • [qmake] custom build tool, how???

    1
    0 Votes
    1 Posts
    940 Views
    No one has replied
  • Qt Creator hangs on startup

    8
    0 Votes
    8 Posts
    7k Views
    D
    Dirty hack for the time being: @C:\WINDOWS\system32\runas.exe /user:someadmin /savecred c:\Qt\Qt5.1.1\Tools\QtCreator\bin\qtcreator.exe@ Type the password and forget...
  • Debugger hangs on breakpoint (near QSGRenderThread)

    2
    0 Votes
    2 Posts
    3k Views
    M
    FYI, this problem has been solved with "André Pönitz' diagnosis":http://lists.qt-project.org/pipermail/qt-creator/2013-October/002844.html of unclean build. Quick tests prove that after switching to branch 3.0 and clean rebuild all works well, but I'll wait a bit and continue testing before I mark this topic as solved.
  • Quests about CDB in QTCreator

    1
    0 Votes
    1 Posts
    687 Views
    No one has replied
  • "IntelliSense" problem (2 projects with UI classes with same name)

    4
    0 Votes
    4 Posts
    2k Views
    A
    More on this bug. It affects the Refactor-Rename feature as well. When I try to rename a method, QTCreator renames that method in other project and leaves the one in the current edited project intact. Kind of driving new users like me mad.
  • Start debugger in QtCreator very slowly.

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 1 Votes
    6 Posts
    30k Views
    sierdzioS
    Thanks to you also, I have not encountered OUT_PWD yet. It might come in handy :D
  • Qt Creator slot location

    2
    0 Votes
    2 Posts
    1k Views
    C
    I just experienced a very similar issue where I click 'Go to slot' on a button in a form, but the slot appears in the mainwindow.cpp/h files.
  • New wiki page: Building Qt Creator from Git

    4
    0 Votes
    4 Posts
    1k Views
    JKSHJ
    +1 :)
  • [SOLVED] QtCreator

    6
    0 Votes
    6 Posts
    2k Views
    S
    I see I was suffering from a lack of concepts. Thanks, Tobias.
  • 0 Votes
    3 Posts
    4k Views
    J
    Having same issue. And I still have to use Netbeans. Would it be implemented in new version of QT creator?
  • Environment error

    2
    0 Votes
    2 Posts
    751 Views
    jensen82J
    You can't include the widget? What's the error message at compile-time? Please post the compiler output or more detailed information.
  • Using qdoc to document classes within a namespace

    6
    0 Votes
    6 Posts
    5k Views
    sierdzioS
    As JKSH said, plus: qdoc does not guarantee it's API, it is being modified between Qt releases and can simply break without notice doxygen supports just soo much more: aparat from C++ and Qt with all it's features (including QML), it also understands Java, JavaScript and many others. It also supports different comment styles, and can produce much more output formats than qdoc (HTML, PDF, man pages, LaTeX, etc.)
  • Interfacing with ui

    2
    0 Votes
    2 Posts
    583 Views
    R
    Are you looking for "custom plugin":http://qt-project.org/doc/qt-5.0/qtdesigner/customwidgetplugin.html ?
  • Bug in Qt Creator's "Add Existing Files" dialog?

    4
    0 Votes
    4 Posts
    2k Views
    D
    It may be "Open", I'm not in front of it at the moment. This also affects adding resources to resource files.