Checkable Messagebox: Fix layout, handle URL.

For usage with 709cb2946b.
This commit is contained in:
Friedemann Kleint
2010-05-14 11:09:40 +02:00
parent 709cb2946b
commit a931a68044
2 changed files with 26 additions and 12 deletions

View File

@@ -42,7 +42,7 @@ struct CheckableMessageBoxPrivate;
/* A messagebox suitable for questions with a
* "Do not ask me again" checkbox. Emulates the QMessageBox API with
* static conveniences. */
* static conveniences. The message label can open external URLs. */
class QTCREATOR_UTILS_EXPORT CheckableMessageBox : public QDialog
{