OpenShot Video Editor
2.0.0
|
A QWidget used to instruct a user how to use a certain feature. More...
Public Member Functions | |
def | __init__ (self, text, position_widget, x_offset, y_offset, args) |
def | eventFilter (self, object, e) |
def | moveWidget (self) |
Move widget next to its position widget. More... | |
def | paintEvent (self, event, args) |
Custom paint event. More... | |
Public Attributes | |
btn_close_tips | |
btn_next_tip | |
label | |
position_widget | |
x_offset | |
y_offset | |
A QWidget used to instruct a user how to use a certain feature.
Definition at line 42 of file tutorial.py.
def tutorial.TutorialDialog.__init__ | ( | self, | |
text, | |||
position_widget, | |||
x_offset, | |||
y_offset, | |||
args | |||
) |
Definition at line 91 of file tutorial.py.
def tutorial.TutorialDialog.eventFilter | ( | self, | |
object, | |||
e | |||
) |
Definition at line 75 of file tutorial.py.
def tutorial.TutorialDialog.moveWidget | ( | self | ) |
Move widget next to its position widget.
Definition at line 86 of file tutorial.py.
def tutorial.TutorialDialog.paintEvent | ( | self, | |
event, | |||
args | |||
) |
Custom paint event.
Definition at line 46 of file tutorial.py.
tutorial.TutorialDialog.btn_close_tips |
Definition at line 122 of file tutorial.py.
tutorial.TutorialDialog.btn_next_tip |
Definition at line 124 of file tutorial.py.
tutorial.TutorialDialog.label |
Definition at line 109 of file tutorial.py.
tutorial.TutorialDialog.position_widget |
Definition at line 100 of file tutorial.py.
tutorial.TutorialDialog.x_offset |
Definition at line 101 of file tutorial.py.
tutorial.TutorialDialog.y_offset |
Definition at line 102 of file tutorial.py.