Ignore:
Timestamp:
Mar 13, 2014, 9:46:55 AM (10 years ago)
Author:
lemeur
Message:

deplacement bouton expand machine vers computing view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_accelerator.cc

    r495 r496  
    6161 
    6262
    63   // expand machine
    64   WPushButton* expandMachine = new WPushButton("init/expand machine",menu);
    65   // set tooltips
    66   expandMachine->setToolTip("expand the machine");
    67   // Set class for actions elements
    68   expandMachine->setStyleClass("Button WhiteButton expand");
    69   expandMachine->setMaximumSize(128,32);
    70   expandMachine->setMinimumSize(128,32);
    71 
    72   // action
    73   expandMachine->clicked().connect(this,&GWt_accelerator::expandMachine);
     63  // // expand machine
     64  // WPushButton* expandMachine = new WPushButton("init/expand machine",menu);
     65  // // set tooltips
     66  // expandMachine->setToolTip("expand the machine");
     67  // // Set class for actions elements
     68  // expandMachine->setStyleClass("Button WhiteButton expand");
     69  // expandMachine->setMaximumSize(128,32);
     70  // expandMachine->setMinimumSize(128,32);
     71
     72  // // action
     73  // expandMachine->clicked().connect(this,&GWt_accelerator::expandMachine);
    7474
    7575
     
    151151}
    152152
    153 void GWt_accelerator::expandMachine() {
    154   cout << " coucou depuis GWt_accelerator::expandMachine() " << endl;
    155   if (getDataManager()->expandMachine()) new GWt_machine(this, dataManager_->getCurrentMachine());
    156 }
     153// void GWt_accelerator::expandMachine() {
     154//   cout << " coucou depuis GWt_accelerator::expandMachine() " << endl;
     155//   if (getDataManager()->expandMachine()) new GWt_machine(this, dataManager_->getCurrentMachine());
     156// }
    157157
    158158void GWt_accelerator::run()
Note: See TracChangeset for help on using the changeset viewer.