I've just dipped my toes into Qt and was wondering about the following.
Class QMessageBox defines public types including
andCode:
enum StandardButton { Ok, Open, Save, Cancel, ..., ButtonMask }
Code:
flags StandardButtons
What is flags? Is it a typedef?