跳到內容

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 主題 35.3k 貼文
  • Thin letters in Qt Creator 3.3. [solved]

    3
    0 評價
    3 貼文
    1k 瀏覽
    V
    bq. You might be interested in this [bugreports.qt-project.org] (closed) bug report. Thank you for the answer.
  • Code Quality and tool

    3
    0 評價
    3 貼文
    1k 瀏覽
    SGaistS
    Hi, On OS X you have Instruments to analyze your application behavior. It comes with Xcode
  • QML code highlighting in Visual Studio (2010)

    3
    0 評價
    3 貼文
    2k 瀏覽
    O
    I'm also looking for a way to enable comfortable QML editing in VS. At the moment it's just opening QML files as plain text, so even comment/uncomment shortcuts don't work. I'm on VS 2013. Anybody has a solution?
  • Lldb not reading .lldbinit under Qt Creator

    1
    0 評價
    1 貼文
    598 瀏覽
    尚無回覆
  • Old version qtcreator

    5
    0 評價
    5 貼文
    4k 瀏覽
    B
    Ok. Thanks to help me, i will try it.
  • Problem with Qt Creator not stopping on breakpoints when using lldb

    4
    0 評價
    4 貼文
    2k 瀏覽
    B
    The default behaviour for the way lldb searches files included thus doesn't play nicely with .c file inclusion. Performing the following should resolve the problem; settings set target.inline-breakpoint-strategy always should sort the issue. Getting Qt Creator to use/set this value persistently is a different issue. HTH.
  • Looking for QT based application testing tool other than Squish for both WIN and MAC

    7
    0 評價
    7 貼文
    1k 瀏覽
    R
    Hi, Actually, we are compiling Squish Code with modified QT code then only we are able to use it for our application. During compilation, we stuck at many places and Frologic support is lackluster and poor. So we face lot of problems. ~Raushan
  • 0 評價
    5 貼文
    2k 瀏覽
    M
    thank you for confirming that links in the footer and body should be the same.
  • Problem with external stylesheet

    2
    0 評價
    2 貼文
    817 瀏覽
    T
    Tools->Options->TextEditor->Font&colors-> change the background in "text"
  • Addin not visible in Visual Studio 2012

    5
    0 評價
    5 貼文
    5k 瀏覽
    L
    I have reported "QTVSADDINBUG-392":https://bugreports.qt.io/browse/QTVSADDINBUG-392. You may want to vote or watch on the issue.
  • Creator: How do I retain a regexp when replacing?

    4
    0 評價
    4 貼文
    973 瀏覽
    SGaistS
    That's defined by the regexp rules: a set of parenthesis captures what's in between but that's just it's simplest usage
  • [SOLVED] Doxygen integration for Qt Creator

    4
    1 評價
    4 貼文
    4k 瀏覽
    F
    I just found out that Qt Creator has already some limited support for Doxygen comment generation. Just type "/**" in front of a method declaration and press <Enter> and you will get at least a simple Doxygen-Stub. The plugin has some more functionality but in my opinion it's better than nothing.
  • Struggling with Qt Search options in files and globally

    2
    0 評價
    2 貼文
    652 瀏覽
    SGaistS
    Hi, I'd say it's material for a feature request however if you select the panel and hit Ctrl+F you should get the last written value in it If you select/search a text then hit Ctrl+Shift+F you should get to the global search panel with the search line pre-filled with that text
  • Connect ComboBox signal to my class slot [SOLVED]

    19
    0 評價
    19 貼文
    8k 瀏覽
    SGaistS
    Don't worry a bit of patience and a good book will do marvels ;)
  • Qt debug mac OS Yosemite - Python quit...

    5
    0 評價
    5 貼文
    2k 瀏覽
    B
    Thank you I've now opened an issue with bugreports.qt....... Thanks
  • Androiddeployqt does not add QtQuick modules, required by dependency project (.pri)

    1
    0 評價
    1 貼文
    565 瀏覽
    尚無回覆
  • Qt5 VisualStudio Add-in 1.2.4 not populating the QTDIR macro

    1
    0 評價
    1 貼文
    4k 瀏覽
    尚無回覆
  • QT Designer on Windows and custom Widgets

    4
    0 評價
    4 貼文
    1k 瀏覽
    SGaistS
    Glad you found out and thanks for sharing ! Since it's now working, can you please update the thread title prepending [solved] so other forum users may know a solution has been found :) On a side note it's Qt, QT stands for Apple QuickTime
  • [Solved] EmacsKeys Plugin Activation

    4
    0 評價
    4 貼文
    1k 瀏覽
    SGaistS
    You're welcome ! Since you have them working now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • QMAKE_EXTRA_COMPILERS dependencies issue

    3
    0 評價
    3 貼文
    2k 瀏覽
    D
    [quote author="SGaist" date="1419983241"]Hi and welcome to devnet, It's been some times since I've used that but shouldn't you rather use PRE_TARGETDEPS ?[/quote] I used all combinations but with no luck, unfortunately