title=self.tr('This is a frameless message dialog')
content=self.tr(
...
...
@@ -110,4 +128,33 @@ class DialogInterface(GalleryInterface):
button=PushButton('Action')
button.setFixedWidth(120)
t.addWidget(button,align=Qt.AlignRight)
t.show()
\ No newline at end of file
t.show()
defshowSimpleFlyout(self):
Flyout.create(
icon=InfoBarIcon.SUCCESS,
title='Lesson 3',
content=self.tr('Believe in the spin, just keep believing!'),
target=self.simpleFlyoutButton,
parent=self.window()
)
defshowComplexFlyout(self):
view=FlyoutView(
title=self.tr('Julius·Zeppeli'),
content=self.tr("Where the tennis ball will land when it touches the net, no one can predict. \nIf that moment comes, I hope the 'goddess' exists. \nIn that case, I would accept it no matter which side the ball falls on."),