跳到內容

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 主題 35.5k 貼文
  • Qt5 Qt Creator How to add Custom Widget class metadata to the Designer properties editor?

    1
    0 評價
    1 貼文
    1k 瀏覽
    尚無回覆
  • Idea i just got for QtCreator: Record voice while programming.

    2
    0 評價
    2 貼文
    966 瀏覽
    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 評價
    6 貼文
    2k 瀏覽
    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 評價
    2 貼文
    1k 瀏覽
    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 評價
    7 貼文
    6k 瀏覽
    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 評價
    1 貼文
    687 瀏覽
    尚無回覆
  • [solved][Qt creator] How to debug ARM embedded programs on PC?

    5
    0 評價
    5 貼文
    4k 瀏覽
    Q
    Perfect! ...made my day! Please change the state of this thread to solved.
  • QtCreator: CMake,Linux and other Compilers as GCC

    2
    0 評價
    2 貼文
    2k 瀏覽
    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 評價
    2 貼文
    677 瀏覽
    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.
  • [Solved] On Qt 5.2.1 with QT Creator, I get an error of cannot find -lGL when I compile.

    3
    0 評價
    3 貼文
    2k 瀏覽
    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 評價
    3 貼文
    976 瀏覽
    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 評價
    3 貼文
    2k 瀏覽
    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 評價
    2 貼文
    1k 瀏覽
    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 評價
    7 貼文
    6k 瀏覽
    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 評價
    2 貼文
    1k 瀏覽
    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 評價
    5 貼文
    3k 瀏覽
    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.
  • QT Creator Debugger, Insert New Expression Evaluator

    2
    0 評價
    2 貼文
    2k 瀏覽
    V
    Hello Ever, Try to add #include <QDebug> to your header file. It solved this problem in a simple QWidget application for me.
  • 1 評價
    1 貼文
    1k 瀏覽
    尚無回覆
  • Qt Designer QML DummyContextObject

    11
    0 評價
    11 貼文
    4k 瀏覽
    T
    If you leave out the anchors.fill: parent , then the layout will resize itself to its content.
  • Qt Creator ignore 'Tab' key when editing project files (.pro, .pri, .prf)

    3
    0 評價
    3 貼文
    1k 瀏覽
    K
    No matter how hard you try there's always at least one piece of information left out when posting on a forum for help ... In all cases I'm using windows 7 x64. I have to wait until tonight to test 3.1 as I can't dl it at work.