跳到內容

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.5k 貼文
  • Actual cmake config in QT

    1
    0 評價
    1 貼文
    653 瀏覽
    尚無回覆
  • QtCreator. Pro file. Target file path relative to the *.pro file path.

    8
    0 評價
    8 貼文
    13k 瀏覽
    _
    Sorry I cannot get PWD to work... Could you please advise how to copy only target file (myProject.exe) from the build directory to the specific directory after linking? For example using of the QMAKE_POST_LINK. I means something like this: @ BUILDDIR = $${DESTDIR} QMAKE_POST_LINK +=$$quote(cmd /c copy /y $${BUILDDIR}$${FILE} ../$${FILE}) @
  • Qt Creator doesn't run qmake after .pro edit

    2
    0 評價
    2 貼文
    1k 瀏覽
    JKSHJ
    Hi and welcome to the Qt Dev Net! Yes, that is known behaviour -- we all need to run qmake manually after editing the .pro file. Perhaps you'd like to submit a feature request to https://bugreports.qt-project.org ?
  • QtCreator problems

    10
    0 評價
    10 貼文
    3k 瀏覽
    T
    Hm, you might be right. So the GDB was built against specific version of Python. That one has then to be used with GDB, correct? I do have the correct python but I don't know how to tell QtCreator to use it... Any ideas?
  • Qt Creator for custom projects

    1
    0 評價
    1 貼文
    775 瀏覽
    尚無回覆
  • Radio button and Display Widgets on qt4-designer

    6
    0 評價
    6 貼文
    3k 瀏覽
    SGaistS
    You can use a QButtonGroup and connect the buttonClicked(int) signal to a slot so based on the button id you can update the label with the explanation
  • Solved : Problems using QGLWidget as base to promote to own class

    5
    0 評價
    5 貼文
    2k 瀏覽
    EddyE
    Thanks for confirming your findings to the forum happy coding!
  • Installer Framework Check for 64bit environment

    1
    0 評價
    1 貼文
    481 瀏覽
    尚無回覆
  • Generating ui-header files in QModbus V0.2.0 project

    1
    0 評價
    1 貼文
    794 瀏覽
    尚無回覆
  • Qt Creator: Where's the Resource Browser?

    20
    0 評價
    20 貼文
    48k 瀏覽
    F
    What the hell! Same problem here, why are they separated?? If I run Qt Designer stand alone I have the Resource Browser window, but inside Qt Creator not. Is very annoying and I think that demonGeek have an essential question: why are separated? It could be very useful have same functionality inside Qt Creator. Why is missing? Thanks in advance
  • Refactor to new file

    2
    0 評價
    2 貼文
    709 瀏覽
    T
    If you want a separate implementation file for each function, that's probably not possible.
  • Att: Qt Engineers - No Visual Studio for Qt

    6
    0 評價
    6 貼文
    4k 瀏覽
    hskoglundH
    Hi, indeed if you google you can see others also have this problem. I checked the script again in vcvarsx86_amd64.bat. Ok, your registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\SxS\VS7 is good, but can you also check for two others if they exist? HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\SxS\VS7 and HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\SxS\VS7 If they exist, they could block the script from seeing the correct one.
  • Qt linguist problem with utf8 accent (qml and c++)

    2
    0 評價
    2 貼文
    2k 瀏覽
    SGaistS
    Hi and welcome to devnet, Did you check the "bug report system":http://bugreports.qt-project.org to see whether it's something known ?
  • QT Installer Framework embedded archive files

    2
    0 評價
    2 貼文
    1k 瀏覽
    D
    I ended up modifying the source of the installer where it determines if a file is a directory or an archived file and checking for a .exe extension if it's in a Windows OS. Solved the problem, don't know if there's a better way, but it's a way.
  • Qt Creator not showing errors properly in "Issues" Pane

    7
    0 評價
    7 貼文
    5k 瀏覽
    SGaistS
    It means that they add a the compiler flag -fno-color-diagnostic in their project file. Something like: @QMAKE_CXXFLAGS += -fno-color-diagnostic@
  • How to Connect Qt Ui to QML

    2
    0 評價
    2 貼文
    2k 瀏覽
    X
    what exactly do you want to connect to QML? single button clicks form the widget UI or something like that would be not that easy but you should be able to start a QML window from a UI widgets or vise versa but accessing the items of the component can of course be archived from c++ in both cases..
  • 1 評價
    1 貼文
    2k 瀏覽
    尚無回覆
  • [Solved]How do I add libraries using QT Creator?

    6
    0 評價
    6 貼文
    1k 瀏覽
    D
    oh sorry about that... I was thinking that it was probably such a basic question that others would think it was stupid and a waste of time to read.
  • QToolBox title direction

    1
    0 評價
    1 貼文
    537 瀏覽
    尚無回覆
  • How to link label with push Button

    7
    0 評價
    7 貼文
    3k 瀏覽
    IamSumitI
    Hello Debjani.. If you did it successfully then update this thread as SOLVED before the title. Thanks.