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
  • QtCreator: ShortCut to open the "outline" window at cursor position

    1
    0 Votes
    1 Posts
    976 Views
    No one has replied
  • Qt 5.4 RC: QML imports

    1
    0 Votes
    1 Posts
    587 Views
    No one has replied
  • Qt Assistant always shows two TOCs

    3
    0 Votes
    3 Posts
    960 Views
    B
    Thanks for the lead. I’ll look into that possibility.
  • Qt VS 2012 Add-in

    1
    0 Votes
    1 Posts
    627 Views
    No one has replied
  • Qt 5.4 RC: no more HTML docs?

    2
    0 Votes
    2 Posts
    780 Views
    JKSHJ
    Hi, I don't know if the HTML files will be distributed with the installer, but you can browse them online at http://doc.qt.io/qt-5/index.html
  • QBS tutorials?

    6
    0 Votes
    6 Posts
    3k Views
    ?
    What about Qt Creator "gitorious":https://qt.gitorious.org/qt-creator as a real-world example?
  • Installing Qt 4x

    5
    0 Votes
    5 Posts
    2k Views
    SGaistS
    Hi, One other possibility is to use Ubuntu's provided Qt 4 if it's recent enough
  • Debug Mode:Variables and Watches window

    3
    0 Votes
    3 Posts
    823 Views
    A
    it works for me thanks!
  • Android deployment on Qt 5.4.0 and Qt Creator 3.3.0

    2
    0 Votes
    2 Posts
    1k Views
    M
    Update: after a few more tries, it turned out that: my library was not loaded cause of missing QtScript dependency in the main app. Adding it solved the runtime load extra contents must be placed in "/assets" and loaded via QFile("assets:/...") Still I don't understand why I don't have the full deployment options in Qt Creator
  • QtIFW on-line: Cannot access Updates.xml in repository

    6
    0 Votes
    6 Posts
    3k Views
    J
    Thanks for the info! I tried adding the application/xml mime type with the xml extension, both with and without the dot. It still doesn't work. I will try to get through their support and have it resolved that way, but I think this is something to address in QTIFW in the future. Or is hostmonster the only hosting solution that has problems with this?
  • [Moved] Cannot retrieve debugging output in Qt Simulator

    4
    0 Votes
    4 Posts
    8k Views
    K
    so how do we check which process is not the current one? because I have this issue and checked with taskmgr that there's indeed two qtcreator.exe processes
  • Launching Debugger gets stuck on OSX Yosemite

    2
    0 Votes
    2 Posts
    2k Views
    A
    LLDB has changed its startup requirements. Your options are either using an older build of LLDB, or Qt Creator 3.3 rc, or apply the patch from https://codereview.qt-project.org/#/c/95516/ manually to your lldbbridge.py.
  • Adding States

    2
    0 Votes
    2 Posts
    631 Views
    P
    I actually just realized that for some reason, ApplicationWindow does not have a Add State button. I can easily just create a new qml file with a rectangle and add states... but what if I want to have that same qml file be the file that is shown when the application starts up?
  • QtCreator 3.0.0 not showing files from included *.PRI files

    17
    0 Votes
    17 Posts
    7k Views
    A
    Bump! Same problem here! Project structure: project.pro (main pro file) tools.pri (in tools subfolder) gui.pri (in gui subfolder) project.pro ( http://paste.ubuntu.com/9279754/ ) tools.pri ( http://paste.ubuntu.com/9279756/ ) gui.pri ( http://paste.ubuntu.com/9279762/ ) All the files specified inside the .pri files are inside the respective folders. Only with the $$PWD prefix the files are shown inside QtCreator (so in the above pasted files, only the gui/about.h file is shown, screenshot: http://i.imgur.com/V6fnGwL.png ). An interesting note: The invisible files can be accessed using the Ctrl+Click technique when viewing the .pri file from inside the QtCreator, so something is fishy.
  • 0 Votes
    6 Posts
    4k Views
    G
    Up! any solutions for this ? could'nt find a way to do it yet..
  • Qt Assistant. "Open Pages" window with alternatingRowColors

    1
    0 Votes
    1 Posts
    492 Views
    No one has replied
  • 0 Votes
    10 Posts
    4k Views
    SGaistS
    Gremlins ! Sometimes they're nasty… Happy coding !
  • QTCreator doesn't stop in my breakpoints in one project but not in others

    2
    0 Votes
    2 Posts
    1k Views
    A
    Do you use second project as a shared library? Try to put break point immediately before calling a function from project2 and then create breakpoint in that function. Does it work?
  • [SOLVED] Qt Creator and CMake on Windows

    4
    0 Votes
    4 Posts
    5k Views
    A
    SOOOO I got it. I had CMAKE_PREFIX_PATH set to C:\Qt\Qt5.3.1\5.3\msvc2013_64_opengl I simply deleted that environment variable and now it works. I don't think this is intended behavior. It should be possible to set all variables in CMake and override whatever is in CMAKE_PREFIX_PATH. My problem that I don't see what exactly the makefile is doing. SO far I do not like QtCreator.
  • Qdbus tools don't compile on windows

    2
    0 Votes
    2 Posts
    830 Views
    S
    you can #undef a few declarations, but some symbols are actually already used as typedef'ed types in windows headers, e.g. CHAR, so the issue remains