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.4k Topics 34.5k Posts
  • QtCreator and proxy settings

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • QT Creator with Designer [SOLVED]

    6
    0 Votes
    6 Posts
    3k Views
    G

    No Problem, you're welcome.
    For further questions, you may ask in the "German forum":/forums/viewforum/30/ in native language.

  • Problem with GIT (checkout)

    5
    0 Votes
    5 Posts
    3k Views
    L

    [quote author="Peter/AZE GmbH" date="1322657843"]Hi, Lukas,
    is there an alternative to msysgit ? [/quote]

    There should be a cygwin port and a Java implementation called JGit. But I use msysgit on a daily basis and it usually just works fine. I have had these time-out problems but they usually vanish after a few tries.

  • Custom Widget Plugin - whatsThis()

    3
    0 Votes
    3 Posts
    2k Views
    W

    I tried to find it again, but it seems i am unlucky. Can you please guide me more detailed?

  • Reimplementing QSortFilterProxyModel class

    17
    0 Votes
    17 Posts
    10k Views
    F

    Ok, Thanks!

  • [Moved] Error on embedding Python

    2
    0 Votes
    2 Posts
    2k Views
    G

    How did you include the python library in your .pro file?

  • 0 Votes
    4 Posts
    3k Views
    mzimmersM

    This morning, I decided to uninstall and reinstall Qt. That appears to have fixed the problem for now, but...I would still like to know what caused that.

    The debugger log gets enormous very fast, and I have little idea what most of it means.

  • Customize sorting of Widgets in Widget Box

    9
    0 Votes
    9 Posts
    3k Views
    W

    Yes, but i sort of require the names to identify them easily. Anyhow, your tip with closing the groups is already a acceptable solution.
    Thank you very much for helping me.

  • 0 Votes
    3 Posts
    11k Views
    I

    Same exact issue here. I solved it by changing my PATH variable and making it shorter without parentheses. Seems to be an unsolved bug from a long time ago:

    https://bugreports.qt.nokia.com//browse/QTSDK-32

    This is my PATH which causes the crash:
    C:\Qt\qtcreator-2.3.1\mingw\bin;C:\Qt\4.7.3\lib;C:\Qt\4.7.3\bin;C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v4.0\bin;C:\Program Files\ImageMagick-6.6.3-Q16;C:\Program Files (x86)\MiKTeX 2.8\miktex\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\CMake 2.8\bin;C:\Program Files (x86)\doxygen\bin;C:\Program Files\MATLAB\R2009b\runtime\win64;C:\Program Files\MATLAB\R2009b\bin;C:\Program Files\SlikSvn\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\NVIDIA Corporation\Cg\bin;C:\Program Files (x86)\NVIDIA Corporation\Cg\bin.x64;C:\Program Files (x86)\OpenLibraries\bin;C:\Program Files\Microsoft Windows Performance Toolkit;C:\Python26\Scripts;C:\Program Files\Intel\DMIX;C:\Program Files (x86)\Aspera\Client\bin;%JAVA_HOME%\bin;C:\Program Files (x86)\UnixUtils;C:\Program Files (x86)\QuickTime\QTSystem;C:\Program Files (x86)\Graphviz 2.28\bin;C:\Program Files (x86)\Mscgen;C:\Program Files (x86)\Apache Software Foundation\apache-maven-2.2.1\bin

  • 0 Votes
    5 Posts
    3k Views
    W

    After a lot of tests, i have found a suitable solution for me.
    This thread can be closed.

  • Calling variables declared through Qt designer

    10
    0 Votes
    10 Posts
    4k Views
    F

    It's not clear for me, from where do you want to access this variable?

  • [Solved] Choosing MSVC toolchain

    7
    0 Votes
    7 Posts
    4k Views
    D

    Thanks guys. We were right, the problem was qmake compiled with mingw. I successfully recompiled my project with MSVC toolchain :)

  • Debugging in Creator: possible to lock a window?

    19
    0 Votes
    19 Posts
    8k Views
    mzimmersM

    Should I start a new thread with a different subject on this? It appears that the helper doesn't "help" on stuff pointed to by the "this" pointer.

  • QMAKE and Visual Studio Variables

    4
    0 Votes
    4 Posts
    3k Views
    K

    Are you using qmake through vsaddin ?
    If you are considering qmake and vs as completely independent, it will not work for sure.
    I am not an expert of vsaddin but merely a user of it. vsaddin builds the bridge between both, the vs and the qt world. Maybe if vsaddin is involved some of the settings of vs are transferred to be used by Qt. However, the general goal is probably to use Qt through the vs mechanims or to use through qmake. The consequence would be to stay better in one or the "world".

    Is there a particular reason that you want mix both?

  • 0 Votes
    15 Posts
    8k Views
    G

    The menu entries reflect the usual commands of the bzr tool. I'd suggest you read one of the introductions at the "Bazaar website":http://bazaar.canonical.com/. Once you learned the usage there the menu will look familiar to you :)

  • Disable fonts for UI Designer

    6
    0 Votes
    6 Posts
    3k Views
    S

    You are right. That's why I already have written some plugin for the Qt Creator.
    But I want just extend/add some features but not change the Qt Creator it self.

    But may be I have to take look at this in the Qt Creator sources.

  • How to disable hints?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • QtCreator and qmake problem.

    6
    0 Votes
    6 Posts
    6k Views
    Q

    Its useful. Thanks a lot!

  • How do I disable the new C++ "code style"?

    4
    0 Votes
    4 Posts
    2k Views
    T

    If behavior changed while upgrading, then please "file a bug report":http://bugreports.qt.nokia.com/!

    Yeap, double-click selection is a bug that is fixed in Qt 4.8. That is not released in time for Qt Creator 2.4, so we had to stick with Qt 4.7.4:-(

  • 0 Votes
    3 Posts
    3k Views
    W

    Thanks a lot for your reply, it helped me find the problem! I used the same Qt version and the same run environment settings ("build environment"). However, upon a closer look I noticed that QtCreator 2.3 appends a "/usr/lib64" to the beginning of LD_LIBRARY_PATH for the "build environment" (2.2 doesn't). Switching to "system environment" that goes away and everything runs fine. So maybe there are some conflicting libraries on my system.