Class | PopupDialogCtrl | Base controller class for popup dialogs |
Class | CheckBoxPopupDialogCtrl | Undocumented |
Function | open_message_dialog | Shows a standard message dialog |
Function | open_warning_dialog | Shows a warning message dialog |
Function | open_warning_request_cancel_ok | Returns True if the user confirmed the request, False otherwise |
Function | open_confirm_action_dialog | Returns True if the user confirmed the action, False otherwise |
Function | open_dialog_question_checkbox_cancel_ok | Opens a dialog with a checkbox aka 'Never ask me this again' |
Function | open_import_csv_dialog | Opens a filechooser dialog to import a csv file |
Function | save_standard_file | Opens a filechooser dialog to choose where to save a file |
Function | save_csv_file | Opens a filechooser dialog to choose where to save a csv file |
Function | get_device_treeview | Undocumented |
Function | get_about_dialog | Returns an AboutDialog with all the necessary info |
Class | ActivityProgressBar | I am an activity progress bar |