Default piece label template.
--HG-- branch : feature
This commit is contained in:
parent
db6de640ce
commit
260d1cc5e9
9
src/app/share/labels/def_piece_label.xml
Normal file
9
src/app/share/labels/def_piece_label.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<template>
|
||||
<version>1.0.0</version>
|
||||
<lines>
|
||||
<line alignment="4" bold="true" italic="false" sfIncrement="6" text="%pLetter%"/>
|
||||
<line alignment="4" bold="true" italic="false" sfIncrement="2" text="%pName%"/>
|
||||
<line alignment="4" bold="false" italic="false" sfIncrement="0" text="%mFabric%, %wCut% %pQuantity%"/>
|
||||
</lines>
|
||||
</template>
|
|
@ -7,7 +7,8 @@ INSTALL_STANDARD_TEMPLATES += \
|
|||
$$PWD/share/tables/templates/t_Aldrich_Women.vit
|
||||
|
||||
# Keep path to all label templates we provide right now
|
||||
INSTALL_LABEL_TEMPLATES += $$PWD/share/labels/def_pattern_label.xml
|
||||
INSTALL_LABEL_TEMPLATES += $$PWD/share/labels/def_pattern_label.xml \
|
||||
$$PWD/share/labels/def_piece_label.xml
|
||||
|
||||
copyToDestdir($$INSTALL_MULTISIZE_MEASUREMENTS, $$shell_path($${OUT_PWD}/$$DESTDIR/tables/multisize))
|
||||
copyToDestdir($$INSTALL_LABEL_TEMPLATES, $$shell_path($${OUT_PWD}/$$DESTDIR/labels))
|
||||
|
|
Loading…
Reference in New Issue
Block a user