From d9f0f70ce50a046046cc7c88b992876dac7782b2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 15 Oct 2021 13:28:37 +0200 Subject: tracker/trackhat: add stub dialog --- tracker-trackhat/dialog.cpp | 0 tracker-trackhat/dialog.hpp | 0 tracker-trackhat/dialog.ui | 222 +++++++++++++++++++++++++++++++++++++++++ tracker-trackhat/lang/nl_NL.ts | 43 ++++++++ tracker-trackhat/lang/ru_RU.ts | 43 ++++++++ tracker-trackhat/lang/stub.ts | 43 ++++++++ tracker-trackhat/lang/zh_CN.ts | 43 ++++++++ 7 files changed, 394 insertions(+) create mode 100644 tracker-trackhat/dialog.cpp create mode 100644 tracker-trackhat/dialog.hpp create mode 100644 tracker-trackhat/dialog.ui diff --git a/tracker-trackhat/dialog.cpp b/tracker-trackhat/dialog.cpp new file mode 100644 index 00000000..e69de29b diff --git a/tracker-trackhat/dialog.hpp b/tracker-trackhat/dialog.hpp new file mode 100644 index 00000000..e69de29b diff --git a/tracker-trackhat/dialog.ui b/tracker-trackhat/dialog.ui new file mode 100644 index 00000000..db966ab2 --- /dev/null +++ b/tracker-trackhat/dialog.ui @@ -0,0 +1,222 @@ + + + Form + + + + 0 + 0 + 415 + 226 + + + + TrackHat tracker + + + + + + Camera + + + + + + Threshold + + + + + + + + 0 + 0 + + + + Qt::Horizontal + + + + + + + + 0 + 0 + + + + 200 + + + Qt::Horizontal + + + + + + + Exposure + + + + + + + Gain + + + + + + + + 0 + 0 + + + + 200 + + + Qt::Horizontal + + + + + + + true + + + QAbstractSpinBox::NoButtons + + + + + + + true + + + QAbstractSpinBox::NoButtons + + + + + + + true + + + QAbstractSpinBox::NoButtons + + + + + + + + + + Model + + + + + + + 10 + 0 + + + + Type + + + + + + + + 8 + 0 + + + + + + + + Min point size + + + + + + + Max point size + + + + + + + + 0 + 0 + + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + px + + + 1 + + + 2.000000000000000 + + + 20.000000000000000 + + + + + + + + 0 + 0 + + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + px + + + 1 + + + 2.000000000000000 + + + 20.000000000000000 + + + + + + + + + + + diff --git a/tracker-trackhat/lang/nl_NL.ts b/tracker-trackhat/lang/nl_NL.ts index 6dc81cfc..e375a7a4 100644 --- a/tracker-trackhat/lang/nl_NL.ts +++ b/tracker-trackhat/lang/nl_NL.ts @@ -1,6 +1,49 @@ + + Form + + TrackHat tracker + + + + Camera + + + + Threshold + + + + Exposure + + + + Gain + + + + Model + + + + Type + + + + Min point size + + + + Max point size + + + + px + + + trackhat_module diff --git a/tracker-trackhat/lang/ru_RU.ts b/tracker-trackhat/lang/ru_RU.ts index 6dc81cfc..e375a7a4 100644 --- a/tracker-trackhat/lang/ru_RU.ts +++ b/tracker-trackhat/lang/ru_RU.ts @@ -1,6 +1,49 @@ + + Form + + TrackHat tracker + + + + Camera + + + + Threshold + + + + Exposure + + + + Gain + + + + Model + + + + Type + + + + Min point size + + + + Max point size + + + + px + + + trackhat_module diff --git a/tracker-trackhat/lang/stub.ts b/tracker-trackhat/lang/stub.ts index 6dc81cfc..e375a7a4 100644 --- a/tracker-trackhat/lang/stub.ts +++ b/tracker-trackhat/lang/stub.ts @@ -1,6 +1,49 @@ + + Form + + TrackHat tracker + + + + Camera + + + + Threshold + + + + Exposure + + + + Gain + + + + Model + + + + Type + + + + Min point size + + + + Max point size + + + + px + + + trackhat_module diff --git a/tracker-trackhat/lang/zh_CN.ts b/tracker-trackhat/lang/zh_CN.ts index 6dc81cfc..e375a7a4 100644 --- a/tracker-trackhat/lang/zh_CN.ts +++ b/tracker-trackhat/lang/zh_CN.ts @@ -1,6 +1,49 @@ + + Form + + TrackHat tracker + + + + Camera + + + + Threshold + + + + Exposure + + + + Gain + + + + Model + + + + Type + + + + Min point size + + + + Max point size + + + + px + + + trackhat_module -- cgit v1.2.3