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
  • Import Project completely crashing Qt Creator Winx64?

    10
    0 Votes
    10 Posts
    3k Views
    SGaistS
    I meant you should a file like: @qt-opensource-windows-x86-msvc2013_64-5.4.0.exe@ unless you used the online installer.
  • Solved: Toolchain Match Qt Creator

    13
    0 Votes
    13 Posts
    7k Views
    SGaistS
    Hi and welcome to devnet, Check the compilers panel in Build and Run, does your cross-compiler appear there ?
  • Linker errors when building DLL dependent on static lib

    1
    0 Votes
    1 Posts
    997 Views
    No one has replied
  • Installer Framework - Installing updates?

    9
    0 Votes
    9 Posts
    2k Views
    A
    The scenario is: An end user installs my application with an online installer, created by Installer Framework. An update is published. How should the end user install the update? The problem at 3. is that if the end user launches the installer, it doesn't allow for updating the existing installation, it'll just try to install another instance. You have to launch the installer actually, in order to be able to update the installation to the new version.
  • QtCreator - Refactoring, adding member function definitions in .cpp file

    1
    0 Votes
    1 Posts
    639 Views
    No one has replied
  • [SOLVED]Qt Creator 2D Array not saving values at right spot

    2
    0 Votes
    2 Posts
    732 Views
    N
    omg, I am so stupid lol I see where the problem was, sorry to anyone that took the time to read this :(
  • 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
    643 Views
    No one has replied
  • 0 Votes
    2 Posts
    882 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
    683 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
    541 Views
    No one has replied
  • Qt creator 3.3.0-rc1: some text items in main menubar look blurry

    1
    0 Votes
    1 Posts
    601 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
    760 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 :)