OpenShot Video Editor  2.0.0
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
main_window.MainWindow Class Reference

This class contains the logic for the main window widget. More...

Inheritance diagram for main_window.MainWindow:
updates.UpdateWatcher updates.UpdateInterface

Public Member Functions

def __init__ (self)
 
def actionAbout_trigger (self, event)
 Show about dialog. More...
 
def actionAdd_to_Timeline_trigger (self, event)
 
def actionAddMarker_trigger (self, event)
 
def actionAddTrack_trigger (self, event)
 
def actionAddTrackAbove_trigger (self, event)
 
def actionAddTrackBelow_trigger (self, event)
 
def actionAdvanced_View_trigger (self, event)
 Switch to an alternative view. More...
 
def actionAnimatedTitle_trigger (self, event)
 
def actionAnimation_trigger (self, event)
 
def actionArrowTool_trigger (self, event)
 
def actionAskQuestion_trigger (self, event)
 
def actionDetailsView_trigger (self, event)
 
def actionDonate_trigger (self, event)
 
def actionEffectsShowAll_trigger (self, event)
 
def actionEffectsShowAudio_trigger (self, event)
 
def actionEffectsShowVideo_trigger (self, event)
 
def actionExportVideo_trigger (self, event)
 
def actionFastForward_trigger (self, event)
 
def actionFile_Properties_trigger (self, event)
 
def actionFilesShowAll_trigger (self, event)
 
def actionFilesShowAudio_trigger (self, event)
 
def actionFilesShowImage_trigger (self, event)
 
def actionFilesShowVideo_trigger (self, event)
 
def actionFreeze_View_trigger (self, event)
 Freeze all dockable widgets on the main screen. More...
 
def actionFullscreen_trigger (self, event)
 
def actionHelpContents_trigger (self, event)
 
def actionImportFiles_trigger (self, event)
 
def actionImportImageSequence_trigger (self, event)
 
def actionJumpEnd_trigger (self, event)
 
def actionJumpStart_trigger (self, event)
 
def actionLockTrack_trigger (self, event)
 Callback for locking a track. More...
 
def actionNew_trigger (self, event)
 
def actionNextMarker_trigger (self, event)
 
def actionOpen_trigger (self, event)
 
def actionPlay_trigger (self, event, force=None)
 
def actionPreferences_trigger (self, event)
 
def actionPreview_File_trigger (self, event)
 Preview the selected media file. More...
 
def actionPreviousMarker_trigger (self, event)
 
def actionProfile_trigger (self, event)
 
def actionProperties_trigger (self, event)
 
def actionRedo_trigger (self, event)
 
def actionRemove_from_Project_trigger (self, event)
 
def actionRemoveClip_trigger (self, event)
 
def actionRemoveEffect_trigger (self, event)
 
def actionRemoveMarker_trigger (self, event)
 
def actionRemoveTrack_trigger (self, event)
 
def actionRemoveTransition_trigger (self, event)
 
def actionRenameTrack_trigger (self, event)
 Callback for renaming track. More...
 
def actionReportBug_trigger (self, event)
 
def actionRewind_trigger (self, event)
 
def actionSave_trigger (self, event)
 
def actionSaveAs_trigger (self, event)
 
def actionShow_All_trigger (self, event)
 Show all dockable widgets. More...
 
def actionSimple_View_trigger (self, event)
 Switch to the default / simple view. More...
 
def actionSnappingTool_trigger (self, event)
 
def actionSplitClip_trigger (self, event)
 
def actionThumbnailView_trigger (self, event)
 
def actionTimelineZoomIn_trigger (self, event)
 
def actionTimelineZoomOut_trigger (self, event)
 
def actionTitle_trigger (self, event)
 
def actionTransitionsShowAll_trigger (self, event)
 
def actionTransitionsShowCommon_trigger (self, event)
 
def actionTranslate_trigger (self, event)
 
def actionTutorial_trigger (self, event)
 Show tutorial again. More...
 
def actionUn_Freeze_View_trigger (self, event)
 Un-Freeze all dockable widgets on the main screen. More...
 
def actionUndo_trigger (self, event)
 
def actionUnlockTrack_trigger (self, event)
 Callback for unlocking a track. More...
 
def actionUpdate_trigger (self, event)
 
def actionUploadVideo_trigger (self, event)
 
def addDocks (self, docks, area)
 Add all dockable widgets to the same dock area on the main screen. More...
 
def addSelection (self, item_id, item_type, clear_existing=False)
 
def auto_save_project (self)
 Auto save the project. More...
 
def clear_all_thumbnails (self)
 Clear all user thumbnails. More...
 
def clearSelections (self)
 Clear all selection containers. More...
 
def closeEvent (self, event)
 
def create_lock_file (self)
 Create a lock file. More...
 
def destroy_lock_file (self)
 Destroy the lock file. More...
 
def eventFilter (self, object, e)
 Filter out certain types of window events. More...
 
def floatDocks (self, is_floating)
 Float or Un-Float all dockable widgets above main screen. More...
 
def foundCurrentVersion (self, version)
 Handle the callback for detecting the current version on openshot.org. More...
 
def freezeDocks (self)
 Freeze all dockable widgets on the main screen (no float, moving, or closing) More...
 
def getAllKeyboardShortcuts (self)
 Get a key sequence back from the setting name. More...
 
def getDocks (self)
 Get a list of all dockable widgets. More...
 
def getShortcutByName (self, setting_name)
 Get a key sequence back from the setting name. More...
 
def hideDocks (self)
 Hide all dockable widgets on the main screen. More...
 
def InitKeyboardShortcuts (self)
 Initialize all keyboard shortcuts from the settings file. More...
 
def keyPressEvent (self, event)
 Process key press events and match with known shortcuts. More...
 
def load_recent_menu (self)
 Clear and load the list of recent menu items. More...
 
def load_settings (self)
 
def moveEvent (self, event)
 Move tutorial dialogs also (if any) More...
 
def movePlayhead (self, position_frames)
 Update playhead position. More...
 
def open_project (self, file_path, clear_thumbnails=True)
 Open a project from a file path, and refresh the screen. More...
 
def previewFrame (self, position_seconds, position_frames, time_code)
 Preview a specific frame. More...
 
def recent_project_clicked (self, file_path)
 Load a recent project when clicked. More...
 
def recover_backup (self)
 Recover the backup file (if any) More...
 
def removeDocks (self)
 Remove all dockable widgets on main screen. More...
 
def removeSelection (self, item_id, item_type)
 
def resize_contents (self)
 
def save_project (self, file_path)
 Save a project to a file path, and refresh the screen. More...
 
def save_settings (self)
 
def setup_toolbars (self)
 
def SetWindowTitle (self, profile=None)
 Set the window title based on a variety of factors. More...
 
def showDocks (self, docks)
 Show all dockable widgets on the main screen. More...
 
def unFreezeDocks (self)
 Un-freeze all dockable widgets on the main screen (allow them to be moved, closed, and floated) More...
 
def updateStatusChanged (self, undo_status, redo_status)
 
- Public Member Functions inherited from updates.UpdateWatcher
def updateStatusChanged (self, undo_status, redo_status)
 Easily be notified each time there are 'undo' or 'redo' actions available in the UpdateManager. More...
 
- Public Member Functions inherited from updates.UpdateInterface
def changed (self, action)
 This method is invoked each time the UpdateManager is changed. More...
 

Public Attributes

 auto_save_timer
 
 effectsActionGroup
 
 effectsFilter
 
 effectsToolbar
 
 effectsTreeView
 
 filesActionGroup
 
 filesFilter
 
 filesToolbar
 
 filesTreeView
 
 preview_parent
 
 preview_thread
 
 propertyTableView
 
 recent_menu
 
 selected_clips
 
 selected_effects
 
 selected_files
 
 selected_markers
 
 selected_tracks
 
 selected_transitions
 
 selectionLabel
 
 sliderZoom
 
 timeline
 
 timeline_sync
 
 timelineToolbar
 
 transitionsActionGroup
 
 transitionsFilter
 
 transitionsToolbar
 
 transitionsTreeView
 
 tutorial_manager
 
 videoPreview
 
 videoToolbar
 
 zoomScaleLabel
 

Static Public Attributes

 FoundVersionSignal = pyqtSignal(str)
 
 LoadFileSignal = pyqtSignal(str)
 
 PauseSignal = pyqtSignal()
 
 PlaySignal = pyqtSignal(int)
 
 previewFrameSignal = pyqtSignal(int)
 
 RecoverBackup = pyqtSignal()
 
 refreshFrameSignal = pyqtSignal()
 
 SeekSignal = pyqtSignal(int)
 
 SpeedSignal = pyqtSignal(float)
 
 StopSignal = pyqtSignal()
 
 ui_path = os.path.join(info.PATH, 'windows', 'ui', 'main-window.ui')
 
 WaveformReady = pyqtSignal(str, list)
 

Detailed Description

This class contains the logic for the main window widget.

Definition at line 65 of file main_window.py.

Constructor & Destructor Documentation

def main_window.MainWindow.__init__ (   self)

Definition at line 1820 of file main_window.py.

Member Function Documentation

def main_window.MainWindow.actionAbout_trigger (   self,
  event 
)

Show about dialog.

Definition at line 563 of file main_window.py.

def main_window.MainWindow.actionAdd_to_Timeline_trigger (   self,
  event 
)

Definition at line 459 of file main_window.py.

def main_window.MainWindow.actionAddMarker_trigger (   self,
  event 
)

Definition at line 797 of file main_window.py.

def main_window.MainWindow.actionAddTrack_trigger (   self,
  event 
)

Definition at line 726 of file main_window.py.

def main_window.MainWindow.actionAddTrackAbove_trigger (   self,
  event 
)

Definition at line 737 of file main_window.py.

def main_window.MainWindow.actionAddTrackBelow_trigger (   self,
  event 
)

Definition at line 762 of file main_window.py.

def main_window.MainWindow.actionAdvanced_View_trigger (   self,
  event 
)

Switch to an alternative view.

Definition at line 1466 of file main_window.py.

def main_window.MainWindow.actionAnimatedTitle_trigger (   self,
  event 
)

Definition at line 235 of file main_window.py.

def main_window.MainWindow.actionAnimation_trigger (   self,
  event 
)

Definition at line 246 of file main_window.py.

def main_window.MainWindow.actionArrowTool_trigger (   self,
  event 
)

Definition at line 787 of file main_window.py.

def main_window.MainWindow.actionAskQuestion_trigger (   self,
  event 
)

Definition at line 581 of file main_window.py.

def main_window.MainWindow.actionDetailsView_trigger (   self,
  event 
)

Definition at line 1323 of file main_window.py.

def main_window.MainWindow.actionDonate_trigger (   self,
  event 
)

Definition at line 597 of file main_window.py.

def main_window.MainWindow.actionEffectsShowAll_trigger (   self,
  event 
)

Definition at line 543 of file main_window.py.

def main_window.MainWindow.actionEffectsShowAudio_trigger (   self,
  event 
)

Definition at line 549 of file main_window.py.

def main_window.MainWindow.actionEffectsShowVideo_trigger (   self,
  event 
)

Definition at line 546 of file main_window.py.

def main_window.MainWindow.actionExportVideo_trigger (   self,
  event 
)

Definition at line 493 of file main_window.py.

def main_window.MainWindow.actionFastForward_trigger (   self,
  event 
)

Definition at line 675 of file main_window.py.

def main_window.MainWindow.actionFile_Properties_trigger (   self,
  event 
)

Definition at line 1304 of file main_window.py.

def main_window.MainWindow.actionFilesShowAll_trigger (   self,
  event 
)

Definition at line 525 of file main_window.py.

def main_window.MainWindow.actionFilesShowAudio_trigger (   self,
  event 
)

Definition at line 531 of file main_window.py.

def main_window.MainWindow.actionFilesShowImage_trigger (   self,
  event 
)

Definition at line 534 of file main_window.py.

def main_window.MainWindow.actionFilesShowVideo_trigger (   self,
  event 
)

Definition at line 528 of file main_window.py.

def main_window.MainWindow.actionFreeze_View_trigger (   self,
  event 
)

Freeze all dockable widgets on the main screen.

Definition at line 1484 of file main_window.py.

def main_window.MainWindow.actionFullscreen_trigger (   self,
  event 
)

Definition at line 1297 of file main_window.py.

def main_window.MainWindow.actionHelpContents_trigger (   self,
  event 
)

Definition at line 552 of file main_window.py.

def main_window.MainWindow.actionImportFiles_trigger (   self,
  event 
)

Definition at line 447 of file main_window.py.

def main_window.MainWindow.actionImportImageSequence_trigger (   self,
  event 
)

Definition at line 268 of file main_window.py.

def main_window.MainWindow.actionJumpEnd_trigger (   self,
  event 
)

Definition at line 707 of file main_window.py.

def main_window.MainWindow.actionJumpStart_trigger (   self,
  event 
)

Definition at line 701 of file main_window.py.

def main_window.MainWindow.actionLockTrack_trigger (   self,
  event 
)

Callback for locking a track.

Definition at line 1239 of file main_window.py.

def main_window.MainWindow.actionNew_trigger (   self,
  event 
)

Definition at line 217 of file main_window.py.

def main_window.MainWindow.actionNextMarker_trigger (   self,
  event 
)

Definition at line 844 of file main_window.py.

def main_window.MainWindow.actionOpen_trigger (   self,
  event 
)

Definition at line 374 of file main_window.py.

def main_window.MainWindow.actionPlay_trigger (   self,
  event,
  force = None 
)

Definition at line 613 of file main_window.py.

def main_window.MainWindow.actionPreferences_trigger (   self,
  event 
)

Definition at line 514 of file main_window.py.

def main_window.MainWindow.actionPreview_File_trigger (   self,
  event 
)

Preview the selected media file.

Definition at line 643 of file main_window.py.

def main_window.MainWindow.actionPreviousMarker_trigger (   self,
  event 
)

Definition at line 815 of file main_window.py.

def main_window.MainWindow.actionProfile_trigger (   self,
  event 
)

Definition at line 1071 of file main_window.py.

def main_window.MainWindow.actionProperties_trigger (   self,
  event 
)

Definition at line 1139 of file main_window.py.

def main_window.MainWindow.actionRedo_trigger (   self,
  event 
)

Definition at line 509 of file main_window.py.

def main_window.MainWindow.actionRemove_from_Project_trigger (   self,
  event 
)

Definition at line 1105 of file main_window.py.

def main_window.MainWindow.actionRemoveClip_trigger (   self,
  event 
)

Definition at line 1125 of file main_window.py.

def main_window.MainWindow.actionRemoveEffect_trigger (   self,
  event 
)

Definition at line 1146 of file main_window.py.

def main_window.MainWindow.actionRemoveMarker_trigger (   self,
  event 
)

Definition at line 1282 of file main_window.py.

def main_window.MainWindow.actionRemoveTrack_trigger (   self,
  event 
)

Definition at line 1192 of file main_window.py.

def main_window.MainWindow.actionRemoveTransition_trigger (   self,
  event 
)

Definition at line 1178 of file main_window.py.

def main_window.MainWindow.actionRenameTrack_trigger (   self,
  event 
)

Callback for renaming track.

Definition at line 1265 of file main_window.py.

def main_window.MainWindow.actionReportBug_trigger (   self,
  event 
)

Definition at line 573 of file main_window.py.

def main_window.MainWindow.actionRewind_trigger (   self,
  event 
)

Definition at line 688 of file main_window.py.

def main_window.MainWindow.actionSave_trigger (   self,
  event 
)

Definition at line 385 of file main_window.py.

def main_window.MainWindow.actionSaveAs_trigger (   self,
  event 
)

Definition at line 431 of file main_window.py.

def main_window.MainWindow.actionShow_All_trigger (   self,
  event 
)

Show all dockable widgets.

Definition at line 1498 of file main_window.py.

def main_window.MainWindow.actionSimple_View_trigger (   self,
  event 
)

Switch to the default / simple view.

Definition at line 1450 of file main_window.py.

def main_window.MainWindow.actionSnappingTool_trigger (   self,
  event 
)

Definition at line 790 of file main_window.py.

def main_window.MainWindow.actionSplitClip_trigger (   self,
  event 
)

Definition at line 1081 of file main_window.py.

def main_window.MainWindow.actionThumbnailView_trigger (   self,
  event 
)

Definition at line 1357 of file main_window.py.

def main_window.MainWindow.actionTimelineZoomIn_trigger (   self,
  event 
)

Definition at line 1291 of file main_window.py.

def main_window.MainWindow.actionTimelineZoomOut_trigger (   self,
  event 
)

Definition at line 1294 of file main_window.py.

def main_window.MainWindow.actionTitle_trigger (   self,
  event 
)

Definition at line 257 of file main_window.py.

def main_window.MainWindow.actionTransitionsShowAll_trigger (   self,
  event 
)

Definition at line 537 of file main_window.py.

def main_window.MainWindow.actionTransitionsShowCommon_trigger (   self,
  event 
)

Definition at line 540 of file main_window.py.

def main_window.MainWindow.actionTranslate_trigger (   self,
  event 
)

Definition at line 589 of file main_window.py.

def main_window.MainWindow.actionTutorial_trigger (   self,
  event 
)

Show tutorial again.

Definition at line 1503 of file main_window.py.

def main_window.MainWindow.actionUn_Freeze_View_trigger (   self,
  event 
)

Un-Freeze all dockable widgets on the main screen.

Definition at line 1491 of file main_window.py.

def main_window.MainWindow.actionUndo_trigger (   self,
  event 
)

Definition at line 504 of file main_window.py.

def main_window.MainWindow.actionUnlockTrack_trigger (   self,
  event 
)

Callback for unlocking a track.

Definition at line 1252 of file main_window.py.

def main_window.MainWindow.actionUpdate_trigger (   self,
  event 
)

Definition at line 605 of file main_window.py.

def main_window.MainWindow.actionUploadVideo_trigger (   self,
  event 
)

Definition at line 482 of file main_window.py.

def main_window.MainWindow.addDocks (   self,
  docks,
  area 
)

Add all dockable widgets to the same dock area on the main screen.

Definition at line 1412 of file main_window.py.

def main_window.MainWindow.addSelection (   self,
  item_id,
  item_type,
  clear_existing = False 
)

Definition at line 1544 of file main_window.py.

def main_window.MainWindow.auto_save_project (   self)

Auto save the project.

Definition at line 405 of file main_window.py.

def main_window.MainWindow.clear_all_thumbnails (   self)

Clear all user thumbnails.

Definition at line 347 of file main_window.py.

def main_window.MainWindow.clearSelections (   self)

Clear all selection containers.

Definition at line 1766 of file main_window.py.

def main_window.MainWindow.closeEvent (   self,
  event 
)

Definition at line 83 of file main_window.py.

def main_window.MainWindow.create_lock_file (   self)

Create a lock file.

Definition at line 156 of file main_window.py.

def main_window.MainWindow.destroy_lock_file (   self)

Destroy the lock file.

Definition at line 209 of file main_window.py.

def main_window.MainWindow.eventFilter (   self,
  object,
  e 
)

Filter out certain types of window events.

Definition at line 1799 of file main_window.py.

def main_window.MainWindow.floatDocks (   self,
  is_floating 
)

Float or Un-Float all dockable widgets above main screen.

Definition at line 1418 of file main_window.py.

def main_window.MainWindow.foundCurrentVersion (   self,
  version 
)

Handle the callback for detecting the current version on openshot.org.

Definition at line 1780 of file main_window.py.

def main_window.MainWindow.freezeDocks (   self)

Freeze all dockable widgets on the main screen (no float, moving, or closing)

Definition at line 1432 of file main_window.py.

def main_window.MainWindow.getAllKeyboardShortcuts (   self)

Get a key sequence back from the setting name.

Definition at line 883 of file main_window.py.

def main_window.MainWindow.getDocks (   self)

Get a list of all dockable widgets.

Definition at line 1397 of file main_window.py.

def main_window.MainWindow.getShortcutByName (   self,
  setting_name 
)

Get a key sequence back from the setting name.

Definition at line 876 of file main_window.py.

def main_window.MainWindow.hideDocks (   self)

Hide all dockable widgets on the main screen.

Definition at line 1444 of file main_window.py.

def main_window.MainWindow.InitKeyboardShortcuts (   self)

Initialize all keyboard shortcuts from the settings file.

Definition at line 1809 of file main_window.py.

def main_window.MainWindow.keyPressEvent (   self,
  event 
)

Process key press events and match with known shortcuts.

Definition at line 893 of file main_window.py.

def main_window.MainWindow.load_recent_menu (   self)

Clear and load the list of recent menu items.

Definition at line 1609 of file main_window.py.

def main_window.MainWindow.load_settings (   self)

Definition at line 1597 of file main_window.py.

def main_window.MainWindow.moveEvent (   self,
  event 
)

Move tutorial dialogs also (if any)

Definition at line 1793 of file main_window.py.

def main_window.MainWindow.movePlayhead (   self,
  position_frames 
)

Update playhead position.

Definition at line 671 of file main_window.py.

def main_window.MainWindow.open_project (   self,
  file_path,
  clear_thumbnails = True 
)

Open a project from a file path, and refresh the screen.

Definition at line 303 of file main_window.py.

def main_window.MainWindow.previewFrame (   self,
  position_seconds,
  position_frames,
  time_code 
)

Preview a specific frame.

Definition at line 662 of file main_window.py.

def main_window.MainWindow.recent_project_clicked (   self,
  file_path 
)

Load a recent project when clicked.

Definition at line 1633 of file main_window.py.

def main_window.MainWindow.recover_backup (   self)

Recover the backup file (if any)

Definition at line 127 of file main_window.py.

def main_window.MainWindow.removeDocks (   self)

Remove all dockable widgets on main screen.

Definition at line 1406 of file main_window.py.

def main_window.MainWindow.removeSelection (   self,
  item_id,
  item_type 
)

Definition at line 1569 of file main_window.py.

def main_window.MainWindow.resize_contents (   self)

Definition at line 1391 of file main_window.py.

def main_window.MainWindow.save_project (   self,
  file_path 
)

Save a project to a file path, and refresh the screen.

Definition at line 281 of file main_window.py.

def main_window.MainWindow.save_settings (   self)

Definition at line 1589 of file main_window.py.

def main_window.MainWindow.setup_toolbars (   self)

Definition at line 1638 of file main_window.py.

def main_window.MainWindow.SetWindowTitle (   self,
  profile = None 
)

Set the window title based on a variety of factors.

Definition at line 1517 of file main_window.py.

def main_window.MainWindow.showDocks (   self,
  docks 
)

Show all dockable widgets on the main screen.

Definition at line 1424 of file main_window.py.

def main_window.MainWindow.unFreezeDocks (   self)

Un-freeze all dockable widgets on the main screen (allow them to be moved, closed, and floated)

Definition at line 1438 of file main_window.py.

def main_window.MainWindow.updateStatusChanged (   self,
  undo_status,
  redo_status 
)

Definition at line 1538 of file main_window.py.

Member Data Documentation

main_window.MainWindow.auto_save_timer

Definition at line 1916 of file main_window.py.

main_window.MainWindow.effectsActionGroup

Definition at line 1685 of file main_window.py.

main_window.MainWindow.effectsFilter

Definition at line 1694 of file main_window.py.

main_window.MainWindow.effectsToolbar

Definition at line 1684 of file main_window.py.

main_window.MainWindow.effectsTreeView

Definition at line 1353 of file main_window.py.

main_window.MainWindow.filesActionGroup

Definition at line 1647 of file main_window.py.

main_window.MainWindow.filesFilter

Definition at line 1658 of file main_window.py.

main_window.MainWindow.filesToolbar

Definition at line 1646 of file main_window.py.

main_window.MainWindow.filesTreeView

Definition at line 1335 of file main_window.py.

main_window.MainWindow.FoundVersionSignal = pyqtSignal(str)
static

Definition at line 79 of file main_window.py.

main_window.MainWindow.LoadFileSignal = pyqtSignal(str)
static

Definition at line 72 of file main_window.py.

main_window.MainWindow.PauseSignal = pyqtSignal()
static

Definition at line 74 of file main_window.py.

main_window.MainWindow.PlaySignal = pyqtSignal(int)
static

Definition at line 73 of file main_window.py.

main_window.MainWindow.preview_parent

Definition at line 1911 of file main_window.py.

main_window.MainWindow.preview_thread

Definition at line 1913 of file main_window.py.

main_window.MainWindow.previewFrameSignal = pyqtSignal(int)
static

Definition at line 70 of file main_window.py.

main_window.MainWindow.propertyTableView

Definition at line 1892 of file main_window.py.

main_window.MainWindow.recent_menu

Definition at line 1620 of file main_window.py.

main_window.MainWindow.RecoverBackup = pyqtSignal()
static

Definition at line 78 of file main_window.py.

main_window.MainWindow.refreshFrameSignal = pyqtSignal()
static

Definition at line 71 of file main_window.py.

main_window.MainWindow.SeekSignal = pyqtSignal(int)
static

Definition at line 76 of file main_window.py.

main_window.MainWindow.selected_clips

Definition at line 1768 of file main_window.py.

main_window.MainWindow.selected_effects

Definition at line 1772 of file main_window.py.

main_window.MainWindow.selected_files

Definition at line 1123 of file main_window.py.

main_window.MainWindow.selected_markers

Definition at line 1770 of file main_window.py.

main_window.MainWindow.selected_tracks

Definition at line 1235 of file main_window.py.

main_window.MainWindow.selected_transitions

Definition at line 1769 of file main_window.py.

main_window.MainWindow.selectionLabel

Definition at line 1893 of file main_window.py.

main_window.MainWindow.sliderZoom

Definition at line 1740 of file main_window.py.

main_window.MainWindow.SpeedSignal = pyqtSignal(float)
static

Definition at line 77 of file main_window.py.

main_window.MainWindow.StopSignal = pyqtSignal()
static

Definition at line 75 of file main_window.py.

main_window.MainWindow.timeline

Definition at line 1863 of file main_window.py.

main_window.MainWindow.timeline_sync

Definition at line 1908 of file main_window.py.

main_window.MainWindow.timelineToolbar

Definition at line 1726 of file main_window.py.

main_window.MainWindow.transitionsActionGroup

Definition at line 1668 of file main_window.py.

main_window.MainWindow.transitionsFilter

Definition at line 1675 of file main_window.py.

main_window.MainWindow.transitionsToolbar

Definition at line 1667 of file main_window.py.

main_window.MainWindow.transitionsTreeView

Definition at line 1344 of file main_window.py.

main_window.MainWindow.tutorial_manager

Definition at line 1513 of file main_window.py.

main_window.MainWindow.ui_path = os.path.join(info.PATH, 'windows', 'ui', 'main-window.ui')
static

Definition at line 68 of file main_window.py.

main_window.MainWindow.videoPreview

Definition at line 1901 of file main_window.py.

main_window.MainWindow.videoToolbar

Definition at line 1703 of file main_window.py.

main_window.MainWindow.WaveformReady = pyqtSignal(str, list)
static

Definition at line 80 of file main_window.py.

main_window.MainWindow.zoomScaleLabel

Definition at line 1747 of file main_window.py.


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