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 parse all qml files when program start to run

    Solved
    3
    0 Votes
    3 Posts
    744 Views
    K
    @QiFen Thanks for sharing
  • How to set up Qt Creator build type to debug -> to generate .pdb symbols.

    Unsolved
    2
    0 Votes
    2 Posts
    858 Views
    SGaistS
    Hi, Check this article. Hope this helps
  • Qt Creator compilation error on Windows 7 msvs17

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    J
    Thanks it helped to set bat file like below + removing QMAKESPEC: SET PATH=C:\Qt\Qt5.12.1\5.12.1\msvc2017\bin;%PATH% SET PATH=C:\Qt\Qt5.12.1\Tools\QtCreator\bin;%PATH%
  • Qt Creator fails to load Qwt plugin (64-bit)

    Solved creator 4.3.1 64-bit plugins designer
    5
    0 Votes
    5 Posts
    3k Views
    S
    Works fine for me too ;-) thx a lot @frodebj
  • Where can find QtCreator x64 deployment process?

    Solved
    3
    0 Votes
    3 Posts
    554 Views
    Q
    Thanks alots!
  • cannot find -lGL, while building in QT

    Unsolved
    3
    0 Votes
    3 Posts
    575 Views
    aha_1980A
    @Meetika E.g. here: https://forum.qt.io/topic/96546/cannot-find-lgl
  • This topic is deleted!

    Unsolved
    3
    0 Votes
    3 Posts
    2 Views
  • This topic is deleted!

    Unsolved
    1
    1 Votes
    1 Posts
    54 Views
    No one has replied
  • Qt Creator: Export source location etc. to environment (CMake project)

    Unsolved
    1
    0 Votes
    1 Posts
    354 Views
    No one has replied
  • how to trim whitespace in pri file?

    Unsolved
    6
    0 Votes
    6 Posts
    965 Views
    jsulmJ
    @JohnDaYe Can you show how you read that data? Maybe this can help: https://stackoverflow.com/questions/369758/how-to-trim-whitespace-from-a-bash-variable
  • What is the easiest way to integrate sqlite encryption in mobile application?

    Unsolved
    4
    0 Votes
    4 Posts
    599 Views
    SGaistS
    As written, the SQLite plugin provided by the Qt SQL module. Like shown by this project
  • Align tabs of Qt tabWidget vertical

    Solved
    7
    0 Votes
    7 Posts
    5k Views
    S
    @jsulm Actually i was thinking it will be more spacious for my project but now i think horizontal is good for me :-). thank you again.
  • QML - Qt Quick Application 2nd Build/Run not working

    Unsolved
    2
    0 Votes
    2 Posts
    349 Views
    jsulmJ
    @Chohan You save your changes before running second time? Did you try to delete the build directory and do a rebuild?
  • Help QSerialPort

    Unsolved
    3
    0 Votes
    3 Posts
    512 Views
    R
    Thanks for your answer.
  • Qt Creator does not display help content

    Unsolved
    5
    0 Votes
    5 Posts
    800 Views
    aha_1980A
    @Weichao-Wang have you checked if the help files are registered under Tools > Options > Help in Qt Creator?
  • qt cross compile on raspberry pi3

    Unsolved
    6
    0 Votes
    6 Posts
    770 Views
    M
    of course you should know, before that I had several problems with the configure command so i couldn't continue, eventually i solved them and removed all the files or folders related to them and tried again and created raspi file at home and continued i used bellow link: https://wiki.qt.io/RaspberryPi2EGLFS so i think that it have not build before in the same directory
  • Proposal for Qt Creator: highlight "assert" calls differently

    Solved
    5
    0 Votes
    5 Posts
    695 Views
    aha_1980A
    https://bugreports.qt.io/browse/QTCREATORBUG-22060
  • Source Paths Mapping does not work in Ubuntu (works in Windows)

    Unsolved
    3
    1 Votes
    3 Posts
    1k Views
    D
    When I add /home/dave/Qt/5.6.3/Src as the Target path (with Tools -> Options... -> Debugger -> General -> Add Qt sources...), the Source path is automatically set to /home/qt/work/qt. And no, /home/qt/work/qt does not exist on my Ubuntu machine. Similarly, none of the four directories which were automatically added as Source path when I added C:\Qt\5.6.3\Src as the Target path (that is: C:/work/build/qt5_workdir/w/s, Q:/qt5_workdir/w/s, c:/Users/qt/work/install and c:/users/qt/work/qt) exists on my Windows machine. I suppose that these source paths are directories in which the Qt versions I installed were built. The debugger then maps those directories to the directory where I have installed Qt. The mapping works in Windows, not in Ubuntu.
  • can i add a checkbox just above the buttons in a QMessageBox ?

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    kshegunovK
    @davecotter said in can i add a checkbox just above the buttons in a QMessageBox ?: i know you can add buttons into the button bar but what about a check box just above it? how ? It is in principle possible with some black magic incantations. However, if you want to customize it further than already suggested, I advise you to make your own custom message box dialog in designer and take it from there.
  • core dumps in creator and designer

    Unsolved
    2
    0 Votes
    2 Posts
    434 Views
    jsulmJ
    @Kent-Dorfman I would check the bug tracker to see whether there is something like this.