QTfrontend/ui/page/pageinfo.cpp
changeset 12482 eeeb7e8de95c
parent 11819 7642955690bc
equal deleted inserted replaced
12481:37bcd4ef9242 12482:eeeb7e8de95c
    39 
    39 
    40 QLayout * PageInfo::footerLayoutDefinition()
    40 QLayout * PageInfo::footerLayoutDefinition()
    41 {
    41 {
    42     QHBoxLayout * bottomLayout = new QHBoxLayout();
    42     QHBoxLayout * bottomLayout = new QHBoxLayout();
    43     bottomLayout->setContentsMargins(0,0,0,0);
    43     bottomLayout->setContentsMargins(0,0,0,0);
    44     BtnSnapshots = addButton(":/res/Star.png", bottomLayout, 0, true, Qt::AlignBottom);
    44     BtnSnapshots = addButton(":/res/folder.png", bottomLayout, 0, true, Qt::AlignBottom);
    45     BtnSnapshots->setWhatsThis(tr("Open the snapshot folder"));
    45     BtnSnapshots->setWhatsThis(tr("Open the snapshot folder"));
    46     BtnSnapshots->setMinimumSize(50,50);
    46     BtnSnapshots->setMinimumSize(50,50);
    47     return bottomLayout;
    47     return bottomLayout;
    48 }
    48 }
    49 
    49