--- a/QTfrontend/ui/page/pageoptions.cpp Sun Dec 11 19:57:04 2011 +0100
+++ b/QTfrontend/ui/page/pageoptions.cpp Sun Dec 11 23:15:06 2011 +0300
@@ -408,11 +408,7 @@
QLayout * PageOptions::footerLayoutDefinition()
{
- QHBoxLayout * bottomLayout = new QHBoxLayout();
- btnSave = addButton(":/res/Save.png", bottomLayout, 0, true);
- btnSave->setStyleSheet("QPushButton{margin: 24px 0 0 0;}");
- bottomLayout->setAlignment(btnSave, Qt::AlignRight | Qt::AlignBottom);
- return bottomLayout;
+ return NULL;
}
void PageOptions::connectSignals()