Changeset 846 for trunk/src/gui/dialogs/qabstractprintdialog.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/dialogs/qabstractprintdialog.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 66 66 Use QPrintDialog to display a print dialog in your application. 67 67 68 In Symbian, there is no support for printing. Hence, this dialog should not 69 be used in Symbian. 70 68 71 \sa QPrintDialog, QPrinter, {Printing with Qt} 69 72 */ … … 77 80 \value Selection Only the selection should be printed. 78 81 \value PageRange The specified page range should be printed. 82 \value CurrentPage Only the currently visible page should be printed. 79 83 80 84 \sa QPrinter::PrintRange … … 90 94 \value PrintSelection The print selection option is enabled. 91 95 \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 93 99 94 100 This value is obsolete and does nothing since Qt 4.5: … … 98 104 This is no longer supported in Qt 4.5. If you want to use sheets, use 99 105 QPrintDialog::open() instead. 100 101 \value PrintShowPageSize Show the page size + margins page only if this is enabled.102 106 */ 103 107
Note:
See TracChangeset
for help on using the changeset viewer.