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
  • Qt Creator Design Tab showing an empty window

    Moved Unsolved
    1
    0 Votes
    1 Posts
    250 Views
    No one has replied
  • Qt Creator 7.0.1 crashed in Win10

    Solved
    2
    0 Votes
    2 Posts
    222 Views
    jsulmJ
    @wingong Hi! This is user forum. You should file a bug at https://bugreports.qt.io/secure/Dashboard.jspa
  • Problem in Visual Studio 2019: "cannot open source file ui_*.h"

    Moved Unsolved
    5
    0 Votes
    5 Posts
    7k Views
    J
    @Marcio-Barcellos Thank you! After days of troubleshooting this finally worked: $(IntDir)uic\ (see Qt User Interface Compiler -> Output Directory) I've added that to C/C++ -> General -> Additional Include Directories. Im a novice so I dont know what its actually doing but thank you for getting me through this first hurdle!
  • Registration and login Patient system

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    Safety measures like that are worth bonus points. Which solution are you talking about ?
  • This topic is deleted!

    Unsolved
    7
    0 Votes
    7 Posts
    69 Views
  • Mac: Monterey 12.4, XCode 13.2 QTCreator 6.0.2 Weird debug behavior

    Unsolved
    1
    0 Votes
    1 Posts
    200 Views
    No one has replied
  • QT Installer Framework setAllowedRunningProcesses seems not working on maintenance tool

    Unsolved
    3
    0 Votes
    3 Posts
    312 Views
    T
    I stumbled upon the solution, I had to use the full path + filename + extension to match the processes detected in maintenancetool 4.3.0+ function Controller() { console.log("configuring allowedRunningProcesses") var installationPath = installer.value("InstallerDirPath") installer.setAllowedRunningProcesses([installationPath + "/process1.exe",installationPath + "/process2.exe"]) }
  • macOS: hitting breakpoint hangs (m1 mac)

    Unsolved
    5
    0 Votes
    5 Posts
    767 Views
    D
    https://github.com/llvm/llvm-project/issues/55539
  • QT 6.3 Project with CMake and Visual Studio cannot open source file ui_mainWindow.h

    Unsolved
    3
    0 Votes
    3 Posts
    699 Views
    0
    @jsulm said in QT 6.3 Project with CMake and Visual Studio cannot open source file ui_mainWindow.h: build The file is indeed where it has to be because the build works, i am talking about the non working include in mainWindow.cpp In QT Creator it works, in Visual Studio 2022 with the QT Extension it doesn't work I thought the QT Extension would handle this like QT Creator does. [image: 40f7be41-6c13-4b20-b3c0-14c2ce77f3e6.png]
  • About cmake project initial configuration

    Moved Unsolved
    2
    0 Votes
    2 Posts
    343 Views
    Christian EhrlicherC
    The compiler is set in your QtCreator Kit settings.
  • Where is the "Chrome Trace Format Viewer" in Qt Creator?

    Unsolved
    5
    0 Votes
    5 Posts
    553 Views
    BELTB
    @BELT UPDATE: After checking this page: https://doc.qt.io/qtcreator/creator-quick-tour.html#location-of-settings-files, I tried to delete the qtcreator.ini file from my appdata/roaming/qtproject folder, and this helped! Now I can see all the items. After some bisecting analysis of the ini file, I found my problem was due to a disabled plugin. If I enable it then I can see the chrome trace visualizer: [image: c1789bef-3ac8-49e5-a667-5b1a1ea80594.png] Anyhow, it works now. And thanks to Cristian-adam for the illustration!
  • This topic is deleted!

    Moved Unsolved
    0
    0 Votes
    0 Posts
    4 Views
    No one has replied
  • Clang is too slow to use

    Moved Unsolved
    1
    0 Votes
    1 Posts
    203 Views
    No one has replied
  • Qt Creator, no entry icon on QGroupBox and QFrame ?

    Moved Solved
    6
    0 Votes
    6 Posts
    934 Views
    SPlattenS
    @JonB , this issue has now been resolved by using J.Hilk's suggestion.
  • Maintenance Tool crashing when uninstalliing

    Unsolved
    3
    0 Votes
    3 Posts
    479 Views
    J
    @artarkia said in Maintenance Tool crashing when uninstalliing: ~/.config/QtProject/UserFeedback.QtCreator.conf After removing this file the problem vanished and I was able to upgrade both components. Thank you for your reply.
  • QDoc doesn't generate all the documentation.

    Unsolved qdoc qt6.2.4 problem windows10
    5
    0 Votes
    5 Posts
    1k Views
    A
    @kkoehne said in QDoc doesn't generate all the documentation.: MMh .. sounds indeed that something goes wrong here, then. Can you create a somewhat minimal example, and open a bug report at https://bugreports.qt.io/projects/QTBUG, component 'Build tools: qdoc'? Sure! I'll prepare something. Maybe it's a particular configuration that leads to some kind of problem. Thanks a lot in advance. I'll keep you posted :-)!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    35 Views
    No one has replied
  • Global menu in Linux

    Unsolved
    2
    0 Votes
    2 Posts
    284 Views
    jsulmJ
    @storchak-vasil What is "global menu"?
  • how to change qmake configuration from using clang version10 to 12

    Unsolved
    4
    0 Votes
    4 Posts
    762 Views
    SGaistS
    Usually clang++ is a symbolic link, where does it point to ?
  • 0 Votes
    4 Posts
    622 Views
    SGaistS
    Sorry, that I don't know.