gui.widget_startupdialog module

This widget contains the functionality of a startup dialog. The widget can be executed as a standalone version.

Functionalities provided in this widget:

  1. Choose a username to create a folder where the data is saved. Defaults to Tenshinhan.

  2. Choose a hardware properties file for the given setup/laboratory that you are using

class DialogStartup(*args, default_json_path: Optional[str] = None, obj=None, **kwargs)[source]

Bases: PyQt5.QtWidgets.QDialog, ui_startupdialog.Ui_Dialog_startup

open_hardware_json()[source]
update_accept()[source]
update_cancel()[source]
update_username()[source]