跳到內容

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 主題 35.3k 貼文
  • options for filtering build logs?

    Solved
    14
    0 評價
    14 貼文
    1k 瀏覽
    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 評價
    2 貼文
    213 瀏覽
    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 評價
    2 貼文
    659 瀏覽
    sierdzioS
    It's not possible now. But you can suggest this feature in Qt bugtracker
  • CMake Cross Compiler and Qt Creator

    Unsolved
    2
    1 評價
    2 貼文
    269 瀏覽
    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 評價
    22 貼文
    3k 瀏覽
    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 評價
    5 貼文
    764 瀏覽
    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 評價
    4 貼文
    2k 瀏覽
    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 評價
    3 貼文
    309 瀏覽
    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 評價
    8 貼文
    7k 瀏覽
    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
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    25 瀏覽
    尚無回覆
  • Getting subdirs project to work: subproject can't find static library binaries of other project

    Unsolved
    2
    0 評價
    2 貼文
    366 瀏覽
    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.
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    35 瀏覽
    尚無回覆
  • Qt write/import qlist<qvariantlist> data to excel with qAxObject

    Unsolved
    5
    0 評價
    5 貼文
    972 瀏覽
    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 評價
    5 貼文
    578 瀏覽
    jsulmJ
    @aha_1980 said in Change standard CONFIG values in .pro file: So please forget don't :-)
  • Qt Creator Clang Code Model 4.8.1 not working for cross-compile with cmake toolchain file

    Unsolved
    1
    0 評價
    1 貼文
    501 瀏覽
    尚無回覆
  • QTCreator 4.10 detected by Kaspersky.

    Unsolved
    4
    0 評價
    4 貼文
    633 瀏覽
    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 評價
    4 貼文
    1k 瀏覽
    aha_1980A
    Hi @skvorl, please comment on the linked bugreport. Thanks
  • QtCreator Warning/Annotation Settings

    Solved
    2
    0 評價
    2 貼文
    945 瀏覽
    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 評價
    1 貼文
    189 瀏覽
    尚無回覆
  • Custom QML Autocomplete

    Unsolved
    1
    0 評價
    1 貼文
    276 瀏覽
    尚無回覆