Qt-interest Archive, August 2007
QButtonBox button order question
Message 1 in thread
Hi Everyone,
I use QT 4.2.3 for my QT GUI application. I found QT provide a
better way to handle the dialog buttons. It is the QButtonBox.
So now it is easier to have some default behavior buttons on
my GUI. Also, it can use QT Designer to modify its attributes.
But I found a problem. I have "OK", "Apply" and "Cancel" buttons
in the button box. QT put the button order from left to right as
"OK", "Apply" and "Cancel". But I need the order as "Apply", "OK"
and "Cancel".
I checked the QT online help and no any information to change
the button order in QButtonBox.
Is there any way I can change the button order inside QButtonBox
without add/delete buttons ?
Regards,
Pagan
--
[ signature omitted ]