QTfrontend/ui/page/pagedata.cpp
changeset 12238 41267eea2f96
parent 12236 a0ed4caa6d35
child 12240 88b31fdc760b
equal deleted inserted replaced
12237:76fa467b6833 12238:41267eea2f96
    55     bottomLayout->setStretch(0, 1);
    55     bottomLayout->setStretch(0, 1);
    56 
    56 
    57     pbHome = addButton(":/res/home.png", bottomLayout, 1, true, Qt::AlignBottom);
    57     pbHome = addButton(":/res/home.png", bottomLayout, 1, true, Qt::AlignBottom);
    58     pbHome->setMinimumHeight(50);
    58     pbHome->setMinimumHeight(50);
    59     pbHome->setMinimumWidth(50);
    59     pbHome->setMinimumWidth(50);
    60     pbHome->setWhatsThis(tr("Return to the start page"));
    60     pbHome->setWhatsThis(tr("Load the start page"));
    61 
    61 
    62     pbOpenDir = addButton(tr("Open packages directory"), bottomLayout, 2, false, Qt::AlignBottom);
    62     pbOpenDir = addButton(tr("Open packages directory"), bottomLayout, 2, false, Qt::AlignBottom);
    63     pbOpenDir->setStyleSheet("padding: 5px 10px");
    63     pbOpenDir->setStyleSheet("padding: 5px 10px");
    64     pbOpenDir->setMinimumHeight(50);
    64     pbOpenDir->setMinimumHeight(50);
    65 
    65