Changeset 579
- Timestamp:
- Feb 18, 2010, 3:36:37 PM (15 years ago)
- Location:
- trunk/src/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/dialogs/qabstractprintdialog.cpp
r561 r579 393 393 394 394 The printer dialog (shown above in Plastique style) enables access to common 395 printing properties. On X11 platforms that use the CUPS printing system, the396 s ettings for each available printer can be modified via the dialog's397 \gui{Properties} push button.395 printing properties. On X11 396 s 397 \gui{Properties} push button. 398 398 399 399 On Windows and Mac OS X, the native print dialog is used, which means that -
trunk/src/gui/painting/qprinter.cpp
r573 r579 284 284 to send PostScript or PDF output to the printer. As an alternative, 285 285 the printProgram() function can be used to specify the command or utility 286 to use instead of the system default. 286 to use instead of the system default. On OS/2, QPrinter also uses CUPS 287 but it does not provide support for the \l lpr utility. 287 288 288 289 Note that setting parameters like paper size and resolution on an
Note:
See TracChangeset
for help on using the changeset viewer.