Skip to content

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 Topics 35.3k Posts
  • How to debug Qt installation problem?

    4
    0 Votes
    4 Posts
    1k Views
    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 Votes
    2 Posts
    2k Views
    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 Votes
    3 Posts
    1k Views
    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 Votes
    3 Posts
    1k Views
    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 Votes
    1 Posts
    528 Views
    No one has replied
  • Chrome blocking qt-vs-addin-opensource-1.2.3-alpha.exe as malicious

    1
    0 Votes
    1 Posts
    889 Views
    No one has replied
  • Displaying multiple panels on the same Main window (Qt 4.8)

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    Then use QStackedWidget as main widget of your QMainWindow
  • [Solved] [Qt Creator] Console Application won't build C++ code

    3
    0 Votes
    3 Posts
    2k Views
    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 Votes
    5 Posts
    9k Views
    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 Votes
    1 Posts
    666 Views
    No one has replied
  • Compiling a subproject from a larger superproject

    5
    0 Votes
    5 Posts
    2k Views
    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 Votes
    1 Posts
    1k Views
    No one has replied
  • [Qt Creator] Remote debugging QNX embedded target

    2
    0 Votes
    2 Posts
    2k Views
    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 Votes
    7 Posts
    7k Views
    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 Votes
    2 Posts
    1k Views
    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 Votes
    1 Posts
    536 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    557 Views
    No one has replied
  • Context menu in QListWidget - reference to the item

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Renaming and Moving Files

    2
    0 Votes
    2 Posts
    2k Views
    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 Votes
    2 Posts
    773 Views
    ?
    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.