Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/dialogs/qabstractprintdialog.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    6666    Use QPrintDialog to display a print dialog in your application.
    6767
     68    In Symbian, there is no support for printing. Hence, this dialog should not
     69    be used in Symbian.
     70
    6871    \sa QPrintDialog, QPrinter, {Printing with Qt}
    6972*/
     
    7780    \value Selection Only the selection should be printed.
    7881    \value PageRange The specified page range should be printed.
     82    \value CurrentPage Only the currently visible page should be printed.
    7983
    8084    \sa QPrinter::PrintRange
     
    9094    \value PrintSelection The print selection option is enabled.
    9195    \value PrintPageRange The page range selection option is enabled.
    92     \value PrintCollateCopies
     96    \value PrintShowPageSize  Show the page size + margins page only if this is enabled.
     97    \value PrintCollateCopies The collate copies option is enabled
     98    \value PrintCurrentPage The print current page option is enabled
    9399
    94100    This value is obsolete and does nothing since Qt 4.5:
     
    98104    This is no longer supported in Qt 4.5.  If you want to use sheets, use
    99105    QPrintDialog::open() instead.
    100 
    101     \value PrintShowPageSize  Show the page size + margins page only if this is enabled.
    102106*/
    103107
Note: See TracChangeset for help on using the changeset viewer.