learn_ml.ui.widgets package

Submodules

learn_ml.ui.widgets.BrowseLineEdit module

class learn_ml.ui.widgets.BrowseLineEdit.BrowseLineEdit(parent=None)[source]

Bases: PySide2.QtWidgets.QWidget

Widget similar to QLineEdit that includes a file browse button.

This method acts very similar to a QLineEdit, except that it also includes a browse file button. When a file is selected from the FileDialog, the selected file will automatically populate the LineEdit field.

_browse()[source]

Opens the File Dialog to choose a file.

staticMetaObject = <PySide2.QtCore.QMetaObject object>
text()[source]

Returns the text in the field.

Returns

String containing the text in the field.

learn_ml.ui.widgets.DeployMenu module

Contains the definition of a DeployMenu widget for deploying the model to the coral board

Module contents