3.3.7.3. MainWindowBase

class PyDviGui.Widgets.MainWindowBase.MainWindowBase(title='', parent=None)[source]

Bases: PyQt4.QtGui.QMainWindow

_logger = <logging.Logger object at 0x88abc50>
application[source]
file_menu[source]
help_menu[source]
init_menu()[source]
menu_bar[source]
show_message(message=None, echo=False, timeout=0)[source]

Hides the normal status indications and displays the given message for the specified number of milli-seconds (timeout). If timeout is 0 (default), the message remains displayed until the clearMessage() slot is called or until the showMessage() slot is called again to change the message.

Note that showMessage() is called to show temporary explanations of tool tip texts, so passing a timeout of 0 is not sufficient to display a permanent message.

translate(text)[source]

Previous topic

3.3.7.2. IconLoader

Next topic

3.3.8. ui

This Page