Created skeletal rich print preview widget.

This commit is contained in:
Jim Evins
2015-08-21 00:43:45 -04:00
parent a345acb90f
commit 3bb129b1d1
9 changed files with 280 additions and 12 deletions
+2
View File
@@ -35,6 +35,7 @@ set (glabels_sources
ObjectEditor.cpp
Outline.cpp
PrintView.cpp
Preview.cpp
TemplatePicker.cpp
TemplatePickerItem.cpp
TextNode.cpp
@@ -64,6 +65,7 @@ set (glabels_qobject_headers
NewLabelDialog.h
ObjectEditor.h
PrintView.h
Preview.h
SimplePreview.h
TemplatePicker.h
View.h