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
  • My extended controls

    4
    0 Votes
    4 Posts
    3k Views
    ?
    I don't know anything about C#, what do you want to do? What I understand is you want to display a dialog to setup your widget in the designer. If it's the case, it's possible: "http://doc.qt.nokia.com/4.7/qdesignertaskmenuextension.html":http://doc.qt.nokia.com/4.7/qdesignertaskmenuextension.html See also the TicTacToe example in the designer (right click on the widget, you can edit the initial state).
  • 0 Votes
    5 Posts
    3k Views
    ?
    [quote author="s.frings" date="1285785629"]I was unsure if this is a possible bug or if the error is sitting in front of the screen.[/quote] lol good one!
  • Creating QtCreator 64bit under Windows

    4
    0 Votes
    4 Posts
    3k Views
    F
    I have solved my problem. The Core.dll requires the Qt libraries aswell. And since i didnt add them to my Path-Variable, the Core.dll couldnt be loaded because of missing dependecies. I simply added my qt/bin folder to path and it works now
  • [Solved] How to see custom slot in signal slot editor

    17
    0 Votes
    17 Posts
    45k Views
    ?
    i learnt a new trick with the creator :)
  • Visual Studio Plugin: Qt Designer doesn’t work

    4
    0 Votes
    4 Posts
    10k Views
    W
    thanks! I just installed the software from your link and now it works :)
  • G++ error output not being shown

    6
    0 Votes
    6 Posts
    5k Views
    C
    Unfortunately I don't know what I changed exactly, but the errors are now shown as expected. It may have something to do with Xming capturing the redirected output. I was hoping to isolate the cause in case others suffered the same problem.
  • [Solved] Build Qt with VS2010

    7
    0 Votes
    7 Posts
    11k Views
    I
    Thank you folks for advices! I've followed both: I rebuilt it with explicit sqllite option and took clean sources. One more option is that I built in at another PC :) Actually I don't know what is the reason of that three forced Assistant to work but it seems that it works fine now.
  • 3rd party documentation that integrates into Qt Creator

    3
    0 Votes
    3 Posts
    4k Views
    T
    Yes, but there is quite a bit of junk in that list:-)
  • QtCreator: number of recent projects

    3
    0 Votes
    3 Posts
    3k Views
    M
    mmkay.. :) thanks for clarifying!
  • Qt Creator 2.0.1 Queries

    2
    0 Votes
    2 Posts
    2k Views
    T
    1: Try a snapshot of Qt Creator. I am not sure that the passphrase support made it into the 2.0.1 version. It definitely is in the master branch though (and thus will end up in Qt Creator 2.1.0). 2: There is, but only if your Qt version supports it. 3: It does work. Please "file a bug report":http://bugreports.qt.nokia.com/ if you experience any trouble.
  • How to Make Plugins Using Qt Creator

    6
    0 Votes
    6 Posts
    4k Views
    M
    I figured it out, I just add "dll" to the end of the CONFIG keyword. Thanks!
  • Squish wiki page

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • 0 Votes
    2 Posts
    10k Views
    T
    Two ways: promotion (the easy one, you won't see any graphical difference between your custom widget and the parent one, cause it "promises" you only the fact that setupUi method will create a widget of your custom type, and not the original one). In this case, just right-click on your widget, promote it, give your .h header file and the type of your custom widget. writing a component for Qt designer (the long one). In this case, refer to Qt documentation, just look for "Creating Custom Widgets for Qt Designer" in Qt Assistant, or have a look to this example: "Custom Widget Plugin Example":http://doc.trolltech.com/4.6/designer-customwidgetplugin.html Tony.
  • Nokia Qt SDK and .deb-building

    4
    0 Votes
    4 Posts
    3k Views
    R
    Okay, that's great. Thanks guys for such a fast response.
  • Icons from system theme

    8
    0 Votes
    8 Posts
    9k Views
    F
    See "QTBUG-7777":http://bugreports.qt.nokia.com/browse/QTBUG-7777. It is planned for 4.8 [ Turned URL into a link, tobias ]
  • Creator git plugin

    13
    0 Votes
    13 Posts
    13k Views
    F
    This is best diagnosed by trying to run 'git pull' from the command line (cmd.exe, emulating Qt Creator calling). A common pitfall in an installation with msysGit 1.7.X configured with 'git bash' only is that git relies on the environment variable HOME being set in order to locate the SSH key files. bash does that, but for cmd.exe and Qt Creator executing git, it is not set and git then defaults to its installation directory to find the keys. As a workaround, HOME can be set to %HOMEDRIVE%/%HOMEPATH% in the Windows environment. Qt Creator 2.1 will contain a setting to optionally do this when running git.
  • Qt Creator: missing symbian target and maemo simulator

    8
    0 Votes
    8 Posts
    8k Views
    D
    Ok, I didn't read that it's not supported with linux. Maybe, I will give the remote service a try.. Thank you for your help!
  • Recommendation: Add a class view window to the Qt Creator

    9
    0 Votes
    9 Posts
    7k Views
    T
    Thanks Tobias! You've been a great help!
  • WebKit wigdet in Qt Creator

    10
    0 Votes
    10 Posts
    8k Views
    T
    Even better:-)
  • Qt Creator 2.0.1 performance

    5
    0 Votes
    5 Posts
    4k Views
    ?
    i'm getting the code from master now ;-)