PyQtUtilsΒΆ
Module providing helper functions to design your own task widget. It uses the PyQt5 framework.
Import
from ikomia.utils import pyqtutils
Functions
|
Add an edit box and its label in the layout at the given row. |
|
Append an edit box and its label in the layout. |
|
Add a composite widget (label + edit box + browse button) in the layout at the given row - file or folder. |
|
Append a composite widget (label + edit box + browse button) in the layout - file or folder. |
|
Add a checkbox and its label in the layout at the given row. |
|
Append a checkbox and its label in the layout. |
|
Add a combo box and its label in the layout at the given row. |
|
Append a combo box and its label in the layout. |
|
Add a composite widget (label + edit box + spin box) in the layout at the given row - integer values. |
|
Append a composite widget (label + edit box + spin box) in the layout - integer values. |
|
Add a composite widget (label + edit box + spin box) in the layout at the given row - float values. |
|
Append a composite widget (label + edit box + spin box) in the layout - float values. |
|
Add a radio button and its label in the layout at the given row. |
|
Append a radio button and its label in the layout. |
|
Add a slider and its label in the layout at the given row. |
|
Append a slider and its label in the layout. |
|
Add a composite widget (label + edit box + browse button) in the layout at the given row - file or folder. |
|
Append a composite widget (label + edit box + browse button) in the layout - file or folder. |
Classes
|
Composite widget to handle file or folder selection. |