Ignore:
Timestamp:
Jan 21, 2013, 6:40:27 PM (11 years ago)
Author:
garnier
Message:

refactoring

Location:
Interface_Web/trunk/pspaWT/sources/userInterface/src
Files:
2 edited

Legend:

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

    r257 r259  
    2525  ligneFaisceauLayout_ = new WHBoxLayout();
    2626  //  decorationStyle().setBackgroundColor (WColor(245,245,245));
    27   decorationStyle().setBackgroundImage (WApplication::appRoot()+"/icons/background.png");
     27  decorationStyle().setBackgroundImage (WApplication::appRoot()+"/htdocs/background.png");
    2828  setLayout(ligneFaisceauLayout_);
    2929
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_pspaApplication.cc

    r257 r259  
    5555  // include the styleSheet
    5656  WContainerWidget *widroot = root();
    57   useStyleSheet ("include/pspa.css");
     57  useStyleSheet ("htdocs/pspa.css");
    5858  dtmanage_ = new dataManager();
    5959
     
    108108  WContainerWidget * layoutContainer = new WContainerWidget();
    109109  layoutContainer->setLayout(toolbarLayout);
    110   layoutContainer->decorationStyle().setBackgroundImage ("/icons/fond_toolbar.png");
     110  layoutContainer->decorationStyle().setBackgroundImage ("/htdocs/fond_toolbar.png");
    111111  layout->addWidget(layoutContainer, 1, 0, 1, 2);
    112112  layout->addWidget(createPalette(), 2, 0, 4, 1);
Note: See TracChangeset for help on using the changeset viewer.