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
  • QT creator crashing whenever I click on design tab

    Unsolved
    2
    0 Votes
    2 Posts
    847 Views
    jsulmJ
    @sum123987 Maybe you should also install the latest Qt version :-) You're using Qt 4, right?
  • using find_package() of cmake in QtCreator

    Unsolved
    11
    0 Votes
    11 Posts
    5k Views
    B
    I tried to use FileSystem view but it doesn't have tree structure like project view has. Every time I want to expand a folder I have to open that folder. Besides that using FileSystem view and switching between files is annoying.
  • 0 Votes
    5 Posts
    2k Views
    N
    I have now. It was not out when I did the original test. Anyway with Creator 4.3.1 it seems to be OK independently from the compiler or Qt version. I guess this solves it. Thanks for pointing out.
  • Qt creator text editor snippet completion

    Unsolved creator completer text snippets
    1
    0 Votes
    1 Posts
    868 Views
    No one has replied
  • Stop blinking cursor on fakevim

    Unsolved
    2
    0 Votes
    2 Posts
    711 Views
    L
    @Learner I found this now I but it seems to mess up with the color scheme. Now I am researching how to fix it.
  • WinRT problem

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    I haven't used that platform yet but you should find more information about it here. Hope it helps
  • Problems when creating a Qt Compressed Help (qch) and Qt Help Collection (qch) file.

    Unsolved
    1
    1 Votes
    1 Posts
    766 Views
    No one has replied
  • QT Creator and CMAKE( Project layout )

    Unsolved
    3
    1 Votes
    3 Posts
    907 Views
    jsulmJ
    @Andy-Page You could ask on QtCreator mailing list where QtCreator developers are: http://lists.qt-project.org/mailman/listinfo/qt-creator
  • Qt attempts to link library that is never referenced

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    P
    Qt 5.9 downloaded using qt-unified-windows-x86 (online installer). I installed packages for UWP 32bit, UWP64 bit and 32bit MinGW Btw I now removed to whole building directory (manually) and rebuilded the project and it does not complain. I'm puzzled here, will mark it solved after a few more tests.
  • Sqlite3 Select statment return no result

    Solved
    17
    0 Votes
    17 Posts
    5k Views
    VRoninV
    Actually scrap that, it's much easier, don't know what I was thinking... const QString dateText = QLocale(QLocale::English).toString(ui->deMonth->date(),QStringLiteral("MM/yyyy"));
  • Qt 5.9 x32 with msVC 2017

    Unsolved msvc2017 qt5.9
    13
    0 Votes
    13 Posts
    13k Views
    Cobra91151C
    @SGaist Thanks. I will try it.
  • QtCreator debugger whats happened?

    Unsolved
    24
    0 Votes
    24 Posts
    7k Views
    A
    Yes, it's happening, Code: int* p = mask.size.p; is shown as int and value is p[0] [image: be44f35c-c006-42dd-8302-e87c830039f0.png]
  • QT Creator and Git

    Moved Unsolved
    2
    0 Votes
    2 Posts
    676 Views
    SGaistS
    Hi, AFAIK, you'll have to write your own plugin to provide that.
  • qmake ignoring .c files

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    A
    @m.sue .pro file is extremely simple: #------------------------------------------------- # # Project created by QtCreator 2017-06-21T14:10:32 # #------------------------------------------------- QT-= core gui TARGET = gren-freetype TEMPLATE = lib CONFIG += staticlib DEFINES += FT2_BUILD_LIBRARY INCLUDEPATH += $$PWD/include SOURCES += \ font_loader.cpp \ src/base/basepic.c \ src/base/ftadvanc.c \ src/base/ftapi.c \ src/base/ftbase.c \ src/base/ftbbox.c \ src/base/ftbdf.c \ # ... # More .c files HEADERS += \ font_loader.hpp \
  • QPainter howto draw Table

    Solved
    16
    0 Votes
    16 Posts
    11k Views
    mrjjM
    Oh you have 1000 rows. Yes then report generator is surely the way to go as it would have been a huge image to show all them at once :)
  • Using Qt Virtual Keyboard with non-Qt applications

    Unsolved
    1
    0 Votes
    1 Posts
    426 Views
    No one has replied
  • Visual Studio 2013 and Qt3D module

    Unsolved
    14
    0 Votes
    14 Posts
    5k Views
    A
    Yep I know, but it's not an option on my project. By the way, i got the exact same behavior using the VS2013 compiler. The scene parser plugin that fails to load (the dll files) are well present in the folder.
  • QtCreator restyle and customize

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    hungerH
    https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/share/qtcreator/themes has the themes that ship with creator. Those are the easiest way to change the colors used in the UI. I am not sure you can change icons via the .theme-files, but at the very least you can tint the existing icons. Work to make the themeing more powerful is ongoing, help is appreciated. We are always happy to get patches via codereview.qt.io!
  • Qt Creator 4.3.0 autocomplete won't suggest C++11 (worked in 4.2.1)

    Unsolved
    1
    0 Votes
    1 Posts
    531 Views
    No one has replied
  • QtCreator, ubuntu, 'android--1' does not exist in SDK.

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    M
    @mateczek temporary I find solution in this topic https://v-play.net/developers/forums/t/problem-when-builds-apk#post-16047