how to create/align two buttons attached, like below
|----------------|--------------------|
| one | two |
|----------------|--------------------|
Thanks in advance,
Seema Rao
Printable View
how to create/align two buttons attached, like below
|----------------|--------------------|
| one | two |
|----------------|--------------------|
Thanks in advance,
Seema Rao
Did you even try reading the docs or the links posted in your previous thread??
Code:
layout->addWidget(button1); layout->addWidget(button2); layout->addStretch();