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
  • [SOLVED]Unable to configure Qt Creator for Android

    13
    0 Votes
    13 Posts
    16k Views
    ?
    [quote author="mbnoimi" date="1398699433"]This issue has been solved in Qt Creator 3.1.0 as shown in this ticket: https://bugreports.qt-project.org/browse/QTCREATORBUG-12021[/quote] Glad to hear that the problem is solved. Sorry for not helping you initially to solve this problem.
  • Qt Creator online help no longer works

    6
    0 Votes
    6 Posts
    2k Views
    T
    I'm still not sure what was going on, but I managed to get the setup working correctly again by changing the On context help setting: temporarily to Always Show Side-by-Side, then back to my old setting, i.e. Always Show Help in External Window.
  • How to check for broken links in Qt documentation

    5
    0 Votes
    5 Posts
    2k Views
    D
    Hi, Someone else does the actual conversion process, so I don't know if they use QDoc or something else do it. However, if that is an important detail I can check it. I find broken links quite regularly, with every release of software, and users don't tend to report them, they will just now and then say things like "Your documentation is no good, there are lots of broken links", but without remembering any specific ones (I can't blame them, I would probably do the same!) I will subscribe to the Interest mailing list as you suggest. Thanks
  • QML files in resources

    3
    0 Votes
    3 Posts
    1k Views
    J
    Ah, I did not know that I have to register the .qml files, too. I tried qmlplugindump, but of course this did not work without registering... Thanks!
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • Idea i just got for QtCreator: Record voice while programming.

    2
    0 Votes
    2 Posts
    961 Views
    Q
    It would be a very interesting and original feature. Only minus is huge size of project. Probably same feature but with text messages instead of audio, would be also very helpful.
  • Possible Creator bug in QML designer?

    6
    0 Votes
    6 Posts
    2k Views
    JKSHJ
    I just tried it with the official version of Qt Creator 3.1.0 on Windows 8 x64, and created a Qt Quick 2.2 project. However, Qt Creator put the main.qml in the same folder as main.cpp, and added it to qml.qrc. There is no longer a "qml" subfolder.
  • VS Add New Item Missing?

    2
    0 Votes
    2 Posts
    1k Views
    Q
    Bug in Qt Add-in? Any reliable Ad-in that works with VS 2013?
  • Fakevim - muscle memory says it ain't vi.

    7
    0 Votes
    7 Posts
    6k Views
    T
    Sure, go ahead and add requests here. A bored developer might stumble over them and actually do something about them. The by far biggest part of the requests made here will be lost though.
  • [Qt VS Addin] How to force addin to refresh Custom Build Tool settings

    1
    0 Votes
    1 Posts
    685 Views
    No one has replied
  • [solved][Qt creator] How to debug ARM embedded programs on PC?

    5
    0 Votes
    5 Posts
    4k Views
    Q
    Perfect! ...made my day! Please change the state of this thread to solved.
  • QtCreator: CMake,Linux and other Compilers as GCC

    2
    0 Votes
    2 Posts
    2k Views
    A
    You need to teach CMake to find a correct compiler. Maybe "this":http://www.cmake.org/pipermail/cmake/2007-April/013664.html will help.
  • Can qmake determine whether a Qt version is beta?

    2
    0 Votes
    2 Posts
    669 Views
    sierdzioS
    No, as far as I know this is not possible. Alphas, betas and RCs do not have any special markings in code or binary form.
  • 0 Votes
    3 Posts
    2k Views
    T
    Looking at the link you provided, it was not clear to me what exactly I needed to install. So I installed libcogl-dev and libcogl-gles2-dev and now it works. Thanks very much. Tom
  • Importing project with hierarchical structure

    3
    0 Votes
    3 Posts
    967 Views
    S
    The includes are generated automatically when importing the project. Actually some class from project_2 are visible in project_1, but some others not. I think the problem is in forward declarations which is higher prioritized by qtcreator.
  • Qt Creator's MIME types

    3
    0 Votes
    3 Posts
    2k Views
    D
    i just ran into this problem. I'm glad to see that someone is anxiously waiting for a solution, but unless someone reports it as a bug, I doubt anyone will fix it.
  • [QtCreator 3.1] clang completion treating .h files as C not C++

    2
    0 Votes
    2 Posts
    1k Views
    JKSHJ
    Hi, and welcome to the Qt Dev Net! The Clang-based code model is very new and is still considered experimental. The development team ackowledges that bugs are present; please report your issue at https://bugreports.qt-project.org/browse/QTCREATORBUG so that they can fix it.
  • [Qt Creator] Where's MenuBar?

    7
    0 Votes
    7 Posts
    6k Views
    E
    Same problem for me after updating to Kubuntu 14.04. I figured out by deleting the appmenu-qt5 package.
  • Lrelease uses unfinished translation, but the documentation says it won't

    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi, The doc should be accurate, I wouldn't expect unfinished translation to be used . You should have a look at the "bug report system":http://bugreports.qt-project.org to see if it's something known. If not please open a report with a minimal compilable example that shows the behavior
  • [SOLVED] How to make QML plugin visible in Qt Quick Designer

    5
    0 Votes
    5 Posts
    3k Views
    strahlexS
    I found out how to do this the QtQuick.Controls way. You need to write a Qt Quick Designer plugin. Take a look at https://github.com/strahlex/QtQuickVcp/tree/master/qmldesigner/machinekitplugin if you are interested.