diff --git a/src/app/share/collection/MaleShirt/MaleShirt.val b/src/app/share/collection/MaleShirt/MaleShirt.val new file mode 100644 index 000000000..cec3bc8f0 --- /dev/null +++ b/src/app/share/collection/MaleShirt/MaleShirt.val @@ -0,0 +1,630 @@ + + + + 0.3.1 + cm + Timo Virtaneva + This a male shirt pattern. + +All the values are increment values in the table of the variables. +Look the values and adjust those for your own needs. + +The design is based on the measuring table. The table must be loaded, but the values in the table of variables can be changed. + +Adjust/verify curves after parameter modifications. + +Delete layouts which are not needed. + + MaleShirt.vit + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+
diff --git a/src/app/share/collection/MaleShirt/MaleShirt.vit b/src/app/share/collection/MaleShirt/MaleShirt.vit new file mode 100644 index 000000000..c921d86a0 --- /dev/null +++ b/src/app/share/collection/MaleShirt/MaleShirt.vit @@ -0,0 +1,27 @@ + + + + 0.3.3 + false + + cm + 998 + + + + 1800-01-01 + unknown + + + + + + + + + + + + + + diff --git a/src/test/ValentinaTest/ValentinaTest.pro b/src/test/ValentinaTest/ValentinaTest.pro index 5e6434567..e1929619c 100644 --- a/src/test/ValentinaTest/ValentinaTest.pro +++ b/src/test/ValentinaTest/ValentinaTest.pro @@ -305,7 +305,9 @@ COLLECTION_FILES += \ $${PWD}/../../app/share/collection/Razmernye_priznaki_dlya_zhenskogo_zhaketa.vit \ $${PWD}/../../app/share/collection/IMK_Zhaketa_poluprilegayuschego_silueta.val \ $${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.vit # Compilation will fail without this files after we added them to this section. diff --git a/src/test/ValentinaTest/tst_valentinacommandline.cpp b/src/test/ValentinaTest/tst_valentinacommandline.cpp index dda92e6e3..d94df0e39 100644 --- a/src/test/ValentinaTest/tst_valentinacommandline.cpp +++ b/src/test/ValentinaTest/tst_valentinacommandline.cpp @@ -273,6 +273,7 @@ void TST_ValentinaCommandLine::TestOpenCollection_data() const #endif QTest::newRow("TShirt_test") << "TShirt_test.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; #ifndef Q_OS_WIN QTest::newRow("patrón_blusa") << "patrón_blusa.val" << keyTest << true << V_EX_OK; QTest::newRow("PajamaTopWrap2") << "PajamaTopWrap2.val" << keyTest << true << V_EX_OK;