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
  • <solved> For Qt creator, gdb is not triggering

    3
    0 Votes
    3 Posts
    3k 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
    599 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
    986 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
    867 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
    684 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
    897 Views
    D
    Please disregard. A restart fixed my issue.
  • 0 Votes
    2 Posts
    660 Views
    SGaistS
    Hi and welcome to devnet, A slot can be called like any other functions and since yours is protected your can only call it inside a subclass
  • How to compile utf16 source file?

    3
    0 Votes
    3 Posts
    1k Views
    N
    like that: g++ -finput-charset=CP1251 -fexec-charset=CP1251 -o test my.cpp i was trying, and I dropped the case.
  • Size Policy of Push Buttons, inside a Layout

    3
    0 Votes
    3 Posts
    1k Views
    0
    After reading thru some documented Examples I found out what is going on. In the FormEditor the Main Layout is not visible, thus you have to select it in the Hierarchy view. So every setting I changed in the Gridlayout and its children was overwritten by the centralWidget Layout. Now it works fine. Horizontal spacers work to, but if you rescale the Window the buttons are still pressed against the side.
  • Qdbus marshalling for array of structures

    1
    0 Votes
    1 Posts
    661 Views
    No one has replied
  • [SOLVED] Qt Quick/Qt Creator grid element question

    12
    0 Votes
    12 Posts
    3k Views
    E
    Thanks for the detailed explanation. It makes it a lot easier to understand the situation. I might still campaign to at least be able to resize an object in a layout. Maybe someday... Thanks again!