Ignore:
Timestamp:
Mar 28, 2013, 4:32:42 PM (11 years ago)
Author:
garnier
Message:

Correction dans les comboBox

File:
1 edited

Legend:

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

    r405 r407  
    99#include "GWt_softwarePanel.h"
    1010
    11 GWt_sectionToExecute::GWt_sectionToExecute(Wt::WComboBox* first,Wt::WComboBox* last,Wt::WComboBox* soft,GWt_softwarePanel* sPanel)
     11GWt_sectionToExecute::GWt_sectionToExecute(Wt::WComboBox* first,Wt::WComboBox* last,Wt::WComboBox* soft,Wt::WContainerWidget* buttonPanel, GWt_softwarePanel* sPanel)
    1212:WContainerWidget(),
    1313firstElement(first),
     
    3232    labelAndComboInsideContainerLayout->addWidget(last);
    3333    labelAndComboInsideContainerLayout->addWidget(soft);
     34
     35    // add buttons
     36    labelAndComboInsideContainerLayout->addWidget(buttonPanel);
    3437
    3538    labelAndComboInsideContainer->setLayout(labelAndComboInsideContainerLayout);
     
    8992    lastElement->setMinimumSize(80,12);
    9093    software->setMinimumSize(80,12);
    91    
     94       
    9295    firstElement->activated().connect(softwarePanel,&GWt_softwarePanel::updateSections);
    9396    lastElement->activated().connect(softwarePanel,&GWt_softwarePanel::updateSections);
Note: See TracChangeset for help on using the changeset viewer.