MyMessageBox.pyi 126 B

123
  1. from PySide6.QtWidgets import QMessageBox
  2. def show_dialog(state: QMessageBox.Icon, title: str, massage: str) -> bool: ...