5.1.1.4.1.2. MainWindowBase

class CodeReview.GUI.Base.MainWindowBase.MainWindowBase(title='', parent=None)[source]

Bases: PyQt5.QtWidgets.QMainWindow

_logger = <Logger CodeReview.GUI.Base.MainWindowBase (NOTSET)>
application
file_menu
help_menu
init_menu()[source]
menu_bar
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]