Skip to content

Commit e09ac9a

Browse files
Create messagebox.py
1 parent 92a91f7 commit e09ac9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: dialogs/messagebox.py

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)