跳到內容

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.6k 貼文
  • QT Creator 2.8 and custom project folders

    5
    0 評價
    5 貼文
    1k 瀏覽
    SGaistS
    No there's not Currently most people use the shadow build option and don't play with this stuff anymore except when they have old not yet ported projects. However I would recommend using shadow builds, this way you don't have any generated files in your source tree and you can simplify your project structure
  • [SOLVED / missing feature] Qt Creator - control which Qt version Help (F1) works for

    4
    0 評價
    4 貼文
    1k 瀏覽
    F
    Thank you very much for pointing me there, I added a comment and a vote.
  • Debug doesn't work : inferior stopped, unknown signal

    14
    0 評價
    14 貼文
    12k 瀏覽
    D
    disable reverse debugging and you're gonna be ok
  • Qt Creator - "Build Adapter for current Qt"

    5
    0 評價
    5 貼文
    2k 瀏覽
    E
    I got the same issue, any update about this ???
  • Addition/Increment in .pro file

    2
    0 評價
    2 貼文
    895 瀏覽
    A
    I am only aware of platform dependent method lilke @NUM = 42 NUM = $$system(expr $$NUM + 1) message($$NUM) @
  • QTableWidget items

    已鎖定
    2
    0 評價
    2 貼文
    782 瀏覽
    sierdzioS
    Please do not double-post. I am closing this thread. Please use this "thread":https://qt-project.org/forums/viewthread/42688/ instead.
  • Debugger

    2
    0 評價
    2 貼文
    611 瀏覽
    A
    It depends on debugger. In gdb you can type "backtrace" to see a call stack and "list" to print a code. I don't know about VS debugger. If you use QtCreator then you should see all info in Debug mode.
  • IsItQt to check if a program is Qt-based and which version Qt was used

    1
    0 評價
    1 貼文
    880 瀏覽
    尚無回覆
  • QtCreator temporarily adds additional include paths?

    4
    0 評價
    4 貼文
    2k 瀏覽
    sierdzioS
    Same is true for building. Open your project, go to "Projects" pane, then open build settings, and see the last section on the bottom: "Build environment" it contains all the variables that Qt Creator uses to build your project.
  • Squish is not able to access/display some members in Qt/QML class objects

    2
    0 評價
    2 貼文
    1k 瀏覽
    SGaistS
    Hi and welcome to devnet, For that question, you should contact froglogic directly since they are the authors of this software.
  • [REQUEST] Nokia Symbian SDK v1.1.2

    1
    0 評價
    1 貼文
    597 瀏覽
    尚無回覆
  • QtCreator Deployment: Why sftp and not scp

    3
    0 評價
    3 貼文
    4k 瀏覽
    G
    on embedded systems it's usually disabled for size reasons. any actual answer to this?
  • [Solved] Qt Creator search: Regular expressions

    3
    0 評價
    3 貼文
    5k 瀏覽
    A
    Yes, this is what I want. Thanks for clarifying.
  • Who can I make a custom wizard work in QTCreator 3.0 and 3.1?

    3
    0 評價
    3 貼文
    1k 瀏覽
    A
    Thanks for the tip - I'll try that.
  • QtCreator and static library trouble

    6
    0 評價
    6 貼文
    4k 瀏覽
    P
    SUBDIRS contains the names of the two child projects. It's just the name of the directory each of those projects is contained in.
  • Qt creator, where is template project to generate QWizard

    2
    0 評價
    2 貼文
    9k 瀏覽
    SGaistS
    Hi and welcome to devnet, AFAIK there's no such specialized template, however you can make a feature request on the "bug report system":http://bugreports.qt-project.org (please check first it there's not already such a request)
  • Qmake frozen

    3
    0 評價
    3 貼文
    2k 瀏覽
    N
    I think so, but no new software and no windows update since 3 days, That would be too simple ;) Same thing if I launch qmake.exe directly from explorer, process is still running, if I try to look the call stack, ProcessExplorer crashes the QMake.exe in "Android" folder seems to work fine I will try to reinstall the packages...
  • [SOLVED] Qt Designer

    5
    0 評價
    5 貼文
    1k 瀏覽
    O
    perfect, thanks!
  • [solved (project dependencies)] Debugger misbehaves

    8
    0 評價
    8 貼文
    2k 瀏覽
    ?
    Solved. Qmake is not smart enough to add library dependency by itself, user action is required. @apoenitz - thanks for the link
  • [SOLVED] Add custom QWidget to designer without a separate project

    3
    0 評價
    3 貼文
    992 瀏覽
    F
    Hmm I guess for the specific situation I have it's not worth it. But good to know. Thank you!