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
  • QtCreator 2.2 does't recognize std:: anymore?

    5
    0 Votes
    5 Posts
    3k Views
    X

    Okay, done here: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-4846

    But I suspect this is because of the cross-compiling environment and me not using QtCreator's building tools.

  • Qmake from Qt 4.7.3

    8
    0 Votes
    8 Posts
    4k Views
    S

    Is there anything what I can do to solve this issue or to investigate it?

  • FIXME, TODO, and other notes in Qt Creator

    29
    0 Votes
    29 Posts
    26k Views
    L

    [quote author="Denis Kormalev" date="1304979454"]leon.anavi, there are some features that you miss in Vass' plugin? If yes you can contact him, he is here on DevNet.[/quote]

    Honestly I have not tried it yet :(

    Regarding the comments that the installation is time consuming I will add it to my to-do list for some of the coming weekends.

    Vass, thanks for providing the plugin! I will write back when I install it to share user comments :)

  • Designer is dead!

    5
    0 Votes
    5 Posts
    3k Views
    R

    Many thanks for your help, i open designer in the needed folder and it is worked

  • 0 Votes
    2 Posts
    5k Views
    Z

    $$OUT_PWD is what you need I think.

  • 0 Votes
    5 Posts
    3k Views
    V

    Solved the problem.
    I had put my settings wrong from the keyboard layout, so it had nothing to do with Qt.

  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • [Moved] QtCreator vs CMake Project

    3
    0 Votes
    3 Posts
    3k Views
    A

    I'm running both version in the same machine, in the same session, under the same environment... "A snapshot of the CMake GUI is here...":https://docs.google.com/leaf?id=0B9kC5AeCp_q7ZThlYzg1N2QtY2Q1Ny00MmI4LTk3NzItYjg4YTFhMGFjZDc2&hl=en
    !https://docs.google.com/leaf?id=0B9kC5AeCp_q7ZThlYzg1N2QtY2Q1Ny00MmI4LTk3NzItYjg4YTFhMGFjZDc2&hl=en(Snapshot of my CMake generated GUI)!

    "A snapshot of the Qt GUI is here...":https://docs.google.com/leaf?id=0B9kC5AeCp_q7NWNkOTJlZmYtMGViNi00NThjLTg2MDUtMDFhNjdkZTNiYjA2&hl=en:
    !https://docs.google.com/leaf?id=0B9kC5AeCp_q7NWNkOTJlZmYtMGViNi00NThjLTg2MDUtMDFhNjdkZTNiYjA2&hl=en(Snapshot of my Qt generated GUI)!

    I wonder if it has something to do with this laptop not having a graphics card...

  • [Split] Visual Studio 2010 and VS Addin

    3
    0 Votes
    3 Posts
    3k Views
    M

    Thanks for the pointer!

  • Qt SDK 1.1 && remote compiler [Solved]

    3
    0 Votes
    3 Posts
    2k Views
    L

    WOW it work! :-D

  • Visual Studio to use MinGW compiler

    4
    0 Votes
    4 Posts
    5k Views
    G

    Afaik, it's not supported out of the box.
    I'm not sure whether some plug-ins / addons exist to do that.

  • How to link push button to another form

    Locked
    23
    0 Votes
    23 Posts
    32k Views
    G

    Please, no necroposting - this topic is more than 4 months old. Meta stuff like this should be discussed in "The Lounge":http://developer.qt.nokia.com/forums/viewforum/7/.

    If you think there is need for discussion of this stuff, feel free to open a new thread there.

    Closing this one for now.

  • Lower case filenames

    29
    0 Votes
    29 Posts
    23k Views
    mzimmersM

    Done, but no response yet.

    "link to report":http://bugreports.qt.nokia.com/browse/QTCREATORBUG-4734

  • Cannot find -lQtMultimedia

    13
    0 Votes
    13 Posts
    14k Views
    J

    Oops. And also add

    INCLUDEPATH += /usr/include/QtMobility
    INCLUDEPATH += /usr/include/QtMultimediaKit

  • Document sync

    3
    0 Votes
    3 Posts
    2k Views
    S

    Ok, thank you. I will try.

  • 0 Votes
    3 Posts
    3k Views
    M

    Thanks for the info.

    -=ben

  • Modifications not taken with QtCreator

    3
    0 Votes
    3 Posts
    2k Views
    J

    I think I solved the problem.
    Something was wrong with the directory structure.
    I made the following changes:

    Created a folder "Naptar" for my project. Copied the former project folder "Naptar" with all the contents under the main "Naptar" folder. Deleted the "Naptar.pro.user" file. Opened the project file and set the new folders by simply clicking OK
  • 0 Votes
    8 Posts
    14k Views
    T

    Ok, but you know how the symbols are exported?

    ---- If you don't know: ----
    In the dll project, create a "exports.h" (or call it whatever you like)
    It should have the following contents:
    @#ifdef MYFANCYDLL_EXPORTS

    define MYFANCYDLL_API __declspec(dllexport)

    #else

    define MYFANCYDLL_API __declspec(dllimport)

    #endif@

    In your myfancydll.pro, add
    @DEFINES += MYFANCYDLL_EXPORTS@

    Every class which should be exported should be written like the following:
    @#include "exports.h"

    class MYFANCYDLL_API MyExportedClass
    {
    public:
    void someFunction();
    }@

    When writing this way, a .lib file will be generated automatically, there's also no need for creating a .def file. By the way: Qt does the linkage the same way, see the Q_GUI_EXPORT in every QtGui class definition.

    If you already know this stuff, just ignore this reply :)

  • 0 Votes
    8 Posts
    5k Views
    I

    Didn't know that. Thanks again!

  • 0 Votes
    5 Posts
    3k Views
    K

    Thanks for support.
    Due to an HD crash is the problem no longer existent :(
    Just to give a feedback. There will not be any follow-up in this thread.