跳到內容

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 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 貼文
    528 瀏覽
    尚無回覆
  • Chrome blocking qt-vs-addin-opensource-1.2.3-alpha.exe as malicious

    1
    0 評價
    1 貼文
    889 瀏覽
    尚無回覆
  • 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 貼文
    666 瀏覽
    尚無回覆
  • 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 貼文
    536 瀏覽
    尚無回覆
  • 此主題已被刪除!

    1
    0 評價
    1 貼文
    557 瀏覽
    尚無回覆
  • Context menu in QListWidget - reference to the item

    1
    0 評價
    1 貼文
    2k 瀏覽
    尚無回覆
  • Renaming and Moving Files

    2
    0 評價
    2 貼文
    2k 瀏覽
    SGaistS
    Hi, AFAIK, there's no such functionality yet (did you check the latest Qt Creator 3.1 RC) ? You can also check the "bug report system":http://bugreports.qt-project.org to see if it's already been asked, if not, you can open a new feature request
  • Debugger breakpoints acting very strange.

    2
    0 評價
    2 貼文
    773 瀏覽
    ?
    Qt still have debugging problem based on my experience. The problem here is that breakpoint symbols are not visible in the editor, this is some UI related issues as I guess. I think still it breaks at the line, hope they will fix this issue soon.
  • (Utils::SshConnection) How to send a SSH remote command?

    Solved
    3
    0 評價
    3 貼文
    9k 瀏覽
    SGaistS
    Hi and welcome to devnet ! Nice you found and thanks for sharing ! Can you also mark the thread as solved using the "Topic Tool" button ? So other forum users may know a solution has been found :) [edit: updated solved marking request SGaist]