Public Member Functions | |
def | __init__ |
def | aboutQt |
def | addCalendar |
def | critical |
def | information |
def | question |
def | setWindowTitle |
def | warning |
Public Attributes | |
app | |
dock | |
mw |
Definition at line 33 of file PythonQt.py.
def PythonQt::MainWindow::__init__ | ( | self | ) |
Definition at line 34 of file PythonQt.py.
def PythonQt::MainWindow::aboutQt | ( | self | ) |
Definition at line 62 of file PythonQt.py.
def PythonQt::MainWindow::addCalendar | ( | self | ) |
Definition at line 42 of file PythonQt.py.
def PythonQt::MainWindow::critical | ( | self, | ||
title, | ||||
text | ||||
) |
Definition at line 56 of file PythonQt.py.
def PythonQt::MainWindow::information | ( | self, | ||
title, | ||||
text | ||||
) |
Definition at line 50 of file PythonQt.py.
def PythonQt::MainWindow::question | ( | self, | ||
title, | ||||
text | ||||
) |
Definition at line 59 of file PythonQt.py.
def PythonQt::MainWindow::setWindowTitle | ( | self, | ||
name | ||||
) |
Definition at line 39 of file PythonQt.py.
def PythonQt::MainWindow::warning | ( | self, | ||
title, | ||||
text | ||||
) |
Definition at line 53 of file PythonQt.py.
Definition at line 35 of file PythonQt.py.
Definition at line 37 of file PythonQt.py.
Definition at line 36 of file PythonQt.py.