跳到內容

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 貼文
  • 0 評價
    3 貼文
    2k 瀏覽
    SGaistS
    Hi and welcome to devnet, You should bring this topic on the Qt Creator maling list You'll find there Qt Creator's developers/maintainers (this forum is more user oriented)
  • Code compiles fine yet is marked as erroneous

    qtcreator
    3
    0 評價
    3 貼文
    831 瀏覽
    M
    That looks more familiar. Thanks for the clarification.
  • Change sidebar computer icon

    qtcreator sidebar icons
    1
    0 評價
    1 貼文
    819 瀏覽
    尚無回覆
  • vs2013 rebuilds everything everytime, qtcreator doesn't

    vs2013 qtcreator
    2
    0 評價
    2 貼文
    1k 瀏覽
    Chris KawaC
    I remember having this problem some time ago after updating Qt version. I'm not sure this was the only thing needed but make sure to remove the entire build directory and rebuild your project. If that doesn't help you might try this (possibly for each file that has Q_OBJECT macro): remove (don't just comment out, remove entirely) the Q_OBJECT macro save the file (this forces Qt plugin to remove generated files configuration for that file) add the Q_OBJECT macro back save the file (this will force Qt plugin to regenerate moc information for that file) Try this with one file and if it helps repeat with others.
  • [Solved] Qt Creator disable autoscroll

    qt creator editing
    6
    0 評價
    6 貼文
    3k 瀏覽
    sierdzioS
    Great, happy coding!
  • Qt Creator "Follow Symbol Under Cursor"

    qt creator file navigation
    3
    0 評價
    3 貼文
    5k 瀏覽
    S
    @Jeroentjehome Thanks for the reply. It fixes the problem, for sure. But in the other hand such feature would be very useful. I will create a feature request and post it here later, if somebody else is also interested.
  • Qt Creator copy project feature RFE

    2
    0 評價
    2 貼文
    634 瀏覽
    sierdzioS
    No build-in option that I know of. But you can, of course, copy by hand - just remember to remove .pro.user file, if you are using qmake.
  • Visual Studio Add-in for Qt5.4

    6
    0 評價
    6 貼文
    3k 瀏覽
    A
    @tekojo Thanks! More like the comment 27 and around is valid, since links got broken easily. http://forum.qt.io/topic/34189/qt-in-visual-studio-2013/27 Would be nice to render a non valid link with color coding in Forum Posts and check for a relevance every now and then automagically or live thread would show the more recent comments first - that has issues with quotes though. (V)
  • QCA android version

    7
    0 評價
    7 貼文
    2k 瀏覽
    T
    I still got problems, i don't have idea why it is not working, when i tried last time to compile this - it worked, now i'm trying to compile (i haven't changed anything) - it's not working. It's working well on desktop version Qt 5.4.0, i can't get it working on android http://scr.hu/0tgp/6ntgy undefined reference, but the same QCA files are with desktop and android version so i don't know what is wrong :/
  • how to only run subprojects?

    subdirs
    7
    0 評價
    7 貼文
    6k 瀏覽
    T3STYT
    I'm not sure if I should open a new thread or not, since it's related but not the same argument. Anyway, with the project structure above It works fine. But everytime I make a change in a file, and I run single subproject, Qt creator will actually recompile all the subprojects opened, even if I don't need the other units. This takes a lot more time than compiling a single unit and it's frustrating. How can I tell Qt Creator to compile a single "unit" instead of all the projects? EDIT Ok, so, it doesn't always compile all the units. It only does so when I Run the unit. But still, how can I stop it from doing that? My project is not very large now, but it will grow significantly in time... I can't imagine waiting for it to recompile 10 big units before I get a single run...
  • Qdoc, Doxygen and QML types implemented with C++

    doxygen qml documentation c++
    3
    0 評價
    3 貼文
    5k 瀏覽
    sierdzioS
    Thank you for sharing this info
  • How run GammaRay (UI) with latest Qt (Qt5.4.1)

    5
    0 評價
    5 貼文
    2k 瀏覽
    SGaistS
    That I understood, but didn't you ask to start GammaRay within Qt Creator for your application ?
  • Using MSVC2013 amd64_x86 compiler with QtCreator

    1
    0 評價
    1 貼文
    816 瀏覽
    尚無回覆
  • [BUG] Qt Creator - Importing keymap does not clear unassigned keys

    10
    0 評價
    10 貼文
    3k 瀏覽
    T3STYT
    What do you mean? The fix is 2 lines of code long, Qt Creator will not have any noticeable changes (no UI changes at all). The fix only makes sure the shortcuts with empty values are replaced in Qt creator's settings when importing a keymap...
  • How to deploy android build from qt 5.4 in macbook pro

    2
    0 評價
    2 貼文
    1k 瀏覽
    S
    @ingenioussofttech I fix this issue by changing the androidBuildToolsVersion in the gradle.properties and android-libYourApp.so-deployment-settings.json files under your App build directory. In my case it was (androidBuildToolsVersion=android4.4w) in gradle.properties file and (sdkBuildToolsRevision": "android4.4w") in android-libYourApp.so-deployment-settings.json, I changed to (androidBuildToolsVersion=21.1.2) and ("sdkBuildToolsRevision": "21.1.2")
  • Qt Installer Framework Versions ... which should I use ?

    qtifw installer
    2
    0 評價
    2 貼文
    1k 瀏覽
    JKSHJ
    Hi, and welcome to the Qt Dev Net! @SCrash said: I want to use a stable version, but there are several versions (1.5, 1.6 and 2.0). Which of them is stable enough to use ? The latest released (stable) version is 1.5: https://www.qt.io/download-open-source/ (click "Other Downloads" to see the version numbers)
  • Linguist for Android?

    3
    0 評價
    3 貼文
    1k 瀏覽
    M
    Yes, my idea is producing the files on your PC, and then work with the ts file on the tablet. I also agree that the interface should be somewhat simplified, I saw some Qt programs ported as-is to Android, with all the menus, toolbars, etc and were quite unusable. Bye Michele
  • QtCreator API - runnable exe

    qtplugin qtcreator api
    3
    0 評價
    3 貼文
    2k 瀏覽
    C
    And how i can retrieve it trough the API??
  • QtCreator incorrectly reports applications crash

    qtcreator
    2
    0 評價
    2 貼文
    554 瀏覽
    sierdzioS
    Here is the bugtracker for the whole Qt Project: link
  • 0 評價
    1 貼文
    701 瀏覽
    尚無回覆