From 2035c6897ed97365001d9b340bcf50179aa6141f Mon Sep 17 00:00:00 2001 From: Asitha Nanayakkara Date: Fri, 20 Dec 2013 13:13:14 +0530 Subject: [PATCH] drag drop removed from config window. Until the functionality is complete minor UI updates project website added to about window --- NoobaFE/Forms/PluginsConfigUI.ui | 16 ++-------------- NoobaFE/MainWindow.cpp | 1 + NoobaFE/NoobaFE.pro | 2 +- NoobaFE/ParamConfigWind.cpp | 3 +-- 4 files changed, 5 insertions(+), 17 deletions(-) diff --git a/NoobaFE/Forms/PluginsConfigUI.ui b/NoobaFE/Forms/PluginsConfigUI.ui index f896331..98a4ccb 100644 --- a/NoobaFE/Forms/PluginsConfigUI.ui +++ b/NoobaFE/Forms/PluginsConfigUI.ui @@ -79,15 +79,9 @@ QAbstractItemView::NoEditTriggers - + true - - QAbstractItemView::DragDrop - - - Qt::MoveAction - true @@ -153,15 +147,9 @@ QAbstractItemView::NoEditTriggers - + true - - QAbstractItemView::DragDrop - - - Qt::MoveAction - true diff --git a/NoobaFE/MainWindow.cpp b/NoobaFE/MainWindow.cpp index 6568aa9..dc1a996 100644 --- a/NoobaFE/MainWindow.cpp +++ b/NoobaFE/MainWindow.cpp @@ -290,6 +290,7 @@ void MainWindow::on_actionAbout_NoobaVSS_triggered() "

Using OpenCV %6.%7 and Qt %8

" "

Built on %9

" "

Copyright (C) 2014 by the Nooba team. All rights reserved.

" + "

For more info visit us on www.noobavss.tk

" "

NoobaVSS is free software: you can redistribute it and/or modify " "it under the terms of the GNU General Public License as published by " "the Free Software Foundation, either version 3 of the License, or " diff --git a/NoobaFE/NoobaFE.pro b/NoobaFE/NoobaFE.pro index ec39276..893de11 100644 --- a/NoobaFE/NoobaFE.pro +++ b/NoobaFE/NoobaFE.pro @@ -11,7 +11,7 @@ CONFIG(debug, debug|release): message(FE Debug build!) CONFIG(release, debug|release): message(FE Release build!) CONFIG(debug, debug|release): TARGET = NoobaVSS_Debug -CONFIG(release, debug|release): TARGET = NoobaVSS_Release +CONFIG(release, debug|release): TARGET = NoobaVSS CONFIG(debug, debug|release): DESTDIR = ../../NoobaVSS_build/NoobaFE/Debug/ CONFIG(release, debug|release): DESTDIR = ../../NoobaVSS_build/NoobaFE/Release/ diff --git a/NoobaFE/ParamConfigWind.cpp b/NoobaFE/ParamConfigWind.cpp index 668901d..2ee617c 100644 --- a/NoobaFE/ParamConfigWind.cpp +++ b/NoobaFE/ParamConfigWind.cpp @@ -72,8 +72,7 @@ void ParamConfigWind::addPlugin(NoobaPlugin *plugin) addToTree(plugin->getStringListMap(), nooba::MultiValueParam, l1); addToTree(plugin->getFilePathDataMap(), nooba::FilePathParam, l1); - - l1->setBackground(0, QBrush(QColor(150,150,150))); + l1->setBackground(0, QBrush(QColor(50,140,200))); l1->setForeground(0, QBrush(QColor(255,255,255))); QFont font; font.setBold(true);