OpenShot Video Editor  2.0.0
Public Member Functions | Public Attributes | List of all members
tutorial.TutorialDialog Class Reference

A QWidget used to instruct a user how to use a certain feature. More...

Inheritance diagram for tutorial.TutorialDialog:

Public Member Functions

def __init__ (self, id, text, position_widget, x_offset, y_offset, arrow, args)
 
def checkbox_metrics_callback (self, state)
 Callback for error and anonymous usage checkbox. More...
 
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

 arrow
 
 btn_close_tips
 
 btn_next_tip
 
 id
 
 label
 
 position_widget
 
 x_offset
 
 y_offset
 

Detailed Description

A QWidget used to instruct a user how to use a certain feature.

Definition at line 43 of file tutorial.py.

Constructor & Destructor Documentation

◆ __init__()

def tutorial.TutorialDialog.__init__ (   self,
  id,
  text,
  position_widget,
  x_offset,
  y_offset,
  arrow,
  args 
)

Definition at line 110 of file tutorial.py.

Member Function Documentation

◆ checkbox_metrics_callback()

def tutorial.TutorialDialog.checkbox_metrics_callback (   self,
  state 
)

Callback for error and anonymous usage checkbox.

Definition at line 95 of file tutorial.py.

◆ eventFilter()

def tutorial.TutorialDialog.eventFilter (   self,
  object,
  e 
)

Definition at line 77 of file tutorial.py.

◆ moveWidget()

def tutorial.TutorialDialog.moveWidget (   self)

Move widget next to its position widget.

Definition at line 88 of file tutorial.py.

◆ paintEvent()

def tutorial.TutorialDialog.paintEvent (   self,
  event,
  args 
)

Custom paint event.

Definition at line 47 of file tutorial.py.

Member Data Documentation

◆ arrow

tutorial.TutorialDialog.arrow

Definition at line 123 of file tutorial.py.

◆ btn_close_tips

tutorial.TutorialDialog.btn_close_tips

Definition at line 160 of file tutorial.py.

◆ btn_next_tip

tutorial.TutorialDialog.btn_next_tip

Definition at line 162 of file tutorial.py.

◆ id

tutorial.TutorialDialog.id

Definition at line 119 of file tutorial.py.

◆ label

tutorial.TutorialDialog.label

Definition at line 130 of file tutorial.py.

◆ position_widget

tutorial.TutorialDialog.position_widget

Definition at line 120 of file tutorial.py.

◆ x_offset

tutorial.TutorialDialog.x_offset

Definition at line 121 of file tutorial.py.

◆ y_offset

tutorial.TutorialDialog.y_offset

Definition at line 122 of file tutorial.py.


The documentation for this class was generated from the following file: