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
  • 0 Votes
    2 Posts
    502 Views
    SGaistS
    Hi, Again: Please don't post the exact same question on multiple sub-forum. One is enough. Duplicate Closing this one.
  • 0 Votes
    2 Posts
    2k Views
    M
    I believe this is a bug in Qt Creator so I filed a bug report about this issue: https://bugreports.qt.io/browse/QTCREATORBUG-18666
  • QT creator 4.3.1 problem with 4k Display

    Solved
    2
    0 Votes
    2 Posts
    906 Views
    A
    I've soled in this way: sudo -i gedit /etc/environment Next add: QT_AUTO_SCREEN_SCALE_FACTOR=1, saved and restart my pc. Also QT_DEVICE_PIXEL_RATIO=2, works with QT editor 3.5.1 :)
  • Limited natvis support for Visual Studio

    Unsolved
    5
    0 Votes
    5 Posts
    5k Views
    L
    You can check the existing types here https://github.com/qt-labs/vstools/blob/dev/src/qtvisualizer/qt5.natvis It would be nice, to have that for every single type in Qt, since by default it doesnt show any valueable information, mostly just raw pointers to the object. One example could be every Json-related type (http://doc.qt.io/qt-5/json.html)
  • vs2017 got stuck when Add Qt Class...

    Moved Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    H
    I have the same problem here with Visual Studio 2017 (15.2) There is already a bug report in JIRA: https://bugreports.qt.io/browse/QTVSADDINBUG-463
  • std::swap won't compile?

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    D
    OMG is it that easy? where's the "d'oh!" emoji?
  • Debugging code running in QJSEngine

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    E
    "debugging for QJSEngine. The intention is to have a design that allows developers to write scriptable applications where scripts run in other threads, not the Qt GUI thread, so they could be debugged using dedicated Qt APIs. But this, again, is a quite distant possibility, no concrete plans for that." Current roadmap of Qt ((
  • GDB unexpected exit

    Unsolved
    1
    0 Votes
    1 Posts
    798 Views
    No one has replied
  • Qt Creator: do NOT adjust indentation?

    Unsolved
    1
    1 Votes
    1 Posts
    418 Views
    No one has replied
  • Qt auto generating documentation tools

    Unsolved
    2
    0 Votes
    2 Posts
    669 Views
    SGaistS
    Hi, If you want to build your documentation following Qt's style then qdoc is the way to go.
  • qbs windows icon

    Unsolved
    1
    0 Votes
    1 Posts
    526 Views
    No one has replied
  • Qt Creator (debugging) how to view CFStrings?

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    jsulmJ
    @davecotter I understand what you mean, I just want to point out that you should use correct wording. If you know what debugger is used you can, for example, check whether there are any known issues like yours here: https://bugreports.qt.io/projects/QTCREATORBUG/issues/QTCREATORBUG-18608?filter=allopenissues If not you can file a bug there.
  • Improve image quality of help generator

    Unsolved
    1
    0 Votes
    1 Posts
    329 Views
    No one has replied
  • Qt 5.9.1 no more msvc2013 x86 (32 bit)?

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    SGaistS
    You should get a stack trace to see what it is about.
  • Qt Creator enable Beautifier

    Solved
    8
    0 Votes
    8 Posts
    6k Views
    SGaistS
    You should rather clean the permissions from that file than run Qt Creator with sudo.
  • 0 Votes
    15 Posts
    6k Views
    mrjjM
    Hi It seems to be here. \src\plugins\qtsupport\baseqtversion.cpp" LINE 1336 QList<Task> BaseQtVersion::reportIssuesImpl(const QString &proFile, const QString &buildDir) const { ... QString sourcePath = QFileInfo(proFile).absolutePath(); const QChar slash = QLatin1Char('/'); if (!sourcePath.endsWith(slash)) sourcePath.append(slash); if (tmpBuildDir.count(slash) != sourcePath.count(slash)) { const QString msg = QCoreApplication::translate("QmakeProjectManager::QtVersion", "The build directory needs to be at the same level as the source directory."); results.append(Task(Task::Warning, msg, FileName(), -1, ProjectExplorer::Constants::TASK_CATEGORY_BUILDSYSTEM)); } return results; }
  • The Visual Studio 2017 is released, when qt msvc2017 version release?

    Unsolved
    11
    1 Votes
    11 Posts
    48k Views
    P
    I keep getting the [1] - Project ERROR: No UCRTVersion found in environment. error while configuring the project in vs 2017. please help!
  • Debugging - value of char* using typedef

    Unsolved
    1
    0 Votes
    1 Posts
    388 Views
    No one has replied
  • CDB in Qt Creator fails to debug Qt sources

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    kshegunovK
    @raven-worx said in CDB in Qt Creator fails to debug Qt sources: Just the mapping to the sources is missing. Well, I thought this (the mapping) was done by the pdb, but I might've been wrong, it's been mighty long since I last built on windows.
  • Can't use Variables in shadow build directory name?

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    kshegunovK
    Thank you!