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
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    34 Views
    No one has replied
  • Qt Creator snippets not working fine

    Unsolved
    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • Qt Creator in Linux suddenly raises the window on focus change

    Unsolved
    6
    1 Votes
    6 Posts
    855 Views
    J
    @Jesse-Dosher @Jesse-Dosher Update: I just noticed it also happens with applications I've built using Qt6. I'm currently running Qt Creator 10.0.1, Qt 6.4.3 (also happens with Qt 6.5.1). It's beyond annoying - it's interfering with the usability of a multi-window app I'm deploying at work.
  • Load A Qt Project To VS Solution That Has Custom Configurations

    Moved Solved
    5
    0 Votes
    5 Posts
    683 Views
    A
    @SimonSchroeder This looks interesting, will find some time to try it. But what I have done is create a new project under my solution with the same name as the qt project. I configured it with all necessary setting. then i copied all the contents of the project into the folder of the newly created project and right clicked and added files to the project. Once the files are loaded under the project the settings are auto applied to each file.
  • QtCreator 10 and C++20 modules

    Moved Solved
    8
    0 Votes
    8 Posts
    2k Views
    D
    @odelaune After cleaning all build files, etc., it appears that you were right. Unfortunately, even Qt Creator 11 does not address the issue…
  • 0 Votes
    3 Posts
    350 Views
    JoeCFDJ
    @saanvi click "Manage Kits" button at left upper corner to add Qt. Your installed Qt is not set in the PATH.
  • How do I compile the Qt source from within Qt creator?

    Moved Solved
    4
    0 Votes
    4 Posts
    344 Views
    I
    SOLVED - Solution is when opening the CMakeLists.txt, in the CMake configuration section under projects tab, change generator from Ninja to NMake Makefiles JOM
  • Starting /usr/bin/appcontroller with "--launch" parameter from QT Creator

    Unsolved
    2
    0 Votes
    2 Posts
    695 Views
    J
    @NickAger To achieve your desired command line, you could add --launch as the "Alternate executable command" and then the executable as command line argument. [image: facc0ca5-8aae-4ba1-bc26-57e30b8c7539.png]
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Qt Creator default presentation

    Moved Unsolved
    4
    0 Votes
    4 Posts
    431 Views
    JKSHJ
    @JacobNovitsky said in Qt Creator default presentation: once program is shut, I need to set it again. Is there a way to use script or any kind of other settings material to automate the process (avoid mechanical steps) Enable "File" > "Sessions" > "Manage..." > "Restore last session at startup"
  • Connect to device by BlueTooth Serial Port Profile using RFCOMM

    Moved Unsolved
    3
    0 Votes
    3 Posts
    303 Views
    Q
    Yes, of course, that is what I do now. But I find it convenient to hit F1 to see the class docs of the item the cursor is on... And I feed that it there is the possibility to install different Qt versions as kits, there fore sure is a mechanism to select the correct help. That said, I notices that in ubuntu I have a package called qtbase5-doc that contains the help filea, but I cannot find a corresponding package for qt6.
  • HEOB debugger run error

    Moved Unsolved
    2
    0 Votes
    2 Posts
    252 Views
    SGaistS
    Hi and welcome to devnet, I haven't used this tool yet but did you follow Qt Creator's documentation about the setup of it ?
  • Incompatible compilers

    Unsolved
    7
    0 Votes
    7 Posts
    819 Views
    V
    @Christian-Ehrlicher. I am using Qt Creator as IDE. I am a bit confused what to install for MSVC 2015 32-bit compilers. Do I need to install the entire Visual Studio 2017 or juts Build tools for Visual studio 2017?
  • Creator doesn't detect Qt libraries

    Unsolved creator libraries highlight syntax dependencies
    1
    0 Votes
    1 Posts
    330 Views
    No one has replied
  • QT Creator - Error while building/deploying project - Configuration is faulty

    Moved Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    E
    just a quick update. It looks like the issue is related that I have QT build only as Release and not as Debug where my project has both configurations. I am trying to build QT 6.5.1 on windows with MSVC but I am having issues so I will update the thread once I have a better understanding. I found similar issue and asked mine for now but I am not sure if the error is related to the actual problem or just some other error down the pipeline: https://stackoverflow.com/questions/76606173
  • cant see project files

    Moved Unsolved
    9
    0 Votes
    9 Posts
    759 Views
    Y
    I am not telling that tab. while you creating the new project, you can see this screen. select here the compiler. Here with I have attached that screen.[image: 5975cbf4-606f-471e-bd5f-778a3c592bab.png]
  • Edit slider color in QtCreator Themes

    Unsolved
    2
    0 Votes
    2 Posts
    252 Views
    L
    I'm fighting with this also, super annoying, I cannot believe no one else is seeing this.
  • how to output Qt Creator debug lines into Qt Creator inner "terminal"

    Moved Unsolved
    2
    0 Votes
    2 Posts
    187 Views
    sierdzioS
    If you mean the output of Qt Creator itself then there is no way. If you mean the output of application run by Creator, then you can control it in Projects->Run->Run in terminal.
  • Qt Creator: Run command before running executable?

    Solved
    6
    0 Votes
    6 Posts
    983 Views
    A
    @jsulm In my case it's a file that the executable tries to parse, but fails. It's a bug, but it's another person's code, so I'd rather not change the code until it's properly fixed.
  • How to properly set debug information path for Qt sources in Qt Creator (mingw32)?

    Moved Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    G
    @Pl45m4 all pathes are set: [image: 60aa749e-ef1c-47b6-bada-1e77b46aff68.png] [image: e94a2f8c-2cb1-457e-b49f-760cc11d9b43.png] [image: f943e810-0045-45b0-9f80-4d99aa7e6698.png]