Prompt Information


自定义提示信息不能与 Qt C/C++ Python 编程语言自带的,冲突或混淆。

 

1. Basic Requirement


必须简短、扼要,不推荐使用缩写字符 (特殊情况除外,譬如 FTS 表示 Full Text Search)。

 

1.1 Input

可直接输出提示信息,或采用以下字符开头:

>>>

Input:

 

1.2 Output

可直接输出提示信息,或采用以下字符开头:

***

Tip:

Info:

Warning:

Alert:

 

2. Script Prompt


可使用 print() 函数。

 

3. GUI Prompt


可使用 print() 函数或 QMessageBox 类。