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
  • Need help on cross compilation for ARM cortex a8

    Locked
    2
    0 Votes
    2 Posts
    788 Views
    sierdzioS
    Please do not "double post":https://qt-project.org/forums/viewthread/43500/.
  • Visual Studio 2010 Add In Still Working?

    2
    0 Votes
    2 Posts
    711 Views
    T
    I downloaded this from this website and seems to be working fine, at least for basic things. Once you download you have to configure it. http://qt-project.org/downloads
  • 0 Votes
    10 Posts
    2k Views
    SGaistS
    Don't mix the Qt Creator version and Qt version, they are separated things.
  • [SOLVED]How to configure Beautifier?

    4
    0 Votes
    4 Posts
    13k Views
    M
    Thanks a lot. it works :)
  • 0 Votes
    1 Posts
    610 Views
    No one has replied
  • [SOLVED] Problem configuring compiler in kit

    9
    0 Votes
    9 Posts
    16k Views
    JKSHJ
    You're welcome. :) Happy coding! Please edit your original post and add "[SOLVED]" to the title.
  • VS2012 + Qt Addin1.2.2 - Changes in Designer not recognised in VS

    4
    0 Votes
    4 Posts
    1k Views
    G
    Hi It is indeed a well known problem
  • Qtcreator 3.0 font issue under Ubuntu: ugly font with small size

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Slow compilation in QtCreator

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    15 Posts
    11k Views
    D
    The proper way should is to overwrite the QMAKE_MACOSX_DEPLOYMENT_TARGET flags, for example: QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.7 and then it will change the mmacosx-version-min to 10.7
  • Cannot set Valgrind's Kit

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    You're welcome and thanks for sharing this interesting finding of yours. Happy coding !
  • Qmlextension plugins example doesn't compile

    2
    0 Votes
    2 Posts
    858 Views
    M
    I installed QT 5.3 the same way on linux, It turns out that its not really necessary as there is a qt5 qtcreator available via the repositories (apt system). What I had to do was install the libqt5declarative5 package to get some of the qml stuff to work. Its worth checking the path variable of your build environment for the qt5 path and then opening a terminal and checking that path for examples/plugins. I am having problems with the qtcontainerextension plugin, and I have found that if I choose a different build environment to the desktop one then I have to copy the plugin files manually to the 'QTInstallPath/plugins/designer/' folder. QTInstallPath in our case is something along the lines of /opt/QT/5.3/gcc_64/bin/ (if you use the 64 bit gcc build). The other thing is that there are a whole host of libqt5 libs that you can install via the repositories and some of them (the ubuntu one for instance) remove modemmanager - so if you use a broadband dongle then be careful. I suspect that there is a way to install the needed qml declarative files via the maintenance manager, but I opened all of the options in there and couldn't find anything worth clicking. I haven't tried to compile that particular example myself but I figure this will help.
  • Qt Creator 2.7, empty Locals and Expressions view?

    8
    0 Votes
    8 Posts
    8k Views
    C
    Hello Our problem was that the Desktop kit and Target kit were using the same Python. We workarounded it creating the PYTHONHOME variable on Desktop Kit and pointing it to /usr Best regards and good luck, Jose
  • Qt visual studio 2013 problem :(

    12
    0 Votes
    12 Posts
    6k Views
    L
    [quote author="enesutku07" date="1400953207"]visual studio 2013 qt creator 4.8 hooked. When writing code, but if I give an example of a phono plug from designerman've set. Add as a code at not include. I think there is a difference in that. 2012 I will now install. from there I can try[/quote] I'm sorry, but I can't understand exactly what you are posting. Google translator has problems when translating text with lots of terms not in general use. Qt Creator (latest version is 3.1.1) is a standalone application that can use lots different compilers and debuggers (including those included in VS3013) together with lots of different Qt versions. But if you don't have a precompiled Qt library, you'll have to first compile it from source after you configure it for the compiler and target device you want to use. Problem is that Qt 4.8 (latest version is Qt 4.8.6) is available in precompiled form only up to VS2010, if you want to use it together with the VS2013 compiler you will have to first compile it from source (Qt 4.8,6 has a mkspec folder for VS2013 so you can at least give it a try). If instead you are trying to use the VS2013 IDE to develop using Qt 4.8, you will have to manually set all include paths and libraries because the "Visual Studio Add-in 1.1.11 for Qt4" supports at most VS2010.
  • VS2013 + Add-in 1.2.3

    2
    0 Votes
    2 Posts
    2k Views
    G
    Hi Right click on tour project Select Add Class Then select Qt5 Classes and then Qt5Gui class hth
  • Qt Creator documentation FAQ - minor modification proposal

    8
    0 Votes
    8 Posts
    2k Views
    SGaistS
    Nice, thanks :)
  • External code beautifier / custom indentation .

    4
    0 Votes
    4 Posts
    2k Views
    L
    Automatic indention: No, but that isn't the purpose of source beautifiers. As for the shortcut: options -> environment -> keyboard Main benefit: the beautified code is fully integrated into the undo framework and can be called on unsaved files. (In opposite to calling external tools.) Normally I write my code, living with the auto indent provided by Qt, and then trigger my short cut quite often. So all other styles, I set up, get respected. Works for me.
  • Qbs: ReferenceError: Can't find variable: Windows

    4
    0 Votes
    4 Posts
    3k Views
    I
    Thank you very much for reply! I will try make this changes tomoroow. Update: this is working!
  • [VS AddIn] How to -pluralonly?

    2
    0 Votes
    2 Posts
    774 Views
    W
    I tried to use lupdate.exe manually but I can't get it working. How to specify the input directory where the .cpp and .h are? I tried -I but it says found 0 source texts..
  • QtCreator the problem with popup components.

    2
    0 Votes
    2 Posts
    810 Views
    sierdzioS
    [quote author="shav" date="1400665667"]Where I can get the last version of QtCreator which based on Qt 5.3? In Snapshots all version is based on 5.2.1. Thanks for any help![/quote] Right now you can only compile Qt Creator yourself using Qt 5.3.0. Or wait for next release of Qt Creator.