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
  • Qt Installer Framework: fixed target folder(s)

    1
    0 Votes
    1 Posts
    460 Views
    No one has replied
  • Qt Creator 3.3.2 very low contrast text (in linux)

    qt creator 3.3 linux
    1
    0 Votes
    1 Posts
    674 Views
    No one has replied
  • Qt Creator variables

    qt creator 3.0
    2
    0 Votes
    2 Posts
    2k Views
    M
    A clue of sorts has presented itself. The Variables button does appear when editing the working directory of the Project>Run setting>Run configuration. That answers my second question, but the first remains.
  • Qt Creator tells me my Qt Account credentials are invalid.

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    6 Posts
    28k Views
    K
    Thanks anyway Sandy. This is a weird one to be sure.
  • 0 Votes
    4 Posts
    2k Views
    W
    Hello guys, I want to ask another question to you. How can I make the Uninstaller check exe is running or not before uninstalling? I can do this with installing process but I can not write correct script for uninstalling process. Thanks.
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    4 Posts
    1k Views
    SGaistS
    Then indeed, it looks like the parsing does something fishy. Can you create two minimal ts files that shows the behavior ?
  • Issues using QtCreator 3.3.0 + QBS (Qt Build System)

    2
    0 Votes
    2 Posts
    1k Views
    B
    Looks like it's fixed on Qt Creator 3.4.0 RC (Bug: QBS-757, Fix: Fix detection of debug/release Qt) It's a shame that QBS projects still doesn't treated as a first class citizen...
  • 0 Votes
    3 Posts
    2k Views
    SGaistS
    Hi and welcome to devnet, You should bring this topic on the Qt Creator maling list You'll find there Qt Creator's developers/maintainers (this forum is more user oriented)
  • Code compiles fine yet is marked as erroneous

    qtcreator
    3
    0 Votes
    3 Posts
    817 Views
    M
    That looks more familiar. Thanks for the clarification.
  • Change sidebar computer icon

    qtcreator sidebar icons
    1
    0 Votes
    1 Posts
    804 Views
    No one has replied
  • vs2013 rebuilds everything everytime, qtcreator doesn't

    vs2013 qtcreator
    2
    0 Votes
    2 Posts
    1k Views
    Chris KawaC
    I remember having this problem some time ago after updating Qt version. I'm not sure this was the only thing needed but make sure to remove the entire build directory and rebuild your project. If that doesn't help you might try this (possibly for each file that has Q_OBJECT macro): remove (don't just comment out, remove entirely) the Q_OBJECT macro save the file (this forces Qt plugin to remove generated files configuration for that file) add the Q_OBJECT macro back save the file (this will force Qt plugin to regenerate moc information for that file) Try this with one file and if it helps repeat with others.
  • [Solved] Qt Creator disable autoscroll

    qt creator editing
    6
    0 Votes
    6 Posts
    3k Views
    sierdzioS
    Great, happy coding!
  • Qt Creator "Follow Symbol Under Cursor"

    qt creator file navigation
    3
    0 Votes
    3 Posts
    5k Views
    S
    @Jeroentjehome Thanks for the reply. It fixes the problem, for sure. But in the other hand such feature would be very useful. I will create a feature request and post it here later, if somebody else is also interested.
  • Qt Creator copy project feature RFE

    2
    0 Votes
    2 Posts
    619 Views
    sierdzioS
    No build-in option that I know of. But you can, of course, copy by hand - just remember to remove .pro.user file, if you are using qmake.
  • Visual Studio Add-in for Qt5.4

    6
    0 Votes
    6 Posts
    3k Views
    A
    @tekojo Thanks! More like the comment 27 and around is valid, since links got broken easily. http://forum.qt.io/topic/34189/qt-in-visual-studio-2013/27 Would be nice to render a non valid link with color coding in Forum Posts and check for a relevance every now and then automagically or live thread would show the more recent comments first - that has issues with quotes though. (V)
  • QCA android version

    7
    0 Votes
    7 Posts
    2k Views
    T
    I still got problems, i don't have idea why it is not working, when i tried last time to compile this - it worked, now i'm trying to compile (i haven't changed anything) - it's not working. It's working well on desktop version Qt 5.4.0, i can't get it working on android http://scr.hu/0tgp/6ntgy undefined reference, but the same QCA files are with desktop and android version so i don't know what is wrong :/
  • how to only run subprojects?

    subdirs
    7
    0 Votes
    7 Posts
    6k Views
    T3STYT
    I'm not sure if I should open a new thread or not, since it's related but not the same argument. Anyway, with the project structure above It works fine. But everytime I make a change in a file, and I run single subproject, Qt creator will actually recompile all the subprojects opened, even if I don't need the other units. This takes a lot more time than compiling a single unit and it's frustrating. How can I tell Qt Creator to compile a single "unit" instead of all the projects? EDIT Ok, so, it doesn't always compile all the units. It only does so when I Run the unit. But still, how can I stop it from doing that? My project is not very large now, but it will grow significantly in time... I can't imagine waiting for it to recompile 10 big units before I get a single run...
  • Qdoc, Doxygen and QML types implemented with C++

    doxygen qml documentation c++
    3
    0 Votes
    3 Posts
    5k Views
    sierdzioS
    Thank you for sharing this info