X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FJM_SalomeResource.hxx;h=643b7ba4bab2a69990ba983c49315f1b7b8635ca;hb=fafdcee64180ce59122b48b01f869eb35f681b34;hp=dc80b1c60ebff527d94f559c3c83144c0ee33ffb;hpb=160698311c8deb02d7eb674f3a94f88d7199a877;p=modules%2Fjobmanager.git diff --git a/src/genericgui/JM_SalomeResource.hxx b/src/genericgui/JM_SalomeResource.hxx index dc80b1c..643b7ba 100644 --- a/src/genericgui/JM_SalomeResource.hxx +++ b/src/genericgui/JM_SalomeResource.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2012 CEA/DEN, EDF R&D +// Copyright (C) 2009-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 @@ -38,8 +38,6 @@ namespace JM void get_infos(); - void toggle_is_cluster_head(bool checked); - protected: QWidget* _parent; BL::SALOMEServices * _salome_services; @@ -52,7 +50,8 @@ namespace JM QLineEdit * _username_line; QLineEdit * _applipath_line; QListWidget * _componentList; - QPushButton * _is_cluster_head; + QCheckBox * _can_launch_batch_jobs; + QCheckBox * _can_run_containers; QLineEdit * _working_directory; QLineEdit * _os_line; QLineEdit * _mem_mb_line;