summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Johan Sorvig <morten.sorvig@nokia.com>2012-05-24 11:39:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-30 01:54:45 +0200
commitd725c3ee239bb6e2106b1095e2edd2d900481ba3 (patch)
tree1a1ee832fc5d8b4ab869c62cf5189c6d8cd58f5b /doc
parent9ea919915dcb859400504920e6cedde378c8c9bf (diff)
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 <christoph.schleifenbaum@kdab.com> Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/examples/macmainwindow.qdoc42
1 files changed, 0 insertions, 42 deletions
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.
-*/
-
-