跳到內容

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 貼文
  • QtCreator: clang analyzer can't find GCC special functions

    Unsolved
    1
    0 評價
    1 貼文
    371 瀏覽
    尚無回覆
  • QtCreator 4.2 Selected build of GDB does not support Python scripting

    Unsolved
    6
    0 評價
    6 貼文
    3k 瀏覽
    SGaistS
    To add to @koahnig, yes you are doing a wrong mix, if you are using VS2015 you should install the debugging tools from Microsoft.
  • QTCreator crash log

    Unsolved
    2
    0 評價
    2 貼文
    2k 瀏覽
    SGaistS
    Hi and same to you ! Start Qt Creator with gdb and you'll be able to get a stack trace. Or have your own build of Qt Creator that you start from another instance of Qt Creator ;)
  • Qt Creator not showing any examples.

    Unsolved
    7
    0 評價
    7 貼文
    3k 瀏覽
    P
    @koahnig OK Just started the installer as root. The installation directory is /opt/Qt/ Before I start it, I must to change it to can it execute. I did this in Midnight Commander. The command on command line prompt would be: 'chmod +x qt-unified-linux-x64-2.0.4-online.run' I think. Success! I have now installed the latest Qt creator with Examples too. Thanks!
  • QtDesigner needs redesign!

    Unsolved
    9
    0 評價
    9 貼文
    2k 瀏覽
    mrjjM
    As a note: You created plugin to use in Designer? You will restart QtCreator after each compilation. And you will not have any debugging features while testing plugin in Designer. No, you just start another Creator and debug from there.
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    21 瀏覽
    尚無回覆
  • QtCreator 4.2 weired bug

    Solved
    7
    0 評價
    7 貼文
    1k 瀏覽
    SGaistS
    Can you show a header file that triggers that ? I have tested by removing the public keyword but it worked as expected and created a public section for the getter and a public slot section for the setter.
  • Qt AutoTest plugin and inherited tests

    Unsolved qtcreator qt test qt autotest
    2
    0 評價
    2 貼文
    1k 瀏覽
    SGaistS
    Hi, For Qt Creator plugins you should check the Qt Creator sources which are not part of Qt itself. As for Jira, it's here
  • Qt Creator fails to map breakpoints (sometimes)

    Unsolved qtcreator 4.1 gdb
    2
    0 評價
    2 貼文
    2k 瀏覽
    kshegunovK
    Apparently related to: https://bugreports.qt.io/browse/QTCREATORBUG-17254
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    1 瀏覽
    尚無回覆
  • QtCreator 4.2 from src Linux Mint 18 no fonts

    Unsolved
    1
    0 評價
    1 貼文
    413 瀏覽
    尚無回覆
  • passing variable assignments to lupdate

    Unsolved
    2
    0 評價
    2 貼文
    504 瀏覽
    SGaistS
    Hi, What kind of stuff would you like pass to lupdate and what is your purpose exactly ?
  • macdeployqt and poppler

    Solved
    12
    0 評價
    12 貼文
    3k 瀏覽
    J
    indeed macdeployqt abc.app -libpath=/usr/local/lib works. The issue was that the new option was introduced in qt 5.7.1 and I was still using 5.7.0.
  • Record sound and video using QMediaRecorder

    已鎖定 Unsolved
    2
    0 評價
    2 貼文
    640 瀏覽
    SGaistS
    Hi, Please don't post the same question in multiple sub-forums. One is enough. Duplicate Closing this one.
  • UML tool for Qt

    Unsolved
    1
    0 評價
    1 貼文
    755 瀏覽
    尚無回覆
  • QT 5.7.x qmake doesnt generate implicit rules

    Unsolved
    3
    0 評價
    3 貼文
    987 瀏覽
    H
    this is the reason: the function "writeImplicitRulesPart" in file winmakefile.cpp is empty. It was removed from the code. SHA-1: db2c89beae6235520dd6a375001abf107b229e24 Stop generating implicit suffix rules in Makefiles Suffix rules are the old-fashioned way of defining implicit rules for make. We don't need them as we generate explicit rules for all sources we build. [ChangeLog][qmake] Makefile output no longer contains implicit suffix rules, as all sources are built using explicit rules. Change-Id: I4ecfa5b80c8ae33aea8730836f3baf99dd4951dd Task-number: QTBUG-30813 Reviewed-by: Joerg Bornemann [edit: removed e-mail address SGaist]
  • Visual Studio 2017

    Unsolved
    2
    0 評價
    2 貼文
    2k 瀏覽
    SGaistS
    HI, Which version of Qt Creator are you using ?
  • Qt Creator on UHD Monitor under Linux Mint

    Unsolved uhd monitor
    4
    0 評價
    4 貼文
    1k 瀏覽
    SGaistS
    Which version of Qt Creator are you using ?
  • Autocompletion of auto type variable using QT Creator 4.2.

    Solved qtcreator autocomplete
    8
    0 評價
    8 貼文
    7k 瀏覽
    kshegunovK
    @Shiina said in Autocompletion of auto type variable using QT Creator 4.2.: Your answer is nonsence for my question. Yes, I got carried away, sorry for hijacking your thread.
  • Very odd behavior with GDB and QTcreator ( Breakpoints not working, debugger works though )

    Unsolved
    5
    0 評價
    5 貼文
    984 瀏覽
    R
    @jsulm Suppose it must be my setup then? EDIT: I'll do a full reset upon my settings and my external config. I'll see if that fixes things.