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
  • 0 Votes
    9 Posts
    5k Views
    S

    thanks a lot. Yes it is working... all are fixed :)

  • [Solved] Snippet with parameter in Qt Creator?

    2
    0 Votes
    2 Posts
    2k Views
    EddyE

    qt Creator Reference documentation says you have to use TAB to go to the parameter you want, then change it and all occurences will change also.

    Nice!

  • Static Qt and debugging helpers

    3
    0 Votes
    3 Posts
    3k Views
    S

    Hi , I found the issue... for all who are interested. Jom makes a binary in the temp files that most of antivirus programs delete them as they detect them as a virus or .... so , by disabling them , it fixes the issue during compile time.

  • Qml custom components and Qt creator

    2
    0 Votes
    2 Posts
    3k Views
    T

    Pressing R in the form editor does trigger a reload.
    But this seems to be a bug. Can you "file a detailed bug report":http://bugreports.qt.nokia.com/?

    [Mark up link, Tobias]

  • What's triggered completion in Qt Creator?

    3
    0 Votes
    3 Posts
    2k Views
    O

    Thanks!

    Is it documented anywhere?

  • QMAKE: export created .lib file?

    4
    0 Votes
    4 Posts
    3k Views
    P

    Mhm...I think I will have to write my own "make" command utility because it's quite miserable when it's allows me to set up my own extensions of any file but not output directories of important parts...

  • 0 Votes
    9 Posts
    3k Views
    P

    Updating to the new version also did not help. But it was it worth!!

    What helped was to completely reinstall the OS and developer tools on the N900.

    Thanks for your help!

  • Using QFont -- Getting Errors

    4
    0 Votes
    4 Posts
    5k Views
    EddyE

    Have a look at style sheets.
    You can experiment with it in Qt Designer. For instance have a QLabel in a form. Right mouse button click. Change style sheet ... Color ... foreground color.

    Using style sheets you can even control the colors and looks of you entire application instead of doing this one widget at a time.

  • Qt Creator - autocompletion not working

    2
    0 Votes
    2 Posts
    3k Views
    H

    After you edit something in the Qt Designer, you have to run your project 1 time before you can see the changes in Qt Creator.

  • 0 Votes
    7 Posts
    4k Views
    H

    The example Microsoft provided was wrong -> http://msdn.microsoft.com/en-us/library/aa381058(VS.85).aspx

    I had to include <windows.h> In order to add the file-version

    It works now.

  • 0 Votes
    3 Posts
    2k Views
    S

    Hi Tobias,

    my current project folder looks something like that.

    src/
    src/view
    src/config

    the source directory is the one where I expected the executable to lie in.
    the view and config are the directories I want to access.

    This worked well until now.
    On my Linux system this works still perfect.
    But my windows environment build the exe to the debug or release subdirectories.
    Which looks something like this.

    src/
    src/view
    src/config
    src/debug - here
    src/release - or here lies the executable

    and in this case I can't get access to view/ or config/ because I expected these directories as a subdir
    of the directory the executable lies in.

    I tried it with shadow building and and without.

    bq. Did you go through the Qt version selection dialog when you opened your project?

    Sorry but I didn't really understand this question.
    I already tried different Qt versions, but every time I get the same result.

  • Qt Creator: Inserting a seperator into QMenu

    7
    0 Votes
    7 Posts
    7k Views
    R

    Thanks sigrid that did the trick, but I'm using creator to build the dialog so I lose the changes everytime the .ui gets compiled. I did figure out a way to get it to work by modifing the creator .ui file directly.

    was:
    @ <addaction name="menuFile"/>
    <addaction name="menu_Config"/>
    <addaction name="menu_Status"/>
    <addaction name="menu_Protocols"/>
    <addaction name="menu_Help"/>@

    is:
    @ <addaction name="menuFile"/>
    <addaction name="menu_Config"/>
    <addaction name="menu_Status"/>
    <addaction name="menu_Protocols"/>
    <addaction name="separator"/>
    <addaction name="menu_Help"/>@

    Just add the seperator in the xml right before the "Help" menu is added to the menu bar. Thanks everyone!

  • 0 Votes
    3 Posts
    2k Views
    V

    Hi,
    to be clear,
    I can make multiple constructors.
    i can not make use of the feature "add definition" with constructors.

  • 0 Votes
    2 Posts
    2k Views
    S

    Does @qmake -tp vc -r@ help? See the following FAQ: "recursive ":http://developer.qt.nokia.com/faq/answer/how_can_i_generate_.vcproj_files_recursively_for_a_.pro_file_with_the_subdi

  • 0 Votes
    3 Posts
    2k Views
    A

    There are still uses for the stand alone tools, IMHO. One is that not everyone wants to use Qt Creator (even though it rocks!), and another is that not everyone likes the multiple-page implementation Qt Creator uses vs the way how Assistant does it (list vs. tabs).

  • 0 Votes
    9 Posts
    6k Views
    G

    Ludde Would you suggest I build / reinstall ?

  • QT Creator and QWT AutoComplete?

    3
    0 Votes
    3 Posts
    3k Views
    M

    Yes, it builds/runs no problem.

    Is there potentially a different component for the "object search path" than there is for header location?

  • Error when lupdate calling.

    5
    0 Votes
    5 Posts
    4k Views
    D

    You can create a dummy .pro file using "qmake -project" and run lupdate on that. That would also let you specify your target languages.

  • How to force the run in terminal option?

    5
    0 Votes
    5 Posts
    4k Views
    K

    Nice. So my description here is clear enough, right?
    [quote author="Tobias Hunger" date="1305189560"]I think your suggestion makes sense. Please "file a feature request":http://bugreports.qt.nokia.com/ in our bugtracker and we'll see whether we get round to implement it.[/quote]

  • 0 Votes
    8 Posts
    4k Views
    L

    I reported this bug here http://bugreports.qt.nokia.com/browse/QTCREATORBUG-4812 but it seems it has already been fixed in 2.2. I hope Ubuntu will release it soon then.
    Thanks!