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
  • Qdbus marshalling for array of structures

    1
    0 Votes
    1 Posts
    661 Views
    No one has replied
  • [SOLVED] Qt Quick/Qt Creator grid element question

    12
    0 Votes
    12 Posts
    3k Views
    E
    Thanks for the detailed explanation. It makes it a lot easier to understand the situation. I might still campaign to at least be able to resize an object in a layout. Maybe someday... Thanks again!
  • Why there is no button to add a empty slot?

    11
    0 Votes
    11 Posts
    3k Views
    J
    Yes, thank you very much! I think you are right, I should not use ApplicationWindow. Just use Rectangle straightly, that will work correctly.
  • QtCreator detached help window doesn't show search/index sidebar

    1
    0 Votes
    1 Posts
    599 Views
    No one has replied
  • How to debug 32bit application using 64bit QT

    7
    0 Votes
    7 Posts
    2k Views
    SGaistS
    Really strange, maybe worth to discuss this on the qt-creator irc channel
  • 1 Votes
    2 Posts
    4k Views
    N
    I have the same question
  • Trouble with my.prf [Not found headers]

    2
    0 Votes
    2 Posts
    679 Views
    N
    I was open the issue: https://bugreports.qt-project.org/browse/QTBUG-41993
  • 0 Votes
    8 Posts
    6k Views
    V
    My main problem with QtCreator model is that it doesn't understand auto, does the clang model (I assume so)? Does clang model work for anyone on Windows?
  • Getting an error: cannot find -lGL while building

    3
    0 Votes
    3 Posts
    932 Views
    IamSumitI
    hi and welcome to devnet.. same problem asked many times. "find here":http://qt-project.org/forums/viewthread/42116/
  • Qt Creator: Hide or show menu items

    3
    0 Votes
    3 Posts
    2k Views
    T
    I just checked that everything I wanted was enabled earlier. Now I've also tried disabling and re-enabling some of the items, but it doesn't change anything. I'm quite sure there is or used to be some way to enable or disable at the menu item level, but I can't remember where I found it...
  • 0 Votes
    6 Posts
    2k Views
    A
    It's unlikely that the maintainer takes part in a discussion here. The usual approaches are asking in #qt-creator on FreeNode IRC (preferably during Central European working hours) for short lived "How should X be done?", the Qt Creator mailing list for "important" design discussions/decisions, and codereview.qt-project.org for actual discussion of implementation details. JIRA is of course also ok for things that should not be forgotten. For your particular issue, IRC would probably have been the way to get the quickest response. The time until someone responds also depends on the severety of the issue, and other circumstances. There's e.g. feature freeze for Creator 3.3 tomorrow, so people are really busy.
  • QMovie objects issue

    2
    0 Votes
    2 Posts
    803 Views
    p3c0P
    Hi, Can you try calling qApp->processEvents() after updating each QLabel ?
  • [solved] How to set x ad y position through property window.

    8
    0 Votes
    8 Posts
    3k Views
    IamSumitI
    Also Make this thread as [SOLVED] so other members can notify that problem is solved.
  • 0 Votes
    1 Posts
    924 Views
    No one has replied
  • [SOLVED] system environment variables in QBS

    3
    0 Votes
    3 Posts
    5k Views
    ?
    in qbs 1.3 it is clearly stated in docs @qbs.getEnv(name)@ (second letter "e" is Capitalized) In my case following worked: @property string gmockHome: qbs.getEnv("GMOCK_HOME") cpp.includePaths: ['.', gmockHome + '/include', gmockHome + '/gtest/include']@
  • Qt Creator and GDB pretty printing

    6
    0 Votes
    6 Posts
    8k Views
    P
    For the Creator style printers, is it possible to put them in a module? I can only seem to get them to be recognized if they're directly in ~/.gdbinit or Creator's startup commands. I'd like to have them in a module, likely a few different modules. Thanks! --Chris
  • Macdeployqt does not include thirdparty modules

    4
    0 Votes
    4 Posts
    1k Views
    L
    Qt 5.3.2 on OS 10.9.5, Xcode Version 6.0.1 Bacon2D was install in $HOME/Qt/5.3/clang_64/imports
  • Qt Installer Framework - install libraries that depends on Qt on Mac OS X

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    My bad, I misunderstood your use case. On OS X, what you generally do when providing libraries is to provide frameworks which are also bundles like applications. Qt by default installs bundles. If you take the example of Qt's installation one step is to correct the paths from the library in each bundle to make it match where it's installed so you don't need too much fiddling with e.g. DYLD_LIBRARY_PATH
  • Want to make qt ide as vim

    2
    0 Votes
    2 Posts
    797 Views
    A
    In the FakeVim settings, switch off "Expand Tabulator", or type :set noet. Same as in real vim.
  • Customize qt installer: background, icons...

    1
    0 Votes
    1 Posts
    509 Views
    No one has replied