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
  • My Win7 32bits doesn't have proper Qt versions in the Kits configuration.

    Unsolved
    5
    0 Votes
    5 Posts
    667 Views
    C
    Hello, thank you for your kindly reply. OK, I will follow your instruction and try to install an earlier Qt version.
  • build successfully but a lot of "Parse Issues" & "Semantic Issues"

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    jronaldJ
    @jsulm Thanks, perfect
  • QtVsTools context help causes VS2017 crash & can it be integrated into VS Help Viewr

    Unsolved
    1
    0 Votes
    1 Posts
    218 Views
    No one has replied
  • QtCreator problems about convenience

    Solved
    3
    0 Votes
    3 Posts
    594 Views
    jronaldJ
    @aha_1980 said in QtCreator problems about convenience: @jronald About your first problem: We already discussed that in https://forum.qt.io/topic/98055/qt-creator-auto-completion-problem If you disable Clang, there will be no annotations in the issues pane. I recommend you to command on the bug report I linked. That's all we can do for now. OK For the second problem: You need to #include "pch.h" in test.h rather than in test.cpp, otherwise it will not work. Fine, it's consistent.
  • Qmake Copy files in target directory

    4
    0 Votes
    4 Posts
    9k Views
    jsulmJ
    @Princein You should not duplicate your posts. You asked same question here: https://forum.qt.io/topic/98338/how-copy-the-file-which-in-my-project-directory-to-the-exe-file-directory-in-windows/11
  • program works when built in Debug, not in Release

    Solved
    20
    0 Votes
    20 Posts
    3k Views
    kshegunovK
    @J.Hilk said in program works when built in Debug, not in Release: But I yield to your experience, 15 years is a bit more than I have "Don't" is the best advice I can give you. Experience != being right, although they do correlate. ;)
  • Qt Creator License Header Template - User

    Unsolved
    1
    0 Votes
    1 Posts
    446 Views
    No one has replied
  • Qt Vs Tools - Integrated Qt Documentation missing in VS2017 offline Help Viewer

    Unsolved
    1
    0 Votes
    1 Posts
    247 Views
    No one has replied
  • can qt designer action editor sort by action name?

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    L
    @Chris-Kawa I have try your solution, but couldn't solve the problem. -> xmllint's --c14n
  • QT newbie: Problem building Sleepyhead on Ubuntu 18.04.

    Unsolved
    4
    0 Votes
    4 Posts
    894 Views
    aha_1980A
    @fredex glad to hear that! So please mark this topic as SOLVED. Thanks!
  • macOS: qmake (clang) vs. kit (gcc) compiler discrepancy: how to fix?

    Unsolved
    5
    0 Votes
    5 Posts
    864 Views
    aha_1980A
    @davecotter and can you select another compiler in this dialog? At least the gcc looks wrong
  • Edit mode after debugging automatically?

    4
    0 Votes
    4 Posts
    1k Views
    C
    Tools->Options->Debugger->Switch to previous mode on debugger exit (Qt Creator 4.7.2)
  • setting print options in QtCreator

    Unsolved
    5
    0 Votes
    5 Posts
    860 Views
    W
    Thank you!
  • Where is the help bookmark?

    Solved
    3
    0 Votes
    3 Posts
    599 Views
    A
    @J-Hilk Thank you. I didn't see this because I had hidden this page, now got it. [image: 5060ed20-d456-438d-8ba4-508967857454.png]
  • Find Usages does not work for constructors

    Unsolved
    2
    0 Votes
    2 Posts
    654 Views
    SGaistS
    Hi, That's a question better asked on the Qt Creator mailing list. You'll find there Qt Creator's developers/maintainers. This forum is more user oriented.
  • not to highlight the word under cursor in qt creator

    Unsolved
    6
    0 Votes
    6 Posts
    921 Views
    J.HilkJ
    @jronald he, I changed it to red to make sure I showed you the correct one, apparently changing it to transparent results in a greyish color. I'm not sure if you can change that or deaktivate that specific highlighting effect.
  • 0 Votes
    6 Posts
    1k Views
    ?
    @aha_1980 I see. Qt-Creator defines this in its pro file which is then included by my plugin. Thanks a lot!
  • 0 Votes
    1 Posts
    600 Views
    No one has replied
  • QT Installer framework. Exclude components.

    Unsolved
    11
    0 Votes
    11 Posts
    3k Views
    D
    @SGaist Hello, thank you for your answer. But it's not. I have read all installer framework documentation and found nothing. And there is not a radio button, because it can be the third component C that haven't some connection with A and B. Moreover, it can be a set of components that have some subset F that should auto enable A or be enabled by A. And another subset G that can have elements from F, but enable B or be enabled by B. Auto-dependenecy in this case is simply remove all checkboxes(what a shame). Or some elements can be added dynamically to repository, it's online installer. I don't see any necessary of custom UI creation of page that already exist. What i want is some method to interact with checkboxes on Component Selection Page. I know that scripts should be helpful, but doesn't understand how to interact with checkboxes throw it. I try to find some signal but doesn't succeed. It seems that creation of my own online installer will be more quicker than understanding of qt. P.S. Please don't send me Dependency Solving Example page, it's not what I needed. It can't work with subsets. P.P.S. And I don't want duplicate components without greater need.
  • Make issues with Qt Creator Plugin

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    aha_1980A
    @eloprey Just to add to @SGaist, it is a Windows problem that you can't mix debug and release libraries, nothing Qt specific. It applies to all other applications too.