ui_test
UITest
Bases: WorkflowTaskNode
Shows all supported widgets for testing
Source code in client/ayon_workflow/plugins/workflow/ui_test.py
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | |
execute(string='some string data', filepath='/foo/bar.txt', text='Enter longer text with line breaks.', choice='/foo/bar.txt', bool=True, int=42, enum=1, float=1.234567, string_array=['foo', 'bar', 'baz'], float_array=[], int_array=[])
Do nothing, UI/UX dev only.
Source code in client/ayon_workflow/plugins/workflow/ui_test.py
74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | |