Ignore:
Timestamp:
Mar 29, 2013, 5:20:18 PM (11 years ago)
Author:
garnier
Message:

ameliorations graphiques et ajout d'une fonction search dans l'output

File:
1 edited

Legend:

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

    r407 r411  
    140140  sections_.push_back(newSection);
    141141
    142 /*  Wt::WContainerWidget* container = new Wt::WContainerWidget();
    143   Wt::WGridLayout* containerLayout = new Wt::WGridLayout();
    144   containerLayout->setContentsMargins(0,0,0,0);
    145 
    146   // push back on User interface
    147   containerLayout->addWidget(newSection,0,0);
    148  
    149   // add buttons
    150   containerLayout->addWidget(createAddDeletePushButtons(sections_.size()-1),0,1);
    151 
    152   container->setLayout(containerLayout);
    153 */
    154  
    155   // add to sections
    156 //  contenuSections_->addWidget(container);
    157142  contenuSections_->addWidget(newSection);
     143 
     144  updateSections();
    158145}
    159146
Note: See TracChangeset for help on using the changeset viewer.