跳到內容

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 貼文
  • QtCreator 4.9.2 does not start

    Unsolved
    7
    0 評價
    7 貼文
    2k 瀏覽
    jsulmJ
    @Gourmet said in QtCreator 4.9.2 does not start: Qt 5.13 installs QtCreator 4.9.2 It does not, the installer does
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    17 瀏覽
    尚無回覆
  • Qt Creator expands all my trees of classes

    Unsolved
    7
    0 評價
    7 貼文
    984 瀏覽
    aha_1980A
    @jsulm QTCREATORBUG-22639
  • Online installer (ABI and Autodetect problems)

    Unsolved online install qtcreator abi kit setup webassembly
    5
    0 評價
    5 貼文
    2k 瀏覽
    F
    Hi Patrick. I'm in the same situation. Installation on archlinux using the official qt5.13 online installer. Android and desktop kits are well configured on qtcreator just by using their respectif qmake. However when I choose the one.of webassembly (wasm_32) distributed by qt, qtcreator warns about the ABI, saying that it is not defined. Its value is unknown-unknown-unknown-..... I compiled a simple qt project using wasm_32 kit but link fails with the following error main.o: architecture machine must be wasm32. Any help?
  • Calls from shared object to main app fail if I build with QtCreator

    Solved
    4
    0 評價
    4 貼文
    463 瀏覽
    R
    @RobDaNet Ok, I solved my problem (actually I got help on SO). Nevertheless, this was a good occasion to register on QtForum ;) This line: QMAKE_CFLAGS += -rdynamic -lm -L/-dl should be QMAKE_LFLAGS += -rdynamic -lm -L/-dl
  • IFW - dynamic pages on maintenance tool?

    Unsolved
    1
    1 評價
    1 貼文
    211 瀏覽
    尚無回覆
  • Error during uninstallation process

    Unsolved
    7
    0 評價
    7 貼文
    1k 瀏覽
    U
    @iieklund As a workaround, I added the following line to controller script installer.autoRejectMessageBoxes(); installer.setMessageBoxAutomaticAnswer("installationErrorWithRetry", QMessageBox.Ignore);
  • IFW 3.1.1 developer setup questions

    Solved
    1
    0 評價
    1 貼文
    174 瀏覽
    尚無回覆
  • 0 評價
    2 貼文
    430 瀏覽
    jsulmJ
    @SoheilSabz If you're creating a plug-in for designer then you need to copy the final plug-in library to the same location where other designer plug--ins are. Also, you have to use same Qt version which was used to build your version of designer.
  • error: cannot find -lc++ | error during compilation on android

    Solved
    4
    0 評價
    4 貼文
    1k 瀏覽
    BondrusiekB
    @levolex Thank you for link. Now, It works.
  • expanding QPlainTextEdit boxes in QTabWidgets

    Solved designer qtabwidget qplaintextedit
    10
    0 評價
    10 貼文
    2k 瀏覽
    SGaistS
    Usually, it's the bigger widget added that sets the overall size of the QTabWidget.
  • QT insert widget inside Mainwindows by using QDesignerCustomWidgetInterface

    Unsolved
    2
    0 評價
    2 貼文
    391 瀏覽
    SGaistS
    Hi, Your MainWindow inherits from QObject and not from QWidget nor QMainWindow for that matter. That's your current issue.
  • CTRL+Click behaviour of QtCreator

    Unsolved
    4
    0 評價
    4 貼文
    639 瀏覽
    Pradeep P NP
    @alex1 I did face same issue, but as @J-Hilk restarting the Qt Creator / PC worked for me.
  • 此主題已被刪除!

    Unsolved
    2
    0 評價
    2 貼文
    9 瀏覽
  • Issues Building Static Qt

    Solved
    19
    0 評價
    19 貼文
    5k 瀏覽
    mzimmersM
    UPDATE: I got the configure (and make/make install) to run successfully. On a suggestion from the person handling the bug case I opened, I deleted my existing source base and re-extracted it. I then created a subdirectory for the build, went into that subdirectory and issued this command: ..\configure -prefix C:\QtStatic\qt-everywhere-src-5.12.3 -platform win32-g++ -static -static-runtime -opengl desktop -nomake examples -nomake tests -recheck-all Then ran mingw32-make. Both the wiki page on this topic, and the powershell script it references, are flawed. And the build process is a bit fragile: even by creating and using a shadow build, I somehow corrupted my source, causing the OpenGL red herring that was driving me crazy. A fresh extraction was the key, but a couple other points: do use the -platform switch when running configure -static and -static-runtime are both needed when in doubt, use the -recheck-all switch Anyway, this hopefully closes out this nasty little chapter. Thanks to all involved; I'll be back eventually with some follow-up questions on creating standalone apps.
  • qt designstudio community

    Unsolved
    2
    0 評價
    2 貼文
    400 瀏覽
    B
    No, the importer for the Bridges is only in the Commercial Edition of Design Studio.
  • 此主題已被刪除!

    Unsolved
    1
    0 評價
    1 貼文
    4 瀏覽
    尚無回覆
  • 此主題已被刪除!

    Unsolved
    3
    0 評價
    3 貼文
    24 瀏覽
  • How to hide this F1?

    Solved qtcreator 4.9.1
    4
    0 評價
    4 貼文
    796 瀏覽
    aha_1980A
    @Melie Thank you, I apologize for the time spent, I did not think that at least someone will answer. I will stay on 4.7.2 until there are adequate solutions. If that is important for you, plesse report it on bugreports.qt.io Otherwise it will stay like this forever. Regards
  • Can I get a try for design studio with a Open Source user?

    Solved
    3
    0 評價
    3 貼文
    350 瀏覽
    T
    You can download the community version of Qt Design Studio from here: https://download.qt.io/official_releases/qtdesignstudio/1.2.0/ It is missing the 'bridges' for Photoshop and Sketch.