> Op 28 apr. 2017 om 20:34 heeft Konstantin Shegunov <kshegu...@gmail.com> het 
> volgende geschreven:
> 
> Hi,
> Employ like this:
> 
> dlg.exec();
> if (dlg.clickedButton() == btn)
>    qDebug() << "Yes was clicked";
> 
> However, why not make use of the standard buttons, which already
> include "Yes"/"No"?
Better yet, use a verb that expresses what will happen. Save is also standard, 
but otherwise you should set a text explicitly. Just Yes an No as buttons make 
for a horrible user experience. 

André

> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to