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.5k Posts
  • [solved] Mocking the database example

    12
    0 Votes
    12 Posts
    4k Views
    SGaistS
    You're welcome ! Don't forget to also add a unit test for the mockup object to be sure it's acting correctly. If your question is answered, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • QtCreator: can't open Qt-sources with F4

    2
    0 Votes
    2 Posts
    953 Views
    J
    I figured out that the headers reached with F2 are the headers of the kid, while the debugger uses the path defined in Qt sources. That leads to the next question: Is it possible (and non destructive) to change the header path in the kids definition to the Qt sources?
  • How can I use Xcode with Qt5.4?

    6
    0 Votes
    6 Posts
    2k Views
    B
    Maybe you can help with this build issue http://qt-project.org/forums/viewthread/49203/ I'm trying to resolve an issue I have with QtSerialPort causing a crash, but I need to be able to debug into Qt (platform OSX 10.10) but I'm stuck with getting build I can use the debugger. Any help appreciated (it should lead to a critical fix in Qt :-) )
  • QtCreator 3.3 Beta-1 doesn't work %{buildDir}

    3
    0 Votes
    3 Posts
    4k Views
    shavS
    Hi, Thanks for the reply! I'll wait fix of this bug. Thanks for the link share.
  • [SOLVED] QtCreator does not show the cmake configure dialog

    3
    0 Votes
    3 Posts
    2k Views
    T
    I deinstalled QtCreator 3.1.1, cmake 2.8.12.2 provided by Ubuntu 14.10 repository and installed QtCreator 3.2.1 from qt-project.org. CMake was reinstalled in the meantime.
  • <solved> For Qt creator, gdb is not triggering

    3
    0 Votes
    3 Posts
    4k Views
    A
    Thank you very much andrep, for the kind help. You proved right. I deleted the environment variables, uninstalled python installations and qt installation. The I reinstalled qt environment. Now I am able to trigger gdb. Thanks a lot again
  • Address Santizer with Qt Creator

    2
    0 Votes
    2 Posts
    2k Views
    A
    Feature requests are tracked at bugreports.qt-project.org. Qt Creator Developers rarely look here.
  • Slots/Signals newbie question

    2
    0 Votes
    2 Posts
    668 Views
    SGaistS
    Hi and welcome to devnet, "This":http://qt-project.org/doc/qt-5/designer-using-a-ui-file.html#a-dialog-without-auto-connect part of the documentation is what you are looking. You have described there the two possible connection technique (i.e. by hand and automatic) Hope it helps
  • Qt Creator 3.2.1 on Mac OS X 10.10 Yosemite...

    1
    0 Votes
    1 Posts
    996 Views
    No one has replied
  • Passing text from Qt to exaro

    13
    0 Votes
    13 Posts
    3k Views
    SGaistS
    Then just create a dialog where you can input all of that and then generate e.g. a QTextDocument that you will print
  • Macdeployqt not working.

    5
    0 Votes
    5 Posts
    2k Views
    sierdzioS
    Also, if Mac OS displays it's standard message for crashing applications, please take a look at the report inside it: usually contains a nice stack and memory trace, which is mightily helpful.
  • Makefile unintentional line wrap

    5
    0 Votes
    5 Posts
    1k Views
    K
    These .pro files are provided by Qt. I just add to mkspec file "QMAKE_DIR_SEP = \", because there was error.
  • Unable to debug application in Qt Creator 3.1.2 (Qt 5.3.1) on MacOS X

    17
    0 Votes
    17 Posts
    17k Views
    S
    I finally got it working: I was using launchd.conf to set environment variables, which is not working with Yosemite (see http://stackoverflow.com/questions/25385934/setting-environment-variables-via-launchd-conf-no-longer-works-in-os-x-yosemite). I changed that so all my path, CC and other variables are taken into account I'm using ccache, I cleared the cache and rebuilt everything. Not sure if the launchd change or clearing ccache did the trick, but now it works - thanks.
  • Does the Online Installer mess up my existing Qt versions?

    4
    0 Votes
    4 Posts
    885 Views
    A
    Suddenly, my Visual Studio 2010 crashes every time I open any of my solutions (all C++). I can't pin this on the Qt installation for sure, but there's nothing else unusual I changed. Nothing I tried so far has solved this for me (delete sdf+ilk files, delete suo file, disable all extensions, unload add-ins, run in safe mode). I originally planned to use the newer Qt versions in Studio, so I installed the 5.3.2 and 4.8.6 for Studio 2010, but I have uninstalled them since. Edit: Seems to work after a reboot. That was scary.
  • Choose non-default compiler for my CMake project in QtCreator

    3
    0 Votes
    3 Posts
    2k Views
    N
    I don't need Qt for this specific project, hence I've set the Qt Version to None in my kit (see screenshot). Thanks for the hint with the IRC channel. Will try to send a message there.
  • QtCreator 3.2.1, CTRL+A problem

    2
    0 Votes
    2 Posts
    697 Views
    SGaistS
    Hi, How long is the file ? What OS are you on ?
  • 0 Votes
    2 Posts
    3k Views
    R
    I will answer myself)) Project -> Run -> Run Environment -> Add Variable = LD_LIBRARY_PATH Value = Qt5.3.2/5.3/gcc_64/lib and it works )))
  • Build Error Building QT Creator 3.2.2 (Mac)

    5
    0 Votes
    5 Posts
    2k Views
    SGaistS
    From time to time that can also be a good solution :-D
  • Qt Creator and ccache on Mac

    3
    0 Votes
    3 Posts
    3k Views
    N
    Apparently, the issue was addressed in a recent release of ccache: https://ccache.samba.org/releasenotes.html#_ccache_3_1_10 (Haven't tested it yet)
  • [SOLVED] Qt Creator 3.2.2 - Right Click Closes Windows

    2
    0 Votes
    2 Posts
    912 Views
    D
    Please disregard. A restart fixed my issue.