Results 1 to 8 of 8

Thread: Designer of QtCreator 2.5.2

  1. #1
    Join Date
    Apr 2010
    Location
    Italia
    Posts
    149
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Designer of QtCreator 2.5.2

    Hello everyone, I noticed that in Qt Creator 2.5.2 when you start the designer widgets are much less than those found in Qt Designer 4.8.2. Can you explain me how to appear in designer Qt Creator 2.5.2 new widgets in Qt 4.8.2 (for example customwidget analog clock) ?
    Using Windows XP and the compiler MinGW 4.4.

  2. #2
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: Designer of QtCreator 2.5.2

    Just right click and select "Expand All"
    Des.jpg
    When you know how to do it then you may do it wrong.
    When you don't know how to do it then it is not that you may do it wrong but you may not do it right.

  3. #3
    Join Date
    Apr 2010
    Location
    Italia
    Posts
    149
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Designer of QtCreator 2.5.2

    Santosh Reddy, thanks for the advice, but it is already defined by default all expanded. No, the real problem is that the two versions of designer (that of Qt 4.8.2 and QtCreator 2.5.2) are different because in the first case I have more widgets than the second case. So my question is: how can I get the other widgets in the designer incorporated in the QtCreator IDE 2.5.2 ?

  4. #4
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: Designer of QtCreator 2.5.2

    Ok, I understand what you are looking for. It is not possible straight away, you will need to either recompile Qt Creator or Qt Lib from source again.

    Read documentation for details here
    When you know how to do it then you may do it wrong.
    When you don't know how to do it then it is not that you may do it wrong but you may not do it right.

  5. #5
    Join Date
    Apr 2010
    Location
    Italia
    Posts
    149
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Designer of QtCreator 2.5.2

    Ok thanks for the link. What is the link to download SDK opensource version last update ?
    I noticed that with Qt 4.8.3 does not work RCC the resource compiler, when used with Qt Creator 2.5.2 and 2.6.0. I can not even compile the source of Qt Creator 2.5.2 or 2.6.0, just because it gives me error RCC file not found (the problem is therefore of Qt 4.8.3). If I use Qt Creator 2.5.2 and Qt 4.8.2 everything is fine, but if you use Qt 4.8.3 I get the error I wrote

  6. #6
    Join Date
    Apr 2010
    Location
    Italia
    Posts
    149
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Designer of QtCreator 2.5.2

    regarding the resource compiler RCC the error message is as follows:
    Qt Code:
    1. bin\rcc.exe -name simulatore-IA simulatore-IA.qrc -o release\qrc_simulatore-IA.cpp
    2. mingw32-make[1]: Leaving directory `C:/Qt/progetti/simulatore-IA'
    3. process_begin: CreateProcess(NULL, bin\rcc.exe -name simulatore-IA simulatore-IA.qrc -o release\qrc_simulatore-IA.cpp, ...) failed.
    4. make (e=2): Can not find the file specified.
    To copy to clipboard, switch view to plain text mode 
    did not create the compiled file qrc_simulatore_IA.cpp. why?

    I solved the installation of QtCreator 2.6.0 with Qt 4.8.3 (I downloaded the correct executable, downloaded the first did not work).

  7. #7
    Join Date
    Apr 2010
    Location
    Italia
    Posts
    149
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default [RESOLVED] Re: Designer of QtCreator 2.5.2

    Found the solution:
    1) open the qmake.conf of your platform (for me its C:\Qt\4.8.3\mkspecs\win32-g++)

    2) search for QMAKE_IDC

    3) add the following line after the QMAKE_IDC line:

    QMAKE_RCC = $$[QT_INSTALL_BINS]$${DIR_SEPARATOR}rcc.exe

    4) save file and close

    5) restart all your dev tools and remove all auto generated Makefiles

    6) recompile
    Last edited by giorgik; 11th November 2012 at 11:22. Reason: resolved

  8. The following user says thank you to giorgik for this useful post:

    supergillis (12th December 2012)

  9. #8
    Join Date
    Mar 2011
    Location
    Hyderabad, India
    Posts
    1,882
    Thanks
    3
    Thanked 452 Times in 435 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    15

    Default Re: Designer of QtCreator 2.5.2

    What is the link to download SDK opensource version last update ?
    I am also looking for it, but the links no more exist.
    When you know how to do it then you may do it wrong.
    When you don't know how to do it then it is not that you may do it wrong but you may not do it right.

Similar Threads

  1. Replies: 1
    Last Post: 18th March 2011, 08:15
  2. Replies: 2
    Last Post: 10th February 2011, 09:42
  3. QtCreator 2.0 crashes application working in QtCreator 1.3
    By been_1990 in forum Qt Programming
    Replies: 2
    Last Post: 21st September 2010, 12:58
  4. Replies: 2
    Last Post: 25th August 2010, 09:25
  5. Replies: 1
    Last Post: 22nd January 2007, 12:13

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.