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
  • Pair label buddy to button group

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    P
    Correct. The button group was the next possibility that occurred to me. Perhaps I could have checked to see if it was a Widget first. I probably should have worded the question differently since I wasn't specifically interested in the class itself, simply the set of buttons that I wanted to group together.
  • program runs with no extra source, but when i add source, it won't run?

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    D
    Solution: i forgot to add the custom build step where i assemble all the components in the destination directory! gosh what a doofus move! okay but thanks so much for your help, your ideas sparked me to look in more places!! :D the hiccup for me was that the IDE didn't OBVIOUSLY report that launching failed due to a missing .dll, which would have been helpful.
  • 0 Votes
    11 Posts
    3k Views
    D
    Thanks, I think that in summary I will try to restructure my code to capture the initial state through slots in the MainWindow (as described previously), and I will also implement loading of settings via QSettings (at which point the Designer-set values won't mater much anyway). I think I've probably got enough to come up with a solution now, so I'll mark this question as answered. Thanks to all for your input!
  • QT creator crashing whenever I click on design tab

    Unsolved
    2
    0 Votes
    2 Posts
    797 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
    850 Views
    No one has replied
  • Stop blinking cursor on fakevim

    Unsolved
    2
    0 Votes
    2 Posts
    696 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
    747 Views
    No one has replied
  • QT Creator and CMAKE( Project layout )

    Unsolved
    3
    1 Votes
    3 Posts
    870 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
    666 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
    418 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.