diff options
author | kali <kali@leap.se> | 2012-09-04 06:37:45 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-09-04 06:37:45 +0900 |
commit | 1826d9a0d5400c21a3f7af73eda2e843f0639271 (patch) | |
tree | a65370738b48ad7ab7d4f35e711fddb5c73ad49b /src/leap/baseapp/mainwindow.py | |
parent | b0b2b342b698bbe5851e9312cd830938f8d564a5 (diff) |
add little docstrings to classes
Diffstat (limited to 'src/leap/baseapp/mainwindow.py')
-rw-r--r-- | src/leap/baseapp/mainwindow.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/leap/baseapp/mainwindow.py b/src/leap/baseapp/mainwindow.py index 7cd02979..ac7fe9c4 100644 --- a/src/leap/baseapp/mainwindow.py +++ b/src/leap/baseapp/mainwindow.py @@ -18,6 +18,12 @@ class LeapWindow(QtGui.QMainWindow, MainWindow, EIPConductorApp, StatusAwareTrayIcon, LogPane): + """ + main window for the leap app. + Initializes all of its base classes + We keep here some signal initialization + that gets tricky otherwise. + """ newLogLine = QtCore.pyqtSignal([str]) statusChange = QtCore.pyqtSignal([object]) |