QTfrontend/ui/page/pagemain.cpp
changeset 6561 b2165583cdf5
parent 6478 752d4fb5e376
child 6577 9e49e6a8585b
child 6582 d32b5fde9ea6
equal deleted inserted replaced
6560:ca07e6be08d0 6561:b2165583cdf5
    76     
    76     
    77     bottomLayout->addWidget(mainNote, 0);
    77     bottomLayout->addWidget(mainNote, 0);
    78     bottomLayout->setStretch(0,1);
    78     bottomLayout->setStretch(0,1);
    79 
    79 
    80     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 1, true);
    80     BtnSetup = addButton(":/res/Settings.png", bottomLayout, 1, true);
       
    81     BtnFeedback = addButton("Feedback", bottomLayout, 0);
    81     bottomLayout->setStretch(1,0);
    82     bottomLayout->setStretch(1,0);
    82 
    83 
    83     return bottomLayout;
    84     return bottomLayout;
    84 }
    85 }
    85 
    86