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
  • options for filtering build logs?

    Solved
    14
    0 Votes
    14 Posts
    1k Views
    Pablo J. RoginaP
    @davecotter said in options for filtering build logs?: well that seems to work. excellent! thank you for sharing. Time to mark the post as solved?
  • Qt Design Studio - will it preview on Android

    Unsolved
    2
    0 Votes
    2 Posts
    213 Views
    T
    Theoretical it could work but ... QtDesignStudio uses a different settings directory path we as the QtDesignStudio developers decided not to go the hassle to support every possible platform for preview stuff QtCreator itself has also the Build->Preview menu entry so you can try to make it work on your own in QtCreator but we see the need to share stuff with people at there mobile devices or even devices without any installed Qt For that, we are preparing a QmlProjector which is basically a running Qt in a browser which can understand packed resources. [image: 28ce1e71-5f2c-4383-9b89-3ef9b0c6e8c7.png] a first version can be seen here: qmlprojector work is still in progress, but if we are ready we will show a blog post about it. Try it out and if there are issues use jira so we can reply in structured way.
  • How to copy the results of a search in Qt Creator?

    Unsolved
    2
    0 Votes
    2 Posts
    659 Views
    sierdzioS
    It's not possible now. But you can suggest this feature in Qt bugtracker
  • CMake Cross Compiler and Qt Creator

    Unsolved
    2
    1 Votes
    2 Posts
    269 Views
    M
    Are some of these architecture-specific variables automatically set by having and choosing an appropriate cross-compiler QtCreator Kit?
  • ui_somedialog.h goes missing after including somedialog.h to test cpp file

    Solved
    22
    0 Votes
    22 Posts
    3k Views
    aha_1980A
    @PusRob you can select the currently active executable with the monitor button just above the green play button. Regards
  • Building of some projects with subdirs template in creator

    Solved
    5
    0 Votes
    5 Posts
    764 Views
    K
    @kshegunov said in Building of some projects with subdirs template in creator: @koahnig said in Building of some projects with subdirs template in creator: Is it because of duplication between object files of complete and leaf projects? Sort of, it imports the command line configuration for the output directories and such. So in the end it behaves pretty much as what you'd expect by building through the shell. Also it helps to make sure each project references the proper kit, read Qt version, (i.e. the one used when you build from the command line). OK, that seems to work for me as well. Is there any relevant documentation available? Searching for some without success. There is in the left pane this [image: 579d616a-5c96-47de-b19e-6305ea2f2047.png] which I used. But in the right window there is also [image: 837c216e-f23d-456d-8a47-444ee52be857.png] They end in the same folder which cannot be chosen in my case. It has to be the shadow build folder resp the relevant branch in that case. There might be special condition since I try to separate source and shadow build folders as much as possible. The reason is internal, in addition I am using a RAM folder as shadow for a while. @kshegunov Thanks for the hint it is really helpful.
  • Qt Creator QSS Syntax Highlighting Support

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    sierdzioS
    Yes, it should. Since OP mentioned modifying MIMEs I assumed Kate files did not work or not well enough (even in Kate I get only very very basic highlighting for QSS).
  • Creator: Change kits in multiple projects?

    Solved
    3
    0 Votes
    3 Posts
    309 Views
    A
    @sgaist said in Creator: Change kits in multiple projects?: Hi, I would say a script that would add the lines in the .pro.user files. Thanks...I wrote a suggestion.
  • C++ SQLite3 encrypted DB

    Solved
    8
    0 Votes
    8 Posts
    7k Views
    Christian EhrlicherC
    @ryna said in C++ SQLite3 encrypted DB: As far as I understand QtCipherSqlitePlugin is not an open source. Why not? It's LGPL 2.1
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    25 Views
    No one has replied
  • 0 Votes
    2 Posts
    366 Views
    SGaistS
    Hi, IIRC, I used a combo of DESTDIR and $$OUT_PWD to put all libraries in a common folder so then it's easier to link the application to them.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    35 Views
    No one has replied
  • Qt write/import qlist<qvariantlist> data to excel with qAxObject

    Unsolved
    5
    0 Votes
    5 Posts
    972 Views
    Gojir4G
    @oldthrasher Did you try to fix the string for calling Open ? newWorkbooks->dynamicCall("Open(const QString&)", newPath); But anyway I see nothing in your code to write the data in the new file created. You are calling Add without any argument. You need to loop on data to write them on the new excel file. BTW It could be more efficient to open the new excel file before the loop and then filling it with data at the same time you are reading them from the source file.
  • Change standard CONFIG values in .pro file

    Solved
    5
    0 Votes
    5 Posts
    578 Views
    jsulmJ
    @aha_1980 said in Change standard CONFIG values in .pro file: So please forget don't :-)
  • 0 Votes
    1 Posts
    501 Views
    No one has replied
  • QTCreator 4.10 detected by Kaspersky.

    Unsolved
    4
    0 Votes
    4 Posts
    633 Views
    sierdzioS
    @aha_1980 said in QTCreator 4.10 detected by Kaspersky.: @sierdzio the mailing list request is here: https://lists.qt-project.org/pipermail/qt-creator/2019-September/008131.html I know, I wrote it :D Thanks for the link, though, I forgot to backpost it here.
  • Qt Creator 4.9.0 and newer issues with sftp on Windows 10

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    aha_1980A
    Hi @skvorl, please comment on the linked bugreport. Thanks
  • QtCreator Warning/Annotation Settings

    Solved
    2
    0 Votes
    2 Posts
    945 Views
    J.HilkJ
    actually there is a numeric casting operator in JS, the Unary plus(+) So I can use that and fall back to the === comparing I would still like to know how to disable the warning. if you know how to, please tell 😉
  • Qt Creator stucks while opening ui files from pri file

    Unsolved
    1
    0 Votes
    1 Posts
    189 Views
    No one has replied
  • Custom QML Autocomplete

    Unsolved
    1
    0 Votes
    1 Posts
    276 Views
    No one has replied