Results 1 to 2 of 2

Thread: Customize the title bar of the application

  1. #1
    Join Date
    May 2013
    Posts
    321
    Thanks
    9
    Thanked 8 Times in 8 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Customize the title bar of the application

    Hi all,
    My question is quite simple, look at visual studio, the title bar of the app is customized :
    http://nprogramming.files.wordpress....tor_2012_3.png
    I mean the close button, the title bar color, the icon of the app.
    If you launch an app from qt you got title bar like basic OS application.
    My question is : "Is it possible to customize the title bar of the application" ?
    Will that be for all title bar of the application as well as QDialog window ?
    Thanks for the help
    Last edited by Alundra; 1st November 2013 at 18:20.

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Customize the title bar of the application

    The window decoration is usually provided by the windowing system, i.e. in order to ensure consistency across apps.

    Applications that want to violate that consistency can ask the windowing system to not draw a decoration and then do it themselves.

    Cheers,
    _

Similar Threads

  1. Could you help to customize my model ??
    By advseo32 in forum Qt Programming
    Replies: 3
    Last Post: 25th July 2013, 09:10
  2. Replies: 0
    Last Post: 14th April 2010, 12:21
  3. Replies: 4
    Last Post: 13th July 2009, 18:18
  4. Remove Title and Context bar when running Qtopia application
    By dkt8154 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 25th November 2008, 09:05
  5. Customize Application Window
    By fruzzo in forum Qt Programming
    Replies: 5
    Last Post: 4th July 2008, 05:20

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.