跳到內容

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.5k 貼文
  • Qt Creator crashing at start the application debugging and dont generate crash report

    9
    0 評價
    9 貼文
    4k 瀏覽
    C
    I can only suggest to search the debug information and generate a new thread in the Qt Quick forum with a hint to the function from the Threads View.
  • Testcon - How to load a handful of Controls automatically? Scripting?!? There is no manual.

    2
    0 評價
    2 貼文
    708 瀏覽
    C
    I tried something like this, but in this case the control is opened outside of testcon and can not be moved around by using the mouse because of the fact that the window frame is not visible. @ dim oSettingsView set oSettingsView = CreateObject("FakeClassId.Settings.1") oSettingsView.show() @
  • How to ignore the warnings but only show errors in QtCreator Issues after build?

    2
    0 評價
    2 貼文
    2k 瀏覽
    sierdzioS
    You need to click that yellow exclamation mark sign in the Issues pane, it will prevent QtC from showing warnings.
  • [SOLVED] Qt Creator is very long to start

    8
    0 評價
    8 貼文
    2k 瀏覽
    C
    You are welcome. Please mark your thread as solved by editing the first post and add a prepending [SOLVED] to the title. Happy coding!
  • How to debug Qt installation problem?

    4
    0 評價
    4 貼文
    1k 瀏覽
    hskoglundH
    Hmm, if there's no output then Qt Creator thinks all's fine and dandy when it starts :-) next would be to check the kits, i.e. in Qt Creator, open Preferences. select Build & Run and 2nd tab KIts. Check Auto-detected, it should say "Desktop Qt 5.2.1 clang 64bit"...
  • QtCreator environment variable paths for custom build step

    2
    0 評價
    2 貼文
    2k 瀏覽
    hskoglundH
    Hi, you can add or modify environment variables in the Projects mode (same place you switch Shadow build on/off), if you look at the bottom you have Build Environment, and it can be set differently for Release and Debug build mode. Say for example for Debug build mode you add: MYBUILDDIR=MSVC2010_32bit-Debug<subproject_name>\debug and for Release build mode: MYBUILDDIR=MSVC2010_32bit-Release<subproject_name>\release
  • [Qt Creator] User options while moving project

    3
    0 評價
    3 貼文
    1k 瀏覽
    S
    Thanks for a warm welcome. I mean options from *.pro.user file. Options which in particular govern build and startup for debug. So you mean ~/.config/QtProject on linux across users will assure no reset of .pro.user file as project opens from diffrent account? My goal is to take my project with me to the other workstation and being able to build it from QtCreator without manually enter all custom build options all over again. Let suppose all workstation has same QtCreator on them like the same version Ubuntu workstation for example.
  • Qt problem

    3
    0 評價
    3 貼文
    1k 瀏覽
    D
    For A), I would suggest you look at the variable argc which gives a count of the number of arguments (including the actual command)
  • Qt remote debug over Freescale i.mx53

    1
    0 評價
    1 貼文
    534 瀏覽
    尚無回覆
  • Chrome blocking qt-vs-addin-opensource-1.2.3-alpha.exe as malicious

    1
    0 評價
    1 貼文
    897 瀏覽
    尚無回覆
  • Displaying multiple panels on the same Main window (Qt 4.8)

    4
    0 評價
    4 貼文
    2k 瀏覽
    SGaistS
    Then use QStackedWidget as main widget of your QMainWindow
  • [Solved] [Qt Creator] Console Application won't build C++ code

    3
    0 評價
    3 貼文
    2k 瀏覽
    EddyE
    ok, thanks for the feedback. Could you edit your title of your first post here and prepend [solve] please. that way other forum users know the status.
  • [Solved] Change QTCreator style

    5
    0 評價
    5 貼文
    9k 瀏覽
    V
    [quote author="jza1" date="1383126125"]Did you get the checkbox to work properly? Putting the png files into "images" subfolder doesn't seem to be enough.[/quote] QCheckBox::indicator:checked { image:url(/home/vmkan/.config/QtProject/qtcreator/styles/images/checkbox.png); } Adding this to .stylesheet works well for me.
  • Deploy to multiple linux embedded devices

    1
    0 評價
    1 貼文
    677 瀏覽
    尚無回覆
  • Compiling a subproject from a larger superproject

    5
    0 評價
    5 貼文
    2k 瀏覽
    Q
    have you try @CONFIG += ordered@ doc says: "When using the subdirs template, this option specifies that the directories listed should be processed in the order in which they are given." "CONFIG":https://qt-project.org/doc/qt-5/qmake-variable-reference.html#config
  • [QBS] How to link project references?

    1
    0 評價
    1 貼文
    1k 瀏覽
    尚無回覆
  • [Qt Creator] Remote debugging QNX embedded target

    2
    0 評價
    2 貼文
    2k 瀏覽
    F
    Meanwhile, I discovered that SSH is most likely mandatory for remote linux debugging. Still I don't understand why this is the case as I am able to run GDB from the command line and attach myself to a process. Why is there the need to have a SSH connection to the target, if I just want to attach to a remote process rather than copying any binaries via sftp? Thanks for any comments on this
  • [SOLVED] qmake. including *.pri file due to condition

    7
    0 評價
    7 貼文
    7k 瀏覽
    SGaistS
    It's "here":http://lists.qt-project.org/mailman/listinfo/qt-creator Don't forget to register first
  • Top bar missing in Qt Creator on Lubuntu on VirtualBox

    2
    0 評價
    2 貼文
    1k 瀏覽
    K
    This is the correct link for requirements: "Qt for X11 Requirements":http://qt-project.org/doc/qt-5/linux-requirements.html
  • How to create project for only system commands

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