PrintView improvements (#250)
- Allow printer selection directly from PrintView - Print button bypasses the system print dialog, since label printing is quite different from typical printing tasks - Separate button to optionally use system print dialog, if needed
This commit is contained in:
@@ -26,6 +26,7 @@ set (glabels_sources
|
||||
NotebookUtil.cpp
|
||||
ObjectEditor.cpp
|
||||
PreferencesDialog.cpp
|
||||
PrinterMonitor.cpp
|
||||
PrintView.cpp
|
||||
PropertiesView.cpp
|
||||
Preview.cpp
|
||||
@@ -59,6 +60,7 @@ set (glabels_qobject_headers
|
||||
MergeView.h
|
||||
ObjectEditor.h
|
||||
PreferencesDialog.h
|
||||
PrinterMonitor.h
|
||||
PrintView.h
|
||||
PropertiesView.h
|
||||
Preview.h
|
||||
|
||||
Reference in New Issue
Block a user