Utils main

class main.AddressBookApp(**kwargs)[source]
build()[source]

Initializes the application; it will be called only once. If this method returns a widget (tree), it will be used as the root widget and added to the window.

Returns:

None or a root Widget instance if no self.root exists.

class main.MainWindow(**kwargs)[source]
class main.RightButton(**kwargs)[source]
class main.SearchResultsItem(note_id=None, user_id=None, **kwargs)[source]