]> SALOME platform Git repositories - modules/yacs.git/blobdiff - src/genericgui/Resource.cxx
Salome HOME
Implementation of 0022326: [CEA 930] YACS: progression of a loop "ForEach"
[modules/yacs.git] / src / genericgui / Resource.cxx
index 7ed0121859389d8d6fb459d46d2a18a20c3d6a3f..ae6b06310f4abadb8ed291b8bcb26b97ab57f442 100644 (file)
@@ -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