Nooba Plugin API version %3.%4
" - "Using OpenCV %5.%6 and Qt %7
" - "Built on %8
" + QString("Nooba Plugin API version %4.%5
" + "Using OpenCV %6.%7 and Qt %8
" + "Built on %9
" "Copyright (C) 2014 by the Nooba team. All rights reserved.
" "NoobaVSS is free software: you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by " @@ -291,6 +298,7 @@ void MainWindow::on_actionAbout_NoobaVSS_triggered() " but WITHOUT ANY WARRANTY; without even the implied warranty of" " MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
") .arg(nooba::MajorVersion).arg(nooba::MinorVersion) + .arg(arch) .arg(API_MAJOR_VERSION).arg(API_MINOR_VERSION) .arg(CV_MAJOR_VERSION).arg(CV_MINOR_VERSION) .arg(QT_VERSION_STR) diff --git a/NoobaFE/Resources/add.png b/NoobaFE/Resources/add.png new file mode 100644 index 0000000..5e4b1ee Binary files /dev/null and b/NoobaFE/Resources/add.png differ diff --git a/NoobaFE/Resources/clear.png b/NoobaFE/Resources/clear.png new file mode 100644 index 0000000..d3e0e12 Binary files /dev/null and b/NoobaFE/Resources/clear.png differ diff --git a/NoobaFE/Resources/mainwind.qrc b/NoobaFE/Resources/mainwind.qrc index bec1b6f..f10dc80 100644 --- a/NoobaFE/Resources/mainwind.qrc +++ b/NoobaFE/Resources/mainwind.qrc @@ -16,5 +16,6 @@