X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fblockwidget.cpp;h=d493eba5d406a79a0484de14c13034f07ac0187e;hb=631fbe38f52222a65f1c3bcefb11a616d6806dd6;hp=cd08070570717f6b8542f55eb2ced6ffdcbd1c25;hpb=8ab4e08bd78cb5b07f069e3e6c5bf76944cb14fa;p=architektonas diff --git a/src/blockwidget.cpp b/src/blockwidget.cpp index cd08070..d493eba 100644 --- a/src/blockwidget.cpp +++ b/src/blockwidget.cpp @@ -44,14 +44,12 @@ BlockWidget::BlockWidget(void): QWidget() QPushButton * pb2 = new QPushButton("-"); QPushButton * pb3 = new QPushButton("Edit"); QPushButton * pb4 = new QPushButton("Import"); -// QPushButton * pb5 = new QPushButton("v"); QHBoxLayout * hbox1 = new QHBoxLayout; hbox1->addWidget(pb1); hbox1->addWidget(pb2); hbox1->addWidget(pb3); hbox1->addWidget(pb4); -// hbox1->addWidget(pb5); hbox1->addStretch(); QVBoxLayout * mainLayout = new QVBoxLayout;