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
  • Make produces sometimes broken executables

    12
    0 Votes
    12 Posts
    6k Views
    S
    @lyuts How can I create a backtrace an what is it good for? (Please remember that I cannot use the Debugger in QT Creator with my application, it is not able to start the application, so doing something on the command-line would be more helpful).
  • Qmake wiki page

    4
    0 Votes
    4 Posts
    3k Views
    A
    lyuts, I'll update the "second link":http://www.qtcentre.org/wiki/index.php?title=Undocumented_qmake#Undocumented_variables to point to the page, not to the variables section directly. Thanks :-)
  • [Solved] MySQL and Qt on Windows 7.

    3
    0 Votes
    3 Posts
    7k Views
    K
    Hi Tobias, I downloaded my Qt as executable from Nokia’s site, so I guess it was compiled with mingw. Thanks a lot for the tip and best regards, Grzegorz
  • QML Visual Editors bugs and suggestions

    2
    0 Votes
    2 Posts
    3k Views
    T
    How about reporting your issues in "our bugtracker":http://bugreports.qt.nokia.com/? I am not sure the relevant developers will ever read this here...
  • QtCreator help system suggestion

    11
    0 Votes
    11 Posts
    6k Views
    T
    nothingbutqt: Feel free to stop by in #qt-creator on the "freenode IRC network":http://freenode.net/ if you have questions. Of course you can also to ask on the "qt-creator mailing list":http://lists.trolltech.com/mailman/listinfo/qt-creator.
  • [Solved] .pro files and CompilerFlags

    9
    0 Votes
    9 Posts
    7k Views
    V
    Oh, that's good! How didn't I find this option! Thank you very much!
  • Couple of crashes with Creator 2.1 beta

    3
    0 Votes
    3 Posts
    2k Views
    T
    Can you get a backtrace and file a bug report? Thanks!
  • Using dumpcpp

    4
    0 Votes
    4 Posts
    5k Views
    D
    dumpcpp is a Qt tool that generates a C++ namespace for a type library. The problem i am facing is that i have commercial Qt4.3 version, integrated with visual studio 2005. So i can't use visual studio 2008 just for attaining my one goal. That is why i am looking for some tool which can produce a C++ namespace from 2008 dll, usable in 2005. Though i really doubt, if its possible. :(
  • Crash dump logs when Creator crashes

    3
    0 Votes
    3 Posts
    4k Views
    D
    As far as I remember, the CLI utility to do it is "ulimit":http://ss64.com/bash/ulimit.html
  • [Moved] Qt Integration with TDM GCC

    8
    0 Votes
    8 Posts
    8k Views
    S
    It doesn't solve the problem with it not being able to row it correctly... It just hides it away, so I decided to keep it, maybe someone can reproduce it or something. Offtopic, anyway?
  • JAVA API for QT Assistant

    2
    0 Votes
    2 Posts
    3k Views
    D
    Maybe Jambi will help you?
  • .pro editor broken in Eclipse Helios

    4
    0 Votes
    4 Posts
    4k Views
    Q
    The missing editor is considered a feature: "http://bugreports.qt.nokia.com/browse/QTBUG-6885":http://bugreports.qt.nokia.com/browse/QTBUG-6885 "http://doc.qt.nokia.com/qt-eclipse-1.6/eclipse-integration-whatsnew.html":http://doc.qt.nokia.com/qt-eclipse-1.6/eclipse-integration-whatsnew.html In other words, there is no more "Settings" GUI for .pro files as of 1.6.0.
  • Moc.exe crashing and SDKMaintenancetool.exe failing to launch

    4
    0 Votes
    4 Posts
    4k Views
    S
    Turns out it was a faulty SSD harddisk that basically made my whole system corrupt. Was just seeing the sideeffects in Qt and the SDK installer first :) Corsair - I'm not impressed btw.
  • Setting up environment variables in Qt Eclipse Integration.

    2
    0 Votes
    2 Posts
    3k Views
    V
    I've found a better solution for organizing multiple projects. subdirs template in qmake helps with it!
  • Generic Highlighting colors

    4
    0 Votes
    4 Posts
    5k Views
    T
    You can change the path creator is using to discover the highlighter files. Just check Tools->Options->Text Editor->Generic Highlighter.
  • Qt Creator 64bit under Windows7

    4
    0 Votes
    4 Posts
    4k Views
    P
    then may be u contact Support.
  • My extended controls

    4
    0 Votes
    4 Posts
    3k Views
    ?
    I don't know anything about C#, what do you want to do? What I understand is you want to display a dialog to setup your widget in the designer. If it's the case, it's possible: "http://doc.qt.nokia.com/4.7/qdesignertaskmenuextension.html":http://doc.qt.nokia.com/4.7/qdesignertaskmenuextension.html See also the TicTacToe example in the designer (right click on the widget, you can edit the initial state).
  • 0 Votes
    5 Posts
    3k Views
    ?
    [quote author="s.frings" date="1285785629"]I was unsure if this is a possible bug or if the error is sitting in front of the screen.[/quote] lol good one!
  • Creating QtCreator 64bit under Windows

    4
    0 Votes
    4 Posts
    3k Views
    F
    I have solved my problem. The Core.dll requires the Qt libraries aswell. And since i didnt add them to my Path-Variable, the Core.dll couldnt be loaded because of missing dependecies. I simply added my qt/bin folder to path and it works now
  • [Solved] How to see custom slot in signal slot editor

    17
    0 Votes
    17 Posts
    46k Views
    ?
    i learnt a new trick with the creator :)