Custom QMessageBox Buttons

From Qt Wiki
Revision as of 15:13, 14 January 2015 by Maintenance script (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

English Български

Custom QMessageBox Buttons

Introduction

The following code snippet demonstrate how to customize QMessageBox [qt.io] by adding custom text and buttons using method addButton [qt.io].

Code Snippet

Categories: