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.4k Topics 34.5k Posts
  • QMake and resources

    6
    0 Votes
    6 Posts
    4k Views
    H

    In near future I will use QMAKE_POST_LINK in my .pro file for creating rcc by script and I think that I will use Python - it's cross platform.

  • 0 Votes
    6 Posts
    14k Views
    L

    You're welcome.

    And just for the sake of beeing a nitpick: there is a typo in your -[SLOVED]- [SOLVED].

  • 0 Votes
    3 Posts
    2k Views
    G

    I see that you use OpenSSL in your project. I once hat problems using the prebuilt binaries of OpenSSL with MinGW and had to compile that manually. Can you try to build without OpenSSL?

  • 0 Votes
    5 Posts
    10k Views
    T

    giwrg98: Open the .conf file in that folder and add the flags you want to QMAKE_CXXFLAGS.

    Read the included files for more information on what is set up for you already.

  • [Solved] Qt Linguist and accented characters

    4
    0 Votes
    4 Posts
    2k Views
    A

    I find it easiest to switch keyboard layout in your OS. I usually use US/International with dead keys. Then, you can type é by typing 'e.

  • 0 Votes
    3 Posts
    10k Views
    V

    http://qt.nokia.com/downloads/

  • Debugging the Javascript in the Qt Creator

    5
    0 Votes
    5 Posts
    6k Views
    T

    Sorry, but Qt Creator does not support debugging of javascript in web pages. Please use a browser for that.

  • QMake .pro file : include other makefile

    4
    0 Votes
    4 Posts
    8k Views
    S

    http://www.qtforum.org/article/14616/mixing-qmake-makefiles-and-standard-mafefiles.html

  • 0 Votes
    5 Posts
    4k Views
    sierdzioS

    After some research, it seems that this can be caused by many things. For me, the problem was that the Qt I had was build using a different version of Xcode than the app, and thus "install_name_tool" was having problems (Apple's fault, but we have to live with it). Solution was to recompile Qt using the same Xcode that was later used to build the application. And by "the same" I mean really the same - apparently it has to be done with even the Xcode's minor version number matching exactly (best way - just use the same machine).

  • Highlighting search

    3
    0 Votes
    3 Posts
    1k Views
    D

    Hi Leon,

    Thanks for your reply. This is what I need: when you search text in Qt Creator, the found text is sorrunded by a frame and the background color turns to yellow, that is the behavoir I need to implement.

    I use QTextDocument.

  • Removing custom plugin added to designer

    3
    0 Votes
    3 Posts
    963 Views
    S

    There is no "Refresh" option! where can i find it?

  • Polyspace (Mathworks) for static code analysis

    4
    0 Votes
    4 Posts
    4k Views
    S

    Facing the limitation when using Q_FOREACH MACRO and a Qt gnu compiler (Q_CC_GNU), it could be possible to replace the MACRO by another:

    Copy from QtCore/qglobal.h in the configuration file folder
    and rename it mygglobal.h

    Search for the MACRO Q_FOREACH around line 2244 and replace it with MACRO (use flag of compilation to encapsulate new MACRO definition):
    @#define Q_FOREACH(variable, container)
    QForeachContainer<typeof(container)> container(container);
    for (variable = *container.i;
    !container.brk && container.i != container.e;
    ++container.i)@

    Relaunch using -include myqglobal.h. Note that it does not work if Q_FOREACH MACRO is used more than one time in same statement.

  • Working with reports

    4
    0 Votes
    4 Posts
    3k Views
    N

    Thank you, after testing several day all of them, I think KDReport is the best GPL choice.

  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • [SOLVED] Qt Creator spelling checker

    13
    0 Votes
    13 Posts
    6k Views
    M

    I've tested it and that's what I was looking for. It doesn't appear in qtcreator 2.5.

    Thanks.

  • 0 Votes
    2 Posts
    2k Views
    S

    I'm also using Arch Linux and I have the same problem. It seems that it starts working for a while when you log out and log back in, but I haven't noticed what exactly causes it to stop working.

    @extra/qt 4.8.2-2 [installed]
    community/qtcreator 2.5.0-1 [installed]@

  • My designer-qt4 is crash

    4
    0 Votes
    4 Posts
    2k Views
    B

    I create a new acount and use this acount to login and start up the designer-qt4, it works, it dont' crash.

  • Qt Creator UI header file location

    4
    0 Votes
    4 Posts
    9k Views
    G

    Thanks Andre, I'll try that. Any idea why in this case the compiler thinks the automatically-generated header is in foo\GUI, rather than in foo\build, which is where it usually looks?

  • 0 Votes
    20 Posts
    13k Views
    G

    Ok Gene! Thanks! I will follow your suggestion!

  • 0 Votes
    2 Posts
    2k Views
    G

    http://qt.gitorious.org/qt/qt/trees/4.8/src/gui/itemviews