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:
Jaye Evins
2025-11-17 17:04:04 -05:00
committed by GitHub
parent b69ada13db
commit bcc6b3ec9d
7 changed files with 463 additions and 33 deletions
+2
View File
@@ -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