src/gui/widgets/qmenubar.cpp
changeset 18 2f34d5167611
parent 3 41300fa6a67c
child 19 fcece45ef507
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
     1 /****************************************************************************
     1 /****************************************************************************
     2 **
     2 **
     3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     4 ** All rights reserved.
     4 ** All rights reserved.
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     5 ** Contact: Nokia Corporation (qt-info@nokia.com)
     6 **
     6 **
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     7 ** This file is part of the QtGui module of the Qt Toolkit.
     8 **
     8 **
   665     \header \i String matches \i Placement \i Notes
   665     \header \i String matches \i Placement \i Notes
   666     \row \i about.*
   666     \row \i about.*
   667          \i Application Menu | About <application name>
   667          \i Application Menu | About <application name>
   668          \i The application name is fetched from the \c {Info.plist} file
   668          \i The application name is fetched from the \c {Info.plist} file
   669             (see note below). If this entry is not found no About item
   669             (see note below). If this entry is not found no About item
   670             will appear in the Application Menu. 
   670             will appear in the Application Menu.
   671     \row \i config, options, setup, settings or preferences
   671     \row \i config, options, setup, settings or preferences
   672          \i Application Menu | Preferences
   672          \i Application Menu | Preferences
   673          \i If this entry is not found the Settings item will be disabled
   673          \i If this entry is not found the Settings item will be disabled
   674     \row \i quit or exit
   674     \row \i quit or exit
   675          \i Application Menu | Quit <application name>
   675          \i Application Menu | Quit <application name>