Added SimplePreview to NewLabelDialog.

This commit is contained in:
Jim Evins
2013-11-13 23:53:05 -05:00
parent 5dff08935e
commit 9dce9addf1
6 changed files with 211 additions and 1 deletions
+6 -1
View File
@@ -140,7 +140,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QGraphicsView" name="previewGraphicsView">
<widget class="gLabels::SimplePreview" name="simplePreview">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
@@ -273,6 +273,11 @@
<extends>QListWidget</extends>
<header>TemplatePicker.h</header>
</customwidget>
<customwidget>
<class>gLabels::SimplePreview</class>
<extends>QGraphicsView</extends>
<header>SimplePreview.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>