跳到內容

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.3k 貼文
  • [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 貼文
    664 瀏覽
    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 貼文
    956 瀏覽
    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 貼文
    990 瀏覽
    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 貼文
    999 瀏覽
    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.
  • Qt5 broken or why -QtCore and -pthread are not found.

    1
    0 評價
    1 貼文
    1k 瀏覽
    尚無回覆
  • Qt Creator crashing at start the application debugging and dont generate crash report

    9
    0 評價
    9 貼文
    3k 瀏覽
    C
    I can only suggest to search the debug information and generate a new thread in the Qt Quick forum with a hint to the function from the Threads View.
  • Testcon - How to load a handful of Controls automatically? Scripting?!? There is no manual.

    2
    0 評價
    2 貼文
    691 瀏覽
    C
    I tried something like this, but in this case the control is opened outside of testcon and can not be moved around by using the mouse because of the fact that the window frame is not visible. @ dim oSettingsView set oSettingsView = CreateObject("FakeClassId.Settings.1") oSettingsView.show() @
  • How to ignore the warnings but only show errors in QtCreator Issues after build?

    2
    0 評價
    2 貼文
    2k 瀏覽
    sierdzioS
    You need to click that yellow exclamation mark sign in the Issues pane, it will prevent QtC from showing warnings.
  • [SOLVED] Qt Creator is very long to start

    8
    0 評價
    8 貼文
    2k 瀏覽
    C
    You are welcome. Please mark your thread as solved by editing the first post and add a prepending [SOLVED] to the title. Happy coding!
  • How to debug Qt installation problem?

    4
    0 評價
    4 貼文
    1k 瀏覽
    hskoglundH
    Hmm, if there's no output then Qt Creator thinks all's fine and dandy when it starts :-) next would be to check the kits, i.e. in Qt Creator, open Preferences. select Build & Run and 2nd tab KIts. Check Auto-detected, it should say "Desktop Qt 5.2.1 clang 64bit"...