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.3k Posts
  • AsyncAPI generator for Qt

    Unsolved
    2
    0 Votes
    2 Posts
    339 Views
    SGaistS
    Hi and welcome to devnet, I am not aware of such a feature but it might be something worth discussing with the authors of the Cutelyst project.
  • Accessing "foregin" OS - suggestions wanted

    Unsolved
    7
    0 Votes
    7 Posts
    604 Views
    M
    If you want to use something other than an online repository, you could use a network-attached storage (NAS) and have it host a git server. A NAS could also be mounted on your various OSs to share files between them.
  • QtCreator dark themes unreadable

    Unsolved
    12
    0 Votes
    12 Posts
    5k Views
    Q
    @ind3r I had this problem on Fedora 32. Your solution worked perfectly.
  • Creator 4.14.1 code model introduces new error

    Unsolved
    1
    0 Votes
    1 Posts
    152 Views
    No one has replied
  • QMake: Compiling a helper application alongside the main Qt application

    Unsolved
    2
    0 Votes
    2 Posts
    240 Views
    jsulmJ
    @Philipp-Claves Sounds like you need https://wiki.qt.io/SUBDIRS_-_handling_dependencies
  • QCoreApplication::aboutToQuit is not a signal

    Moved Unsolved
    31
    0 Votes
    31 Posts
    8k Views
    J.HilkJ
    I disabled the check, because it drove me nuts :D [image: ddddce9b-e3d8-4795-b12f-7cfa94d373ef.png] seems to be a MacOS problem only, doesn't happen in the same project on my Windows VM
  • 0 Votes
    1 Posts
    235 Views
    No one has replied
  • QtCreator shows error where there's none

    Unsolved
    3
    0 Votes
    3 Posts
    345 Views
    J
    Hello ! Thank you for your help :) I tried it and several others but nothing really worked. I ended up to purge every packages related to qt and made a whole new installation of QtCreator, so I don't really know where the problem came from. (Sorry for the laaaaate respond, I had no time to look up after that this month ^^')
  • Building Qt Quick project in Visual Studio

    Unsolved
    4
    0 Votes
    4 Posts
    502 Views
    K
    You should consider using qmlRegisterType() function. Check the example here. Also, you can try to edit something in the .vcproj settings, as it has almost all of the .pro settings: [image: image.png]
  • My program isnt finding qrc:/main.qml

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    SGaistS
    Good :-) I would suggest for next time to add a message pointing that. Users will likely go through the answers missing your edits.
  • Debugger becomes signal SIGSTOP when started in Qt Creator

    Unsolved
    18
    0 Votes
    18 Posts
    9k Views
    JonBJ
    @Aleksey_K ...which is indeed where I suggested telling the debugger to ignore certain signals...
  • My project isn't linking

    Solved
    10
    0 Votes
    10 Posts
    495 Views
    SGaistS
    Go to the Qt folder, locate and double click on the maintenance tool executable.
  • Design Studio round corner image

    Unsolved design studio rounded image image mask
    1
    0 Votes
    1 Posts
    309 Views
    No one has replied
  • Proper setup Visual studio 2019 and QtVSAddin 2.4.2+ - license key

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    P
    As promissed with help of Qt Support I figured out that problem was my username on PC. It includes "ž" char which apperantly confuses QtVSaddin which tries to locate license file under Primoz\AppData\Roaming\Qt\ instead of Primož... after discovering this I manually copied Qt folder and everything is working.
  • Qt Creator scrollbars hard to see

    Unsolved
    2
    0 Votes
    2 Posts
    290 Views
    J.HilkJ
    @ben-cottrell A wild shot in the dark here, from my side, but search for "themes" folder, with "*.creatortheme" file endings, On Mac its part of the app bundle, no idea on Linux 🤷‍♂️ you can specify the colors there, I think...
  • centos7 installed Qt creator ,svn The file status icon does not change?

    Moved Unsolved
    3
    0 Votes
    3 Posts
    333 Views
    mrjjM
    Hi For me on Linux mint 18, Creator does not reflect the SVN status as its an effect of a plugin in the File Manager.
  • i cant not see designer and debug button .

    Locked Moved Unsolved
    3
    0 Votes
    3 Posts
    271 Views
    Christian EhrlicherC
    Double post (https://forum.qt.io/topic/124172/where-is-the-designer-and-debug-buttons) - closed.
  • How can I customize the code generated by refactoring?

    Unsolved
    2
    0 Votes
    2 Posts
    287 Views
    mrjjM
    Hi Im not 100% sure in what context you mean, but if for QtWidgets, maybe you mean here: ? [image: QJQidH.png]
  • Cant build MinGW 64-bit program

    Moved Unsolved
    2
    0 Votes
    2 Posts
    306 Views
    K
    @korruz Hi and welcome to devnet forum Where is your MinGW compiler for 64 bit installed? Is on folder C:/MinGW the 64 bit version of MinGW compiler installed? Typically it is best to use default settings through MaintenanceTool.exe to install also the appropriate compiler version.
  • What is this ?

    Moved Unsolved
    12
    0 Votes
    12 Posts
    1k Views
    Chris KawaC
    @AnneRanch said: It this case starting with dialog with default buttons was apparently to painful. Nah, it's not ignorance or laziness of the programmer. It's a conscious ui design pattern. The idea of this approach is that all options are applied on the fly, so an "OK" button would do nothing except closing the window, so might as well name it "Close", like you see here.