46 lines
568 B
Markdown
46 lines
568 B
Markdown
---
|
|
id: "qmessageboxicon"
|
|
title: "QMessageBoxIcon"
|
|
sidebar_label: "QMessageBoxIcon"
|
|
---
|
|
|
|
## Index
|
|
|
|
### Enumeration members
|
|
|
|
* [Critical](qmessageboxicon.md#critical)
|
|
* [Information](qmessageboxicon.md#information)
|
|
* [NoIcon](qmessageboxicon.md#noicon)
|
|
* [Question](qmessageboxicon.md#question)
|
|
* [Warning](qmessageboxicon.md#warning)
|
|
|
|
## Enumeration members
|
|
|
|
### Critical
|
|
|
|
• **Critical**: = 3
|
|
|
|
___
|
|
|
|
### Information
|
|
|
|
• **Information**: = 1
|
|
|
|
___
|
|
|
|
### NoIcon
|
|
|
|
• **NoIcon**: = 0
|
|
|
|
___
|
|
|
|
### Question
|
|
|
|
• **Question**: = 4
|
|
|
|
___
|
|
|
|
### Warning
|
|
|
|
• **Warning**: = 2
|