We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92a91f7 commit e09ac9aCopy full SHA for e09ac9a
dialogs/messagebox.py
@@ -0,0 +1,5 @@
1
+from quo.dialog import MessageBox
2
+
3
+MessageBox(
4
+ title='Example dialog window',
5
+ text='Do you want to continue?')
0 commit comments