Close #513. Trousers pattern.
The pattern added to collection. --HG-- branch : develop
This commit is contained in:
parent
390bf2632b
commit
0be2cd2b17
621
src/app/share/collection/Trousers/Trousers.val
Normal file
621
src/app/share/collection/Trousers/Trousers.val
Normal file
File diff suppressed because one or more lines are too long
26
src/app/share/collection/Trousers/trousers.vit
Normal file
26
src/app/share/collection/Trousers/trousers.vit
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<vit>
|
||||||
|
<!--Measurements created with Valentina (http://www.valentina-project.org/).-->
|
||||||
|
<version>0.3.3</version>
|
||||||
|
<read-only>false</read-only>
|
||||||
|
<notes/>
|
||||||
|
<unit>cm</unit>
|
||||||
|
<pm_system>998</pm_system>
|
||||||
|
<personal>
|
||||||
|
<family-name/>
|
||||||
|
<given-name/>
|
||||||
|
<birth-date>1800-01-01</birth-date>
|
||||||
|
<gender>unknown</gender>
|
||||||
|
<email/>
|
||||||
|
</personal>
|
||||||
|
<body-measurements>
|
||||||
|
<m name="height_waist_side" value="107"/>
|
||||||
|
<m name="height_knee" value="50"/>
|
||||||
|
<m name="waist_circ" value="84"/>
|
||||||
|
<m name="hip_circ" value="100"/>
|
||||||
|
<m name="leg_crotch_to_floor" value="83"/>
|
||||||
|
<m name="leg_knee_circ" value="50"/>
|
||||||
|
<m name="leg_ankle_high_circ" value="28"/>
|
||||||
|
<m name="leg_ankle_circ" value="28"/>
|
||||||
|
</body-measurements>
|
||||||
|
</vit>
|
|
@ -307,8 +307,8 @@ COLLECTION_FILES += \
|
||||||
$${PWD}/../../app/share/collection/Lara_Jil.vit \
|
$${PWD}/../../app/share/collection/Lara_Jil.vit \
|
||||||
$${PWD}/../../app/share/collection/modell_2.val \
|
$${PWD}/../../app/share/collection/modell_2.val \
|
||||||
$${PWD}/../../app/share/collection/MaleShirt/MaleShirt.val \
|
$${PWD}/../../app/share/collection/MaleShirt/MaleShirt.val \
|
||||||
$${PWD}/../../app/share/collection/MaleShirt/MaleShirt.vit
|
$${PWD}/../../app/share/collection/MaleShirt/MaleShirt.vit \
|
||||||
|
$${PWD}/../../app/share/collection/Trousers/Trousers.val
|
||||||
|
|
||||||
# Compilation will fail without this files after we added them to this section.
|
# Compilation will fail without this files after we added them to this section.
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
|
|
|
@ -274,6 +274,7 @@ void TST_ValentinaCommandLine::TestOpenCollection_data() const
|
||||||
QTest::newRow("TShirt_test") << "TShirt_test.val" << keyTest << true << V_EX_OK;
|
QTest::newRow("TShirt_test") << "TShirt_test.val" << keyTest << true << V_EX_OK;
|
||||||
QTest::newRow("TestDart") << "TestDart.val" << keyTest << true << V_EX_OK;
|
QTest::newRow("TestDart") << "TestDart.val" << keyTest << true << V_EX_OK;
|
||||||
QTest::newRow("MaleShirt") << "MaleShirt.val" << keyTest << true << V_EX_OK;
|
QTest::newRow("MaleShirt") << "MaleShirt.val" << keyTest << true << V_EX_OK;
|
||||||
|
QTest::newRow("Trousers") << "Trousers.val" << keyTest << true << V_EX_OK;
|
||||||
#ifndef Q_OS_WIN
|
#ifndef Q_OS_WIN
|
||||||
QTest::newRow("patrón_blusa") << "patrón_blusa.val" << keyTest << true << V_EX_OK;
|
QTest::newRow("patrón_blusa") << "patrón_blusa.val" << keyTest << true << V_EX_OK;
|
||||||
QTest::newRow("PajamaTopWrap2") << "PajamaTopWrap2.val" << keyTest << true << V_EX_OK;
|
QTest::newRow("PajamaTopWrap2") << "PajamaTopWrap2.val" << keyTest << true << V_EX_OK;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user