Results 1 to 6 of 6

Thread: QtCreator - how to make my application looks like that

  1. #1
    Join Date
    Apr 2011
    Posts
    58
    Thanks
    1

    Default QtCreator - how to make my application looks like that

    Hi.

    I tried QT creator. I really like the look and feel of it.
    Is QTCreator created using QT?
    If so, how do I make my application to have those
    1. color (it has shades and not one solid color)
    2. with those small little icons and options at the bottom and top.

    Basically, how do I stylize my application to look like this
    QTCreator?

    Thanks!
    Marc

  2. #2
    Join Date
    Jan 2011
    Posts
    128
    Thanks
    2

    Default Re: QtCreator - how to make my application looks like that

    Maybe the 2nd point is QToolbar?

  3. #3
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: QtCreator - how to make my application looks like that

    Qt Creator is made with Qt. (Beside, it would be stupid if not.) They use a custom QStyle and various self defined widgets but guess what: it is open source! So just have a look at the sources and see yourself...

  4. #4
    Join Date
    Aug 2010
    Posts
    58
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: QtCreator - how to make my application looks like that

    Quote Originally Posted by Lykurg View Post
    Qt Creator is made with Qt. (Beside, it would be stupid if not.) They use a custom QStyle and various self defined widgets but guess what: it is open source! So just have a look at the sources and see yourself...
    Hey, i tried searching for "creator" in %QTPATH%\qt\tools but i didnt find anything, all i found was some shit like "designer" etc... ive also tried searching in other folders but i didnt find anything, any ideas?

  5. #5
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: QtCreator - how to make my application looks like that

    here is the source for 2.1 version.

  6. #6
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: QtCreator - how to make my application looks like that

    Here is the project page: http://qt.gitorious.org/qt-creator. You can browse the git repository online.

Similar Threads

  1. Replies: 1
    Last Post: 5th January 2011, 13:19
  2. [Qwt] Make problem with Qwt on QtCreator-Windows 7
    By gen_mass in forum Installation and Deployment
    Replies: 3
    Last Post: 9th October 2010, 16:05
  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: 3
    Last Post: 2nd April 2010, 12:36
  5. How to make Design like QtCreator.
    By WestVes in forum Newbie
    Replies: 2
    Last Post: 28th November 2009, 16:53

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.