prompt (str) – Prompt text displayed above the dropdown.
options (list[str]) – List of selectable items.
title (str) – Dialog window title.
value (str | None) – Pre-selected initial item.
parent (Any) – Parent widget. Defaults to the active root window.