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
  • 0 Votes
    7 Posts
    2k Views
    A
    Not yet, have been testing to link against llvm/clang and using clang code model for llvm related developement / debugging. Switching to clang compiler is on the list for the next days! Alex
  • QtCreator doesn’t want me to use SVN

    6
    0 Votes
    6 Posts
    4k Views
    M
    Replying to myself here... There were too many changes in the SVN plugin between 3.2 and 3.3. I tried to revert some changes with no success. So I took the first option: upgrade subversion to 1.7. This was very easy. All works well and the Subversion functionality in Creator reappeared automagically after the upgrade. I have to say the subversion upgrade to 1.7 was very easy after I searched the net for 'Ubuntu 12.04 subversion 1.7'. Simply added a PPA, apt-get update, apt-get upgrade, svn upgrade in my checkouts and that's it. No trouble at all. So the svn upgrade is the most easy and reliable solution to this problem.
  • Qt And Valgrind Memory Analyzer

    2
    0 Votes
    2 Posts
    2k Views
    C
    Hi, It looks like "dealing":http://doc.qt.io/qtcreator/creator-analyzer.html#suppressing-errors with errors from used libraries is something users need to take care of.
  • [solved] qt-creator plugin missing libraries

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    You're welcome ! Since you have your debug setup running, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Thin letters in Qt Creator 3.3. [solved]

    3
    0 Votes
    3 Posts
    1k Views
    V
    bq. You might be interested in this [bugreports.qt-project.org] (closed) bug report. Thank you for the answer.
  • Code Quality and tool

    3
    0 Votes
    3 Posts
    1k Views
    SGaistS
    Hi, On OS X you have Instruments to analyze your application behavior. It comes with Xcode
  • QML code highlighting in Visual Studio (2010)

    3
    0 Votes
    3 Posts
    2k Views
    O
    I'm also looking for a way to enable comfortable QML editing in VS. At the moment it's just opening QML files as plain text, so even comment/uncomment shortcuts don't work. I'm on VS 2013. Anybody has a solution?
  • Lldb not reading .lldbinit under Qt Creator

    1
    0 Votes
    1 Posts
    607 Views
    No one has replied
  • Old version qtcreator

    5
    0 Votes
    5 Posts
    4k Views
    B
    Ok. Thanks to help me, i will try it.
  • Problem with Qt Creator not stopping on breakpoints when using lldb

    4
    0 Votes
    4 Posts
    2k Views
    B
    The default behaviour for the way lldb searches files included thus doesn't play nicely with .c file inclusion. Performing the following should resolve the problem; settings set target.inline-breakpoint-strategy always should sort the issue. Getting Qt Creator to use/set this value persistently is a different issue. HTH.
  • 0 Votes
    7 Posts
    1k Views
    R
    Hi, Actually, we are compiling Squish Code with modified QT code then only we are able to use it for our application. During compilation, we stuck at many places and Frologic support is lackluster and poor. So we face lot of problems. ~Raushan
  • 0 Votes
    5 Posts
    2k Views
    M
    thank you for confirming that links in the footer and body should be the same.
  • Problem with external stylesheet

    2
    0 Votes
    2 Posts
    824 Views
    T
    Tools->Options->TextEditor->Font&colors-> change the background in "text"
  • Addin not visible in Visual Studio 2012

    5
    0 Votes
    5 Posts
    5k Views
    L
    I have reported "QTVSADDINBUG-392":https://bugreports.qt.io/browse/QTVSADDINBUG-392. You may want to vote or watch on the issue.
  • Creator: How do I retain a regexp when replacing?

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    That's defined by the regexp rules: a set of parenthesis captures what's in between but that's just it's simplest usage
  • [SOLVED] Doxygen integration for Qt Creator

    4
    1 Votes
    4 Posts
    5k Views
    F
    I just found out that Qt Creator has already some limited support for Doxygen comment generation. Just type "/**" in front of a method declaration and press <Enter> and you will get at least a simple Doxygen-Stub. The plugin has some more functionality but in my opinion it's better than nothing.
  • Struggling with Qt Search options in files and globally

    2
    0 Votes
    2 Posts
    665 Views
    SGaistS
    Hi, I'd say it's material for a feature request however if you select the panel and hit Ctrl+F you should get the last written value in it If you select/search a text then hit Ctrl+Shift+F you should get to the global search panel with the search line pre-filled with that text
  • Connect ComboBox signal to my class slot [SOLVED]

    19
    0 Votes
    19 Posts
    8k Views
    SGaistS
    Don't worry a bit of patience and a good book will do marvels ;)
  • Qt debug mac OS Yosemite - Python quit...

    5
    0 Votes
    5 Posts
    2k Views
    B
    Thank you I've now opened an issue with bugreports.qt....... Thanks
  • 0 Votes
    1 Posts
    574 Views
    No one has replied