X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FBL_JobsManager_QT.cxx;h=37273380527246b201086e5e3239588328ee2fdc;hb=94317c743eafd6b6de89a47378e31410b4a8fdf3;hp=c36862fcc9023561471e3980eceec730bbc0bd39;hpb=e46a093dbb595d8d01b0426f18dca6181c8e7270;p=modules%2Fjobmanager.git diff --git a/src/genericgui/BL_JobsManager_QT.cxx b/src/genericgui/BL_JobsManager_QT.cxx index c36862f..3727338 100644 --- a/src/genericgui/BL_JobsManager_QT.cxx +++ b/src/genericgui/BL_JobsManager_QT.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-2019 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 @@ -68,9 +68,10 @@ BL::JobsManager_QT::JobsManager_QT(QWidget * parent, BL::GenericGui * main_gui, connect(_load_jobs, SIGNAL(clicked()), this, SLOT(load_jobs_button())); connect(_save_jobs, SIGNAL(clicked()), this, SLOT(save_jobs_button())); - _auto_refresh_jobs = new QPushButton("Auto Refresh: no"); + _auto_refresh_jobs = new QPushButton("Auto Refresh: 30s"); _timer = new QTimer(this); _timer->stop(); + _timer->start(30 * 1000); connect(_timer, SIGNAL(timeout()), this, SLOT(RefreshJobs())); // Menu for auto refresh