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
  • Execution time of the particular function

    7
    0 Votes
    7 Posts
    6k Views
    S

    Hi,
    Thank u very much. I ll find more about that tool.

  • [Solved]setup add-in to visual studio

    11
    0 Votes
    11 Posts
    14k Views
    R

    Many thanks for your help, I solved this problem!
    You was right, i delete qt sdk and select qt parts witch only i need

  • CTRL+Click behaviour of QtCreator

    3
    0 Votes
    3 Posts
    3k Views
    M

    https://bugreports.qt.io/browse/QTCREATORBUG-6048

  • 0 Votes
    3 Posts
    4k Views
    G

    Qt Creator does not set compiler settings itself. It uses those defined in your Qt installation (see Gerolf's post for the details).

  • Hibernate qtcreator

    10
    0 Votes
    10 Posts
    4k Views
    AlicemirrorA

    Sure, Tobias,

    I use only sessions, and always start with last session starting Qt Creator. This part is really useful

  • 0 Votes
    3 Posts
    5k Views
    G

    Have a look at the "Combo Boxes in Item Views":http://developer.qt.nokia.com/wiki/Combo_Boxes_in_Item_Views wiki article for an example on how to achieve this.

  • QtCreator and vs2010

    6
    0 Votes
    6 Posts
    5k Views
    T

    Thanks for the info regarding 64bit version (even though I will not need it right now).
    Regarding Designer Plugins: I have custom date editing control + additional class to make the control visible in QtCreator/QtDesigner toolbox. So it seems I will have to recompile QtCreator as well. Is there any tutorial for that or is it easy enough that tutorial is not needed? One question that comes to mind is: which Qt modules are required by QtCreator?

  • [SOLVED] Resources compilation from Qt Creator

    6
    0 Votes
    6 Posts
    7k Views
    F

    Solved:

    I created RESOURCES file in Qt Creator and included icons there. In Qt Designer I selected an icon from RESOURCES (not from file).

    It all works now.

  • 0 Votes
    6 Posts
    4k Views
    G

    I use relative paths too (it's more easy to clone a project then). It broke for me with VS2005 SP1 (unfortunately upgrading to SP2 is blocked by the environment of another project the is built with it) on 32bit Win XP as well as with VS2008 with all SPs and patches on 64bit Vista. It's really strange.

    As a workaround, I just imported the .pro files again. That would be suboptimal, but doable. But unfortunately, the make dependencies are messed up seriously. I rebuild the whole solution, then hit F7 and the every single project is rebuilt completely again where it's supposed to do nothing.

    I gave up on this for now and switched to Qt Creator using the VS toolchain(s). My statement from the initial post has to be revised so far :-)

  • [Solved] Qt Creator 2.2.84 memory consumption

    8
    0 Votes
    8 Posts
    5k Views
    A

    https://bugreports.qt.nokia.com/browse/QTCREATORBUG-5947

    bq. The fix is available in master.

  • 0 Votes
    5 Posts
    3k Views
    D

    I tried official mingw 4.5.2 32 bit. It still cannot be compiled. so I think there is something wrong with Qt Creator 2.3.0.

    later I will create a merge request!

    [quote author="Tobias Hunger" date="1315378625"]Please "file a bug report":http://bugreports.qt.nokia.com/ about the issue or - better yet - "create a merge request":http://qt.gitorious.org/qt-creator on gitorious with your fix:-)[/quote]

  • 0 Votes
    6 Posts
    14k Views
    kidproquoK

    You could look at using the "Clang Static Analyzer with Qt":http://qihome.org/qiliang/2011/08/08/clang-static-analyzer-with-qt/

    I think there has been at least some initial work on getting Clang working with Qt Creator.

  • Git

    2
    0 Votes
    2 Posts
    2k Views
    L

    Could you please provide the commands that you have executed before getting this output?

  • 0 Votes
    2 Posts
    1k Views
    S

    Here is the post "Analysis":http://developer.qt.nokia.com/forums/viewthread/2401

  • 0 Votes
    3 Posts
    3k Views
    C

    Ok, I took a fresh look at this and found both spellings in the .ui file (as suggested above). Editing this allows me to promote to the proper one. Thanks.

    When I was doing this a couple of weeks ago, I could have sworn it was retaining the erroneous class name across projects and changing the .ui file didn't seen to help. Oh well. It looks like all is well now. :)

    Thanks again.

  • Configure qmake to use MSVC toolchain

    11
    0 Votes
    11 Posts
    9k Views
    D

    Thanks guys, I'll try VS adin, it should be much easier and let you know the results.

  • Qt Maintain error

    5
    0 Votes
    5 Posts
    2k Views
    T

    @sibyxx sorry it was a wrongly uploaded file. So usually you don't need to uninstall the sdk in the case you get bad hash error.
    Yes next time a bugreport on jira would be nice.

  • 0 Votes
    4 Posts
    4k Views
    T

    Hi and thanks for the replies. It didn't work for me even with the Manage option.

    My SVN is correctly configured, I can use it to update and commit from within Qt Creator, I am also able to add cpp/h-files to existing projects from the "new" menu. It just doesn't work for new projects, even if these projects are subdirectories of existing projects. This used to work earlier.

    Another think on the subject of version control. I would really like to be able to commit/update from the context menu in the projects pane. An option to customize the context menu would be perfect!

  • Show declarations

    7
    0 Votes
    7 Posts
    2k Views
    L

    #include should be enough.
    I am not aware of any method that allows parsing files outside the project.

  • 2 Votes
    22 Posts
    17k Views
    mzimmersM

    OK, I can live with that (though I do find it a bit surprising that it's not configurable).

    This is actually good news in a way...during the fact-finding while this thread was going on, I was starting to think I was crazy.

    Thanks, V.

    mz