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.5k Posts
  • Can't find QDeclarativeView in QtCreator: Design mode

    12
    0 Votes
    12 Posts
    7k Views
    L
    I also checked that flicking isn't enable with: @ ... dw = new QDeclarativeView(QString("qrc:myqml.qml"), this); QGridLayout *gl = new QGridLayout(ui->declarativeBaseWidget); gl->addWidget(dw); ... @ where ui->declarativeBaseWidget is a QWidget added from QtCreator...
  • QtSDK update problem && uninstalled QtCreator

    7
    0 Votes
    7 Posts
    3k Views
    L
    [quote author="Tobias Hunger" date="1317491134"]Did you "file a bug report":http://bugreports.qt.nokia.com/?[/quote] I just reported the "bug":https://bugreports.qt.nokia.com/browse/QTSDK-954 . This is my first bug report so I hope have been clear... :-)
  • 0 Votes
    6 Posts
    25k Views
    L
    Ok, ALT + Left do the works! :-)
  • [SOLVED]choosing the build/run library problem

    3
    0 Votes
    3 Posts
    2k Views
    F
    I found it: Project->Build->Qt Version
  • Compiling testcon

    3
    0 Votes
    3 Posts
    3k Views
    S
    hi , it is clear that VS2008 cannot find the .h ( headers ) of your project , so you should spicify the location of each one or make them in the same folder that containe the .c/.c++ files .it will work :)
  • Need help with Nokia Analyze Tool

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [Moved] QtCreator nightmare

    11
    0 Votes
    11 Posts
    4k Views
    P
    Thanks a lot. And it looks like a good idea to have completion as case sensitive. For the problem occurs mostly with m$ code and since most of its shouting aloud anyway(I mean most of it is in CAPS), it leads to fewer troubles.
  • [SOLVED]QWT to Qt creator

    15
    0 Votes
    15 Posts
    14k Views
    T
    i have used the programcentral in debian to install qt and all libs to qwt and other plugins. None of the plugins will work when i build the projects i'm very newbie on both Debian and qt i can't even build and run the qt exampels something must be very wrong in my system.
  • 0 Votes
    10 Posts
    4k Views
    F
    I used also a small perl script to apply a license file at the beginning of each project file if I forgot to do from the beginning of the project.
  • Qt Creator settings dialog and netbook

    5
    0 Votes
    5 Posts
    4k Views
    P
    [quote author="Lukas Geyer" date="1317063129"]As a workaround right-click (or shift right-click if you are on Windows Vista+) your window in the taskbar and select 'Move'. You then can move your window using the arrow keys - even beyond screen boundaries.[/quote] I know, but it makes you able only to see the bottom part of the settings dialog, not interact with it. Looking forward to Qt Creator 2.4.0.
  • [Moved]QMake: Adding target to start unit tests

    2
    0 Votes
    2 Posts
    4k Views
    L
    One possibility would be "QMAKE_EXTRA_TARGETS":http://doc.qt.nokia.com/latest/qmake-environment-reference.html#customizing.
  • Visual Studio Addin cancels non-Qt project builds

    3
    0 Votes
    3 Posts
    3k Views
    T
    That sounds like a bug to me. Have you tried "reporting it":http://bugreports.qt.nokia.com/?
  • [Moved] Qt Creator 2.3 can’t detect ABI for embedded platform

    17
    0 Votes
    17 Posts
    10k Views
    I
    You are right. I filed the issue with no 6181
  • Dynamically managing big projects with QtCreator

    7
    0 Votes
    7 Posts
    8k Views
    S
    Wait, I also found another hack for the SUBDIR problem with wildcards: http://www.qtcentre.org/wiki/index.php?title=Undocumented_qmake#SUBDIRS_projects I copied that addSubdirs function mentioned there to my .qmake.cache file and now I can finally do the equivalent of SUBDIRS += * with this line: addSubdirs(*) Yes!!! :-)
  • Qt designer: annoying desktop background in mac

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Modifying cascaded UI at runtime

    3
    0 Votes
    3 Posts
    2k Views
    ?
    Hmmm, that did not help, because the ui I want to modify at runtime is the embedded one (generated code).
  • [Solved] Qt Designer - embedded ui

    5
    0 Votes
    5 Posts
    6k Views
    ?
    Roger that! Thx again.
  • Qt creator 2.3.0 don't compile the debug library for Symbian

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [Moved] qmake and cross-platform .pro files

    10
    0 Votes
    10 Posts
    6k Views
    G
    [quote author="p-himik" date="1316477661"] Copying .prf file to Qt dir makes me feel like creating global variables :)[/quote] But that's the way things work.
  • QTCreator 2.3.0 debugger detects wrong ABI.

    6
    0 Votes
    6 Posts
    4k Views
    C
    I see you found out without my help, and the executable was attached to the bug report. Anyway, for everybody's info, it's QTCREATORBUG-6134