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 debugging problem: Could not get value: No value

    2
    0 Votes
    2 Posts
    790 Views
    A
    I suggest to report that at bugreports.qt-project.org, including the contents of the log.
  • [Solved] qtCreator3.3, Project window disappeared

    4
    0 Votes
    4 Posts
    2k Views
    T
    Installed 5.4.1 and the window is back.
  • [Solved] qtCreator3.3 how to edit AndroidManisfest.xml

    3
    0 Votes
    3 Posts
    1k Views
    T
    Thank you p3c0. Works now.
  • [solved] Qt creator ( serial write )

    9
    0 Votes
    9 Posts
    3k Views
    SGaistS
    You're welcome ! Since you have your communication working, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • 0 Votes
    4 Posts
    3k Views
    S
    Thanks for posting the build sequence. I haven't tried to debug yet but the built Qt Creator seems to run. Thanks again.
  • QlistView is empty or not?

    12
    0 Votes
    12 Posts
    6k Views
    S
    Great, thanks! Stephan
  • SUBDIRS template with common libraries used in multiple projects

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    Then AFAIK, it's not a setup supported by the subdirs template. Two options I can see: make a real subdirs project with all your apps and commonLib in it or treat commonLib like other dev library and have it installed in a known place and link to it the usual way
  • [solved] Where is Qt Assistant?

    4
    0 Votes
    4 Posts
    5k Views
    sierdzioS
    Hm, yes, in the binary installers the path is a bit different. I'm glad that you've found it. There are no plans to deprecate or remove this application, by the way.
  • Qt Creator as a debugging tool

    2
    0 Votes
    2 Posts
    624 Views
    SGaistS
    Hi and welcome to devnet, Are you sure your target does have gdb properly installed ? And also ssh ?
  • Connecting to Bare Metal Device using Qt Creator

    7
    0 Votes
    7 Posts
    5k Views
    J
    Thanks for your reply. I used simple Makefiles. If I remeber correct my problem (or at least one of the problems) had to do something with python support not beeing enabled in the gdb I used. Then I just used Qt-Creator for coding and for debugging the command line gdb which worked fine for me. Maybe I will give it a try again with Qbs, but at the moment I have no project ongoing with the Ti Tiva.
  • Qt and Netbeans IDE

    5
    0 Votes
    5 Posts
    4k Views
    M
    Hi, I have been using Qt Creator in past, but I found it somehow unfriendly. I prefer NetBeans since I have been using it again in past, but for Java programming. Nowadays in I am coding in C++ and I prefer to stay with both NetBeans and the uniquely amazing Qt libraries. Do you know any solution? Thank you.
  • [SOLVED] Question about project configuration file

    4
    0 Votes
    4 Posts
    1k Views
    T3STYT
    Turns out I can share the build settings, but they are tied to my local settings. So if I have a kit named "Qt-is-the-best" that is placed in C:\MyKit, a user that I share the project with should have the very same kit name and placed in the very same folder. So it is totally useless for my purpose.
  • How to display wchar_t* as string in the debugger?

    1
    0 Votes
    1 Posts
    800 Views
    No one has replied
  • QT4 Designer - not able to adjust top level QScroll Area to screen Size

    1
    0 Votes
    1 Posts
    423 Views
    No one has replied
  • [SOLVED] Is it possible to batch build all builds of a project?

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    You can also try to make a feature request for that (just check before if nobody already did)
  • QtCreator: IntelliSense

    3
    0 Votes
    3 Posts
    2k Views
    A
    thank you for the idea however looks it doesn't work for me if I'm adding the line #include "my_api.h" to file directly it works fine - all types and functions are highlighted and intellisense also works fine with tips for parameters but if I'm moving this line to the box of additional preprocessing code nothing works I suppose that way works for compile time only, right? and doens't affect code model at edit time? or i'm doing something wrong...
  • Qt Creator OSX lldbbridge issues any ideas?

    3
    0 Votes
    3 Posts
    1k Views
    A
    This has been fixed in the repo by now, either build from source or wait for the next release. Mac OS 10.10 was released fter the version of Qt Creator you are running. It's practically impossible to anticipate LLDB changes (or most of the other 3rd party components for that matter) before they are released.
  • Qt Creator 3.3.0 + CentOS 6 + GDB 7.8 = Bug?

    2
    0 Votes
    2 Posts
    1k Views
    A
    The executable alone is not the only variable in this game, but also which kind of commands GDB is asked to perform. And this is very likely different in a Qt Creator session to what you tried to in your manual session. To see which GDB commands Qt Creator executes precisely, open Windows->Views->Debugger Log, and have a look at the left pane. You should be able to cut&paste that into a standalone gdb -i mi session, which I would not expect to react within 40 seconds either.
  • Configuring a New Compiler

    2
    0 Votes
    2 Posts
    531 Views
    sierdzioS
    To use MSVC to compile Qt applications, you need to have a Qt version compiled with the same compiler, too. I suspect you might be using Qt compiled by another compiler (MinGW or other MSVC version).
  • 1 Votes
    1 Posts
    771 Views
    No one has replied