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
  • C++ Reference No documentation available (QT Creator 3.3.0 QT 5.4)

    3
    0 Votes
    3 Posts
    2k Views
    T
    I am also having a problem getting the reference files to work. But it is only partially working... For example if I press F1 while on keywords like "vector" or "list", "cout","cin" help is showing. (And help will only show while the proper header files are included, and either the words must be preceded by std::, or defined with "using std::") But for other words like "int" and "double", I am getting nothing. It does not work with "for", "while" "do","if". .. I am getting the impression, the index for the help is tied to the header files, and so will only work with keywords and functions which have header files, and which are included, and will not work for anything else. .. I am using QT Creator 3.3 QT 5.4, on Linux Mint 17.
  • 0 Votes
    1 Posts
    659 Views
    No one has replied
  • \group and \ingroup topic command for QML documentation

    4
    0 Votes
    4 Posts
    2k Views
    Z
    I am facing the same kind of problems. \qmlmodule and \inqmlmodule also don't seem to work well. I don't want to use doxygen. Because our docs need to become integral part of the help.
  • Power button shuts down computer if Qt Creator is running

    10
    0 Votes
    10 Posts
    2k Views
    N
    Well, this is interesting. I tried multiple times with various software. With VLC 2.1.4, Clementine (using Qt 4.8.6) and Skype 4.3.0 it never happened. With Texmaker 4.1 (built on Qt 4.8.4) it seems to happen about once in two times. With my own app built on Qt 5.?.?, it only happened once in ten times. I tried to test launching the apps from the launcher bar or from a console, executing the command with or without "&" at the end, pressing the power button while the window had the focus or not, but couldn't seem to find any pattern. Another issue that these apps all have, however, is this: http://qt-project.org/forums/viewthread/47632/
  • Qt Creator and SVN

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    You need 1.7 at least since 3.3 See the "changelog":https://qt.gitorious.org/qt-creator/qt-creator/source/d4d677ed2536408d83676212496855370d340702:dist/changes-3.3.0
  • Cannot paste from Clipboard to QtCreator 3.3.0

    2
    0 Votes
    2 Posts
    786 Views
    SGaistS
    Hi, Might be a Windows specific bug. You should take a look at the "bug report system":http://bugreports.qt-project.org to see if its something known
  • Qt creator "File not found" in add existing files dialog

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    Did you tried with 3.3.1 ?
  • QMake, system headers, disabling warnings from boost headers

    1
    0 Votes
    1 Posts
    670 Views
    No one has replied
  • Qt creator (mask a variable)

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, QByteArray is not a byte so you can't just mask it like that. You first need to extract the values you want to mask. In any case, you're not using QSerialPort correctly. readAll() will only give you something if you have data available. You should rather take a look at the terminal example to see how it works.
  • Project XML Wizard: Deploying QRC

    1
    0 Votes
    1 Posts
    499 Views
    No one has replied
  • QTCreator and windows resource files.

    4
    0 Votes
    4 Posts
    4k Views
    SGaistS
    Might be, yes indeed !
  • Qt Creator debugging problem: Could not get value: No value

    2
    0 Votes
    2 Posts
    794 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
    632 Views
    SGaistS
    Hi and welcome to devnet, Are you sure your target does have gdb properly installed ? And also ssh ?