X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FResource.cxx;h=fcb5f36ed17790334cb1ed04ebdc5daab5a9f17b;hb=c0fcc541861db7c8009c9e4f0b73cfff568c5934;hp=a1c92ea0b12bc3c1ef8900488b97916ed8481d97;hpb=c81be9b5e74b26e207bd6efd0ccf68418ac536a3;p=modules%2Fyacs.git diff --git a/src/genericgui/Resource.cxx b/src/genericgui/Resource.cxx index a1c92ea0b..fcb5f36ed 100644 --- a/src/genericgui/Resource.cxx +++ b/src/genericgui/Resource.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2006-2012 CEA/DEN, EDF R&D +// Copyright (C) 2006-2014 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -33,6 +33,8 @@ bool Resource::autoComputeLinks = AUTOCOMPUTELINKS; bool Resource::simplifyLink = SIMPLIFYLINK; bool Resource::ensureVisibleWhenMoved = ENSUREVISIBLEWHENMOVED; int Resource::dockWidgetPriority = DOCKWIDGETPRIORITY; +QColor Resource::progressBarColor = PROGRESSBARCOLOR; +int Resource::progressBarLabel = PROGRESSBARLABEL; QFont Resource::pythonfont = PYTHONFONT; // Statics for color of states @@ -144,6 +146,8 @@ int Resource::Corner_Margin = ( Resource::Border_Margin + Resource::Space_Marg int Resource::Header_Height = ( Resource::Corner_Margin + Resource::CtrlPort_Height + Resource::Line_Space + Resource::Line_Width + Resource::Line_Space ); int Resource::Radius = 3; +int Resource::progressBar_Height = 20; + bool Resource::tabPanelsUp = TABPANELSUP; // Constructor