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
  • [SOLVED] Problem with Qt5 apps in KDE environment with Qt4

    4
    0 Votes
    4 Posts
    1k Views
    SGaistS
    Nice you could find a solution ! You're welcome ! Can you also update the thread title prepending [solved] ? So other forum users may know a solution has been found :)
  • QtCreator Autocomplete Not Showing Arguments For OpenGL Functions?

    17
    0 Votes
    17 Posts
    11k Views
    M
    I've used the solution from darklighter to create a little header file. You can include it instead of glew.h to get argument completion together with glew in qtCreator. @//include glew.h (argument completion only in linux qtcreator) #ifndef COUNTER #ifdef unix #define GL_GLEXT_PROTOTYPES #include <GL/gl.h> #include <GL/glext.h> #include <GL/glew.h> #endif #else #include <GL/glew.h> #endif@ This works fine for me. :)
  • Moc not run after adding Q_OBJECT macro (VS 2010)

    5
    0 Votes
    5 Posts
    1k Views
    A
    Ah, that would explain why I couldn't make sense of your suggestion. There is no visible makefile when working with VS. It all happens pretty much behind the scenes of the IDE.
  • Problem with Qt Creator

    22
    0 Votes
    22 Posts
    12k Views
    N
    The Athlon XP doesn't have the sse2 instruction set. Could this be the problem? Is Qt Creator being compiled with sse2 instructions included, which would then fail as an executable on Athlon XPs, Penium III and some Celerons?
  • QtCreator not changing file list

    5
    0 Votes
    5 Posts
    2k Views
    SGaistS
    Again, you're welcome :) Can you also update the thread title prepending [solved] so other forum users may know a solution has been found :)
  • Problems with customized installer creation with Qt Installer Framework

    3
    0 Votes
    3 Posts
    865 Views
    L
    Thanks! I want to access a PostgreSQL, configure and test the connection like we do with Database classes of the Qt libraries. For files, I would like to have a way to write/read/verify existence of file like we do with a QFile, for example. If there is some library (or libraries) which can help me to do these things, I think it is useful too. Another thing that I want is to know how I can use the default components from Installer screens, like a Next/Previous/Cancel Button.
  • Qt VS 2010 AddIn Relative Path to Qt Installation

    2
    0 Votes
    2 Posts
    901 Views
    SGaistS
    Hi and welcome to devnet, AFAIK, no. Also be aware that you can't freely move a Qt installation from one folder to another. It won't work since there are path hardcoded at build time.
  • 0 Votes
    1 Posts
    498 Views
    No one has replied
  • QtCreator 3.1.1 doesn't show OUTPUT application on linux

    2
    0 Votes
    2 Posts
    975 Views
    A
    Please, see bugreport here: https://bugs.archlinux.org/task/40583?dev=4209. The issue was closed. Installing qtcreator 3.1.2-3 helps me to resolve same problem. Hope it will help you too.
  • Qt Creator Debugging: Start application with wrapper script

    6
    0 Votes
    6 Posts
    2k Views
    SGaistS
    You're welcome ! Might be rare but could be an interesting feature. You should check the "bug report system":http://bugreports.qt-project.org to see if anything like that has already been talked about. If not consider opening a new Feature Request :)
  • [solved] QtCreator cannot find cmake 3.0

    3
    0 Votes
    3 Posts
    2k Views
    SGaistS
    So you got it sorted out ? If so, can you also update the thread title prepending [solved] so other forum users my know a solution has been found :)
  • QMake, Windows Intel Compiler, linking to libraries dynamically

    1
    0 Votes
    1 Posts
    652 Views
    No one has replied
  • 0 Votes
    3 Posts
    1k Views
    T
    Does this happen against an uptodate version? If you can not move to a newer version: Can you describe why you can not move? Can you reduce your problem to a share able example? The best would be to have a bugreport about your issue.
  • How to show fonts in Welcome plugin?

    16
    0 Votes
    16 Posts
    4k Views
    J
    Ah, thanks. I will try both options when I get home. Last evening I started a new project, instead of clicking on the last session, and suddenly everything looked normal again. ;-)
  • [Solved] Cannot include 3rd Party Mac .framework

    10
    0 Votes
    10 Posts
    4k Views
    L
    Ok, instead I created a post build step to update the rpath reference using install_name_tool. It compiles and runs now. Thanks!
  • 0 Votes
    6 Posts
    2k Views
    SGaistS
    That's rather a question for the interest mailing list
  • Qt VS Addin - TCP port 12005

    3
    0 Votes
    3 Posts
    4k Views
    M
    I am using VS 2013 and I got a similar message after my last combined WINDOWS and VS update. The only difference: it complained about port 12015. The message appeared once and never again until now. There were no visible problems, so far: build and debugging work just fine. Maybe the WINDOWS update closed some ports (as a security feature) and the VS Add-In does not really need them in what I am using of it.
  • [SOLVED] shell script from .pro file

    2
    0 Votes
    2 Posts
    1k Views
    clogwogC
    ah.. found an interesting page here: http://doc.qt.digia.com/3.3/qmake-manual-6.html @VERSION = $$system(grep urgency ../debian/changelog | cut -f2 -d" " | cut -f1 -d\- | cut -c2- | head -1)@ does it..
  • How to type Chinese words in Qt Assistant?

    1
    0 Votes
    1 Posts
    502 Views
    No one has replied
  • Qt creator window closes whenever screen is switched off and on [Solved]

    6
    0 Votes
    6 Posts
    6k Views
    V
    There is bug for this issue on Qt 5: "https://bugreports.qt-project.org/browse/QTBUG-40168":https://bugreports.qt-project.org/browse/QTBUG-40168 . As I have commented on the issue, I solved it by using a DVI connection instead of using HDMI connection. Thanks for the support. Regards, Varun