QPushButton *paren = new QPushButton();
QVBoxLayout *layout = new QVBoxLayout();
QHBoxLayout *hlay = new QHBoxLayout();
QLabel *label = new QLabel("ABCDEFGH");
layout->addWidget(label);
QPushButton *pb = new QPushButton("1",paren);
QPushButton *pb2 = new QPushButton("P",paren);
hlay->addWidget(pb);
hlay->addWidget(pb2);
layout->addLayout(hlay);
layout->setSpacing(0);
layout->setContentsMargins(0, 0, 0, 0);
hlay->setSpacing(0);
hlay->setContentsMargins(0, 0, 0, 0);
paren->setLayout(layout);
боюсь даже спрашивать что случилось с ассистэнсом и/или доками