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.
-
staticMetaObject
= <PySide2.QtCore.QMetaObject object>¶
-
learn_ml.ui.widgets.DeployMenu module¶
Contains the definition of a DeployMenu widget for deploying the model to the coral board