From d725c3ee239bb6e2106b1095e2edd2d900481ba3 Mon Sep 17 00:00:00 2001 From: Morten Johan Sorvig Date: Thu, 24 May 2012 11:39:26 +0200 Subject: Remove the MacMainWindow example. setUnifiedTitleAndToolBarOnMac will not be supported on Qt 5, which removes the point of having this example. The replacement for setUnifiedTitleAndToolBarOnMac will be a NSToolBar wrapper in the MacExtras module, and this example will probably re-appear in some form there. Change-Id: I46d5e70a7c45625d9334911bb48059e86f05282d Reviewed-by: Christoph Schleifenbaum Reviewed-by: Bradley T. Hughes --- doc/src/examples/macmainwindow.qdoc | 42 ------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 doc/src/examples/macmainwindow.qdoc (limited to 'doc') diff --git a/doc/src/examples/macmainwindow.qdoc b/doc/src/examples/macmainwindow.qdoc deleted file mode 100644 index c57a98a3d1..0000000000 --- a/doc/src/examples/macmainwindow.qdoc +++ /dev/null @@ -1,42 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). -** Contact: http://www.qt-project.org/ -** -** This file is part of the documentation of the Qt Toolkit. -** -** $QT_BEGIN_LICENSE:FDL$ -** GNU Free Documentation License -** Alternatively, this file may be used under the terms of the GNU Free -** Documentation License version 1.3 as published by the Free Software -** Foundation and appearing in the file included in the packaging of -** this file. -** -** Other Usage -** Alternatively, this file may be used in accordance with the terms -** and conditions contained in a signed written agreement between you -** and Nokia. -** -** -** -** -** -** $QT_END_LICENSE$ -** -****************************************************************************/ - -/*! - \example mainwindows/macmainwindow - \title Mac Main Window Example - - This example shows how to create a main window that has the - same appearance as other Mac OS X applications such as Mail or iTunes. - This includes customizing the item views and QSplitter and wrapping native - widgets such as the search field. - - \image macmainwindow.png - - See \c{$QTDIR/examples/mainwindows/macmainwindow} for the source code. -*/ - - -- cgit v1.2.3