Skip to content

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 Topics 35.5k Posts
  • Debug doesn't work : inferior stopped, unknown signal

    14
    0 Votes
    14 Posts
    12k Views
    D
    disable reverse debugging and you're gonna be ok
  • Qt Creator - "Build Adapter for current Qt"

    5
    0 Votes
    5 Posts
    2k Views
    E
    I got the same issue, any update about this ???
  • Addition/Increment in .pro file

    2
    0 Votes
    2 Posts
    888 Views
    A
    I am only aware of platform dependent method lilke @NUM = 42 NUM = $$system(expr $$NUM + 1) message($$NUM) @
  • QTableWidget items

    Locked
    2
    0 Votes
    2 Posts
    777 Views
    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 Votes
    2 Posts
    604 Views
    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 Votes
    1 Posts
    869 Views
    No one has replied
  • QtCreator temporarily adds additional include paths?

    4
    0 Votes
    4 Posts
    2k Views
    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 Votes
    2 Posts
    1k Views
    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 Votes
    1 Posts
    592 Views
    No one has replied
  • QtCreator Deployment: Why sftp and not scp

    3
    0 Votes
    3 Posts
    4k Views
    G
    on embedded systems it's usually disabled for size reasons. any actual answer to this?
  • [Solved] Qt Creator search: Regular expressions

    3
    0 Votes
    3 Posts
    5k Views
    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 Votes
    3 Posts
    1k Views
    A
    Thanks for the tip - I'll try that.
  • QtCreator and static library trouble

    6
    0 Votes
    6 Posts
    4k Views
    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 Votes
    2 Posts
    9k Views
    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 Votes
    3 Posts
    2k Views
    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 Votes
    5 Posts
    1k Views
    O
    perfect, thanks!
  • [solved (project dependencies)] Debugger misbehaves

    8
    0 Votes
    8 Posts
    2k Views
    ?
    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 Votes
    3 Posts
    980 Views
    F
    Hmm I guess for the specific situation I have it's not worth it. But good to know. Thank you!
  • [SOLVED] Qt Creator - QML-Design

    5
    0 Votes
    5 Posts
    2k Views
    S
    Oh yeah thanks didn't see it, thanks :)
  • Intellisense problems

    1
    0 Votes
    1 Posts
    662 Views
    No one has replied