QTfrontend/ui/page/pageinfo.cpp
changeset 6699 83dd3447a212
parent 6200 6a4ace88d85a
child 6700 e04da46ee43c
equal deleted inserted replaced
6698:804e9076d136 6699:83dd3447a212
    39 
    39 
    40 QLayout * PageInfo::footerLayoutDefinition()
    40 QLayout * PageInfo::footerLayoutDefinition()
    41 {
    41 {
    42     QHBoxLayout * bottomLayout = new QHBoxLayout();
    42     QHBoxLayout * bottomLayout = new QHBoxLayout();
    43     BtnSnapshots = addButton(":/res/Star.png", bottomLayout, 0, true);
    43     BtnSnapshots = addButton(":/res/Star.png", bottomLayout, 0, true);
       
    44     BtnSnapshots->setWhatsThis(tr("Open the snapshot folder"));
    44     bottomLayout->setAlignment(BtnSnapshots, Qt::AlignRight | Qt::AlignVCenter);
    45     bottomLayout->setAlignment(BtnSnapshots, Qt::AlignRight | Qt::AlignVCenter);
    45     return bottomLayout;
    46     return bottomLayout;
    46 }
    47 }
    47 
    48 
    48 void PageInfo::connectSignals()
    49 void PageInfo::connectSignals()