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
  • Text cursor in fake vim mode in Qt Creator

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    12 Posts
    19k Views
    B
    I finally managed to compile... In the project, i had to add the Kit Destop (Combo Add Kit in project) (don't know why the destop autodtected doesn't work but that's fine with me if Destop works). I added my Qt Path for INCLUDE, LIBPATH AND LIB. Moreother, it seems there are changes in Qt5.0 ;-) i mean, i had to add QT+= widgets in the .pro file. QtGui/QApplication become QtWidget/QApplication and i'm just at the beginning... But, yes, QtCreator compiles something !!!YPOUOUHH WHAT A NIGHTMARE!!!!
  • What happened to the free Qt SDK?

    15
    0 Votes
    15 Posts
    21k Views
    sierdzioS
    Have fun, and happy coding :-)
  • [Solved] "Git is not available" error with Qt creator 2.6.0

    15
    0 Votes
    15 Posts
    6k Views
    K
    [quote author="Tobias Hunger" date="1354377301"]Check the plugins: They tend to depend on several several plugins. E.g. subversion depends on TextEditor, ProjectExplorer, VcsBase and Core. Some plugins have soft dependencies as well (they will work without some other plugin, but they can't offer the full functionality). Displaying all that information will make things rather complex. I really prefer the really simple tree we have with its grouping based on functionality.[/quote] Agreed. With this complexity it is impossible to get a meaningful tree structure. Still learning. :D [quote author="sierdzio" date="1354375684"]... Since we are at it, would it not be more appropriate to move the whole Plugins menu into Tools->Options? [/quote] I would support this suggestion. When looking for the original problem, I certainly never thought of options under help. Even so I was definitely in the plugins menu already.
  • 911: still can't build a standalone application

    7
    0 Votes
    7 Posts
    3k Views
    mzimmersM
    OK...I added a line: @QMAKE_CXXFLAGS += /MT@ The compiler warned me that it was overriding /MT with /MDd (which from the description on the MS page looks OK). My executable only grew about 1K in size, though, which has me wondering if it did indeed pick up all the needed files during compilation. Running the app on my system isn't a good test (since I have all the libraries anyway), so I guess I'll have to find a system with an older version of Windows, huh? Thanks for all the help...I think I'm at least on the right track here.
  • QtCreator 2.5.2 Linux Crash

    2
    0 Votes
    2 Posts
    2k Views
    sierdzioS
    Unusual. You do have some Qt builds added to Qt Versions in options, right? Also, QtC 2.6 is released, try there - maybe it's fixed if it was a bug.
  • QtCreator Analyze Menu Missing when launched as root

    4
    0 Votes
    4 Posts
    2k Views
    T
    You could set up a remote linux box (Tools->Options->Devices) and configure it to connect to root@localhost. Afterwards you need to clone the kit (Tools->Options->Build & Run->Kits) you are using, replace the device type with "Generic remote linux" (don't remember the name) and the device with the one you just set up. Finally you need to add a that new kit to your project and you are done. PS: Make sure gdbserver is installed;-)
  • [Qt Creator] 2.6.0 Drag & Drop Issues / UI Creation / Widgets / Windows 7

    4
    0 Votes
    4 Posts
    2k Views
    T
    That sounds really screwed up. Do you have any designer plugins lying around somewhere which might be faulty/outdated/incompatible? You could try running designer, watching it with processmonitor or some similar tool to see what it loads/does.
  • Qt creator(2.5.0) doesnt interpret "Try catch" block in constructor.

    2
    0 Votes
    2 Posts
    1k Views
    T
    That's not exactly strange, it's a very uncommon syntax. The qt syntax parser is not 100% conformant so it won't understand the more exotic constructs. That's true for almost every IDE I know of. I don't think there is a lot one can do beyond submitting a patch.
  • Run fails

    2
    0 Votes
    2 Posts
    1k Views
    _
    http://doc.qt.digia.com/qt/install-mac.html http://doc.qt.digia.com/qtcreator-snapshot/creator-debugger-engines.html http://doc.qt.digia.com/qt/developing-on-mac.html http://www.agile-workers.com/web/en/2012/03/qt-qmake-osx_sdk-xcode/
  • [SOLVED]CloseEvent() when closing of a QDocWidget created with Designer?

    3
    0 Votes
    3 Posts
    2k Views
    F
    Thanks cincirin, it works perfectly!
  • QtCreator 2.0. Problems with Debugging Helper for Gdb

    7
    0 Votes
    7 Posts
    14k Views
    A
    Hello, just found that the solution to get STL containers debug is simply to download gdb from here http://origin.releases.qt-project.org/gdb/ and get qtcreator (2.6 in my case) to point to it in kit settings.
  • QMake - bug not fixed?

    2
    0 Votes
    2 Posts
    1k Views
    L
    The Qt 4.8.4 RC4 has been just released, so 4.8.4 will be available soon.
  • QtCreator 2.5.0 & GLSL syntax highlighting

    8
    0 Votes
    8 Posts
    5k Views
    R
    The number is QTCREATORBUG-8331 .
  • Display QML components in QML designer

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Creator 2.5.2 - Find on file system with subfolders?

    3
    0 Votes
    3 Posts
    1k Views
    A
    Ok, it seems you have to separate extensions in the file type filter using comma instead of semicolon
  • Qt 4.8.3 How to use Qt debug libraries on linux

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Move Creator Sidebars around?

    7
    1 Votes
    7 Posts
    5k Views
    M
    I would encourage anyone reading this post to go the previous link (640) and upvote the bug. This is pretty rediculous, and I would just be sticking with Eclipse if support for the Qt integration plugin wasn't on the way out.
  • 0 Votes
    3 Posts
    2k Views
    K
    It works now, thanks ...
  • Future of QtSDK

    4
    0 Votes
    4 Posts
    2k Views
    sierdzioS
    No worries, I'm not really angry ;) Your English is quite good :)