Baby Language Lab Scripts
A collection of data processing tools.
Main Page
Packages
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Pages
verifier_app.py
Go to the documentation of this file.
1
## @package app.verifier_app
2
3
from
app.app
import
App
4
from
ui.verifier_app.main_window
import
MainWindow
5
6
## Handles startup for the transcription verifier app.
7
class
VerifierApp
(
App
):
8
## Constructor
9
# @param self
10
def
__init__
(self):
11
super(VerifierApp, self).
__init__
(
12
'verifier_app'
,
13
App.APP_TYPES.GUI,
14
'icons/open_icon_library-standard/icons/png/64x64/apps/kaddressbook-4.png'
15
)
16
17
## See superclass description.
18
def
start
(self):
19
MainWindow
()
app
verifier_app.py
Generated on Tue May 12 2015 12:33:17 for Baby Language Lab Scripts by
1.8.3.1