how to create/align two buttons attached, like below
|----------------|--------------------|
| one | two |
|----------------|--------------------|
Thanks in advance,
Seema Rao
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??
Qt Code:
layout->addWidget(button1); layout->addWidget(button2); layout->addStretch();To copy to clipboard, switch view to plain text mode
J-P Nurmi
Bookmarks