From 08d0eed13d335e26b1cdc6a294d4c1694c623847 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 28 Apr 2013 13:45:27 +0200 Subject: Make the UI useful for both IHT and regular tracker --- facetracknoir/ftnoir_curves.ui | 102 ++++++++++++------------ qfunctionconfigurator/qfunctionconfigurator.cpp | 2 +- 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/facetracknoir/ftnoir_curves.ui b/facetracknoir/ftnoir_curves.ui index 0b368816..12203879 100644 --- a/facetracknoir/ftnoir_curves.ui +++ b/facetracknoir/ftnoir_curves.ui @@ -6,7 +6,7 @@ 0 0 - 628 + 1050 667 @@ -103,12 +103,12 @@ color: rgb(255, 255, 255); rx - + 0 0 - 595 + 921 240 @@ -119,16 +119,16 @@ color: rgb(255, 255, 255); 180 - 3 + 5 - + 255 0 0 - + 200 200 @@ -149,12 +149,12 @@ color: rgb(255, 255, 255); Use alternative - + 0 340 - 595 + 921 240 @@ -165,16 +165,16 @@ color: rgb(255, 255, 255); 180 - 3 + 5 - + 255 0 0 - + 200 200 @@ -187,7 +187,7 @@ color: rgb(255, 255, 255); ry - + 0 @@ -203,19 +203,19 @@ color: rgb(255, 255, 255); 180 - 3 + 5 1 - + 0 255 0 - + 200 200 @@ -236,7 +236,7 @@ color: rgb(255, 255, 255); Use alternative - + 0 @@ -252,19 +252,19 @@ color: rgb(255, 255, 255); 180 - 3 + 5 1 - + 0 255 0 - + 200 200 @@ -277,7 +277,7 @@ color: rgb(255, 255, 255); rz - + 0 @@ -293,19 +293,19 @@ color: rgb(255, 255, 255); 180 - 3 + 5 1 - + 0 0 255 - + 200 200 @@ -326,7 +326,7 @@ color: rgb(255, 255, 255); Use alternative - + 0 @@ -342,19 +342,19 @@ color: rgb(255, 255, 255); 180 - 3 + 5 1 - + 0 0 255 - + 200 200 @@ -367,7 +367,7 @@ color: rgb(255, 255, 255); tx - + 0 @@ -383,19 +383,19 @@ color: rgb(255, 255, 255); 100 - 5 + 7 1 - + 255 0 255 - + 200 200 @@ -416,7 +416,7 @@ color: rgb(255, 255, 255); Use alternative - + 0 @@ -432,19 +432,19 @@ color: rgb(255, 255, 255); 100 - 5 + 7 1 - + 255 0 255 - + 200 200 @@ -457,7 +457,7 @@ color: rgb(255, 255, 255); ty - + 0 @@ -473,19 +473,19 @@ color: rgb(255, 255, 255); 100 - 5 + 7 1 - + 255 255 0 - + 200 200 @@ -506,7 +506,7 @@ color: rgb(255, 255, 255); Use alternative - + 0 @@ -522,19 +522,19 @@ color: rgb(255, 255, 255); 100 - 5 + 7 1 - + 255 255 0 - + 200 200 @@ -547,7 +547,7 @@ color: rgb(255, 255, 255); tz - + 0 @@ -563,19 +563,19 @@ color: rgb(255, 255, 255); 100 - 5 + 7 1 - + 0 255 255 - + 200 200 @@ -596,7 +596,7 @@ color: rgb(255, 255, 255); Use alternative - + 0 @@ -612,19 +612,19 @@ color: rgb(255, 255, 255); 100 - 5 + 7 1 - + 0 255 255 - + 200 200 diff --git a/qfunctionconfigurator/qfunctionconfigurator.cpp b/qfunctionconfigurator/qfunctionconfigurator.cpp index 555d0cf6..e3eb962b 100644 --- a/qfunctionconfigurator/qfunctionconfigurator.cpp +++ b/qfunctionconfigurator/qfunctionconfigurator.cpp @@ -218,7 +218,7 @@ QRect scale; // // Draw the vertical guidelines // - for (i = range.left(); i <= range.right(); i += gDistEGU_Input * pPerEGU_Input * 2) { + for (i = range.left(); i <= range.right(); i += gDistEGU_Input * pPerEGU_Input) { drawLine(&painter, QPointF(i, range.top()), QPointF(i, range.bottom()), pen); scale.setCoords(i - 10, range.bottom() + 2, i + 10, range.bottom() + 15); painter.drawText(scale, Qt::AlignCenter, tr("%1").arg(abs(((range.left() - i))/pPerEGU_Input))); -- cgit v1.2.3