跳到內容

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 貼文
  • Clang kit configuration for Windows

    Unsolved
    1
    0 評價
    1 貼文
    784 瀏覽
    尚無回覆
  • Code Style

    Unsolved
    1
    0 評價
    1 貼文
    442 瀏覽
    尚無回覆
  • Generic Highlighter: how to configure

    Unsolved
    1
    0 評價
    1 貼文
    616 瀏覽
    尚無回覆
  • Qt Creator "Search Results" changed to "Application output" by running application

    Solved qtcreator
    3
    0 評價
    3 貼文
    726 瀏覽
    A
    @jsulm yes i tried it latter, but not helped but as you say it flag - i think to restart creator - and this flag applies so problem is solved, only need to restart creator then changing this flag
  • Qt Creator Advanced find history queries

    Solved qtcreator
    3
    0 評價
    3 貼文
    810 瀏覽
    A
    @Q139 yes it is, i tried only mouse ) but thy not combobox in this field ?
  • How to integrate Qt Designer into an external IDE

    Unsolved
    6
    1 評價
    6 貼文
    2k 瀏覽
    kshegunovK
    @JKSH said: It looks like there isn't a single pre-defined widget that Qt Creator instantiates, so Creator implements its own wrapper widget to manage the different components of Qt Designer. I think this is because they want it fancy (like adding things to dock(s)). :) See for example: http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/plugins/designer/formeditorw.cpp#n231 http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/plugins/designer/formeditorw.cpp#n368 http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/plugins/designer/formeditorw.cpp#n455 http://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/plugins/designer/formeditorw.h It appears in Creator there's a wrapper in place for the designer widget and its subcomponents. I can't blame them though, because at least it puts the introspection in one place and provides a more convenient way of treating the various subwidgets. I do believe however that only for testing you could try embeding the top-level widget and seeing how that fares. I'd assume that it should at least show the designer. Although, while skimming through the source I wasn't able to see where they are instantiating the QDesignerFormEditor, perhaps there's a plugin-loading somewhere that I missed. Kind regards.
  • Cannot run Qt Creator 4.0

    Unsolved qtcreator
    3
    0 評價
    3 貼文
    790 瀏覽
    SGaistS
    Hi, Out of curiosity, why do you have QT_PLUGIN_PATH defined in your environment variables ?
  • [ISSUE] QtCreator 3.6.0, 3.6.1 and 4.0.0 do not start up on windows

    Solved issue bug
    7
    0 評價
    7 貼文
    3k 瀏覽
    AxelDA
    Hi Guys, Thanks, indeed this is due to the graphic card... I have 2 of them on his laptop and when I force the ati one, it solves the problem. However if I leave the built in Intel HD chip active as it is by default, it crashes. Will look for some drive update for it, thanks !
  • Running a 3D model

    已鎖定 Unsolved
    2
    0 評價
    2 貼文
    633 瀏覽
    SGaistS
    Hi, Please don't ask the same questions in multiple sub-forum. One is enough. Duplicates Closing this one
  • QT Creator and CMAKE

    Unsolved
    4
    0 評價
    4 貼文
    1k 瀏覽
    SGaistS
    From a quick look at Qt Creator's code there's indeed a dedicated class for CodeBlocks project parsing (if interested the cmake plugin). That's a point you should print to the Qt Creator developers/maintainers. You can do that on the corresponding mailing list here.
  • [issue] Refactoring context menu with QtCreator

    qtcreator 4.0.0
    2
    0 評價
    2 貼文
    813 瀏覽
    ?
    Hi! You can configure the keyboard shortcuts as you wish: Tools > Options... > Environment > Keyboard.
  • Qt unified installer behind proxy with AV

    Solved
    3
    0 評價
    3 貼文
    1k 瀏覽
    sneubertS
    Solved quick and dirty. Using QSdkReproChooser and adjusting _rootUrl = "https://ftp.fau.de/qtproject/"; (many other mirrows do not support https) in Downloader::useMirrow. Also copy libeay32.dll and ssleay32.dll to QSdkReproChooser exe-dir for https QNetworkRequest and CONFIG += openssl-linked
  • Library reference in project?

    Solved
    6
    0 評價
    6 貼文
    2k 瀏覽
    T
    I was finally able to get this working. I needed an odd combination of .pri files, and the $$OUT_PWD variable. Thanks to all.
  • QT Creator LLVMpipe: please update to 11.2.1!

    Unsolved
    2
    0 評價
    2 貼文
    505 瀏覽
    SGaistS
    Hi and welcome to devnet, If you'd like to reach the Qt Creator developers/maintainers please go to the Qt Creator mailing list. This forum is more user oriented.
  • Windows 7 - QtCreator 3.6.1 / Qt Widgets Application issue

    Unsolved
    4
    0 評價
    4 貼文
    766 瀏覽
    hskoglundH
    Hi, just checking, you're running Qt Creator 3.6.1 with Qt 5.5.1? I thought you had to upgrade to Qt 5.6 to get Qt Creator 3.6.1.
  • 0 評價
    2 貼文
    1k 瀏覽
    SGaistS
    Hi and welcome to devnet, You're likely hitting QTBUG-52544 which is fixed for 5.6.1
  • Creator: How to copy text from compile output?

    Solved
    3
    0 評價
    3 貼文
    689 瀏覽
    A
    @jsulm Now it works for me, too. But I have re-stared Creator in the meantime. Thanks for checking.
  • Qt Creator auto-complete doesn't recommend anything from the files that haven't been included

    Unsolved qt creator
    5
    0 評價
    5 貼文
    2k 瀏覽
    ?
    @kshegunov Hello, thanks for your answer again. Note that in my example, BaseProcess is used in many other places, just not yet in the file I was working on. Thus, it sees it already. Also, the files are configured in CMake and can be seen in Project-view. Thank you for the link. I will do a feature request on the bugtracker at some point. Best regards, William
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    13 瀏覽
    尚無回覆
  • [SOLVED] Rename class in Qt Creator

    13
    0 評價
    13 貼文
    17k 瀏覽
    H
    Why is this topic closed? Wouldn't it be great if Qt Creator could do like https://www.jetbrains.com/help/idea/15.0/rename-refactorings.html ?