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.5k Posts
  • How to show colored text in Qt Creator application output panel?

    2
    0 Votes
    2 Posts
    2k Views
    J
    Mayb only through qDebug()? Although that would be stupid.
  • QtIFW 1.5.0 - shortcuts in Windows 8

    1
    0 Votes
    1 Posts
    647 Views
    No one has replied
  • 0 Votes
    2 Posts
    887 Views
    A
    ok - changeglog is quite clear (-; it is possible to build Creator 3.2 against Qt 4.8.x bq. Compiling Qt Creator 3.2 Prerequisites: Qt 5.3.1 or later (with restrictions also Qt 4.8.x) NOTE: confirmed: Creator ver 3.2.2 is building against Qt 4.8.5 without a hitch and working working with full scrolling speed e.g, supporting native rendering option
  • SIGSEGV in debugging mode only

    5
    0 Votes
    5 Posts
    2k Views
    D
    [quote author="SGaist" date="1418382303"]I meant an assert in the library you are using[/quote] I have no sources for external library. I using this library from MSVS and have not any questions. I think it's matter in differences debug / no debug modes.
  • Help Bookmarks disappear after Qt Creator restart

    1
    0 Votes
    1 Posts
    685 Views
    No one has replied
  • [SOLVED] QT Creator without QT Designer

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    You're welcome ! Since that point has been cleared, please update the thread title prepending [solved] so other forum users may know a solution has been found :) Happy coding !
  • How to detect QML design mode in Qt Creator

    2
    0 Votes
    2 Posts
    1k Views
    M
    I get this answer somewhere else Thomas Hartmann says: December 10, 2014 at 15:36 If you need complex backend data or models, then you can do what is described here: http://blog.qt.digia.com/blog/2011/07/28/mockup-data-for-the-qml-designer/ But with Qt Creator 3.3 we introduced a new ui.qml file format. In this case your code is split into full QML and a subset (in the .ui.qml file) for the designer. Then you can define any values and even models in the .ui.qml file and overwrite those in the qml file that contains the implementation. See: http://doc-snapshot.qt-project.org/qtcreator-3.3/creator-quick-ui-forms.html
  • Call external library weird behavior

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    Sorry, I missed the first one. Nothing wrong, IIRC it's a question of buffering but I don't remember the exact details
  • Linux-g++-64 mkspec for qtcreator 3.3.0-rc1

    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    You can modify the mkspec used in Preferences -> Build and Run -> Kit -> select the kit you want to use
  • Code completion with iterators don't work

    1
    0 Votes
    1 Posts
    544 Views
    No one has replied
  • Qt creator 3.3.0-rc1: some text items in main menubar look blurry

    1
    0 Votes
    1 Posts
    603 Views
    No one has replied
  • Changing fonts in Qt Creator [Linux Mint 17 x86_64]

    3
    0 Votes
    3 Posts
    2k Views
    D
    I managed to solve my problem. The fact that earlier I manually added fonts from Windows to the Linux Mint . Qt5 processes these fonts incorrectly (I don't know why). After removing the added Windows fonts problem is solved.
  • OpenCL syntax highlighting: Auto-Indent issue

    1
    0 Votes
    1 Posts
    762 Views
    No one has replied
  • [SOLVED] Question on subdirs project template

    3
    0 Votes
    3 Posts
    2k Views
    T3STYT
    Hmm... seems quite a waste of purpose having a subprojects template just for having all sub-projects grouped together... I would have found it very useful if I could use the main .pro file to define some general includes, variables... well anyway, thank you very much for answering, andreyc :)
  • Close files with project

    2
    0 Votes
    2 Posts
    697 Views
    A
    Welcome to DevNet. AFAIK there is no such feature in qtcreator. When I'm getting lost among opened files I use "Close all files except visible". Also you can open a feature request on https://bugreports.qt-project.org/
  • ${TARGET_EXT}, ${QMAKE_EXTENSION_SHLIB} appear blank

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    Can you show the content of your pro file ?
  • Qt creator 3.2.X high cpu usage in editor

    2
    0 Votes
    2 Posts
    1k Views
    N
    Removing Options -> C++ -> Code model -> Ignore pre-compiled headers option (this is set by default) seems to fix the issue - code completion and parsing is smooth now. I don't use PCHs in my projects explicitly, so don't know whether it influences its supposed aim to improve performance.
  • Qt Designer, using a widget file in other window

    6
    0 Votes
    6 Posts
    2k Views
    Chris KawaC
    It's actually not a c++ problem as it defines nothing about the ABI. It's the vendors that don't get along and don't maintain backwards compatibility. But that's a curse and a blessing at the same time. Managed c++? You mean the abomination of C++/CLR? I'm almost certain it would be impossible, if not for the sole share of 3rd party libraries required for starters. OpenGL, ICU, DirectX, Webkit, all the platform specific APIs, python and perl needed for building... nah, forget it. C++/CLR is dying anyway. Very few people are interested in it these days. Certainly not Microsoft anymore.
  • 0 Votes
    5 Posts
    2k Views
    SGaistS
    You can find several post on this forum for that GL error. You are missing the OpenGL development libraries. Qt's default projects run with the minimal amount of code to get a window/widget
  • [Solved] Editor in QtCreator 3.2.1 doesn't see variables

    4
    0 Votes
    4 Posts
    915 Views
    B
    Thanks but this was bug and he is already fixed in upcoming release.