QTfrontend/ui/page/pagemultiplayer.cpp
changeset 8434 4821897a0f10
parent 8377 869f80966a77
child 8886 5c521d1fdd63
equal deleted inserted replaced
8432:f2d57e987ba9 8434:4821897a0f10
    45 }
    45 }
    46 
    46 
    47 QLayout * PageMultiplayer::footerLayoutLeftDefinition()
    47 QLayout * PageMultiplayer::footerLayoutLeftDefinition()
    48 {
    48 {
    49     QHBoxLayout * bottomLeftLayout = new QHBoxLayout();
    49     QHBoxLayout * bottomLeftLayout = new QHBoxLayout();
    50     
    50 
    51     btnSetup = addButton(":/res/Settings.png", bottomLeftLayout, 0, true);
    51     btnSetup = addButton(":/res/Settings.png", bottomLeftLayout, 0, true);
    52     btnSetup->setWhatsThis(tr("Edit game preferences"));
    52     btnSetup->setWhatsThis(tr("Edit game preferences"));
    53 
    53 
    54     return bottomLeftLayout;
    54     return bottomLeftLayout;
    55 }
    55 }