mirror of https://github.com/chriskiehl/Gooey.git
chriskiehl
6 years ago
1 changed files with 0 additions and 512 deletions
Unified View
Diff Options
@ -1,512 +0,0 @@ |
|||||
{ |
|
||||
"image_dir": "::gooey/default", |
|
||||
"default_size": [ |
|
||||
610, |
|
||||
530 |
|
||||
], |
|
||||
"num_required_cols": 2, |
|
||||
"num_optional_cols": 2, |
|
||||
"language": "english", |
|
||||
"language_dir": "F:\\Dropbox\\pretty_gui\\Gooey\\gooey\\languages", |
|
||||
"layout": "standard", |
|
||||
"sidebar_title": "Your Custom Title", |
|
||||
"terminal_font_size": null, |
|
||||
"error_color": "#ea7878", |
|
||||
"encoding": "utf-8", |
|
||||
"header_bg_color": "#ffffff", |
|
||||
"run_validators": true, |
|
||||
"header_show_subtitle": true, |
|
||||
"force_stop_is_error": false, |
|
||||
"show_advanced": true, |
|
||||
"show_stop_warning": true, |
|
||||
"navigation": "SIDEBAR", |
|
||||
"footer_bg_color": "#f0f0f0", |
|
||||
"sidebar_bg_color": "#f2f2f2", |
|
||||
"tabbed_groups": false, |
|
||||
"show_success_modal": false, |
|
||||
"target": "\"F:\\Dropbox\\pretty_gui\\Gooey\\venv3\\Scripts\\python.exe\" -u \"F:/Dropbox/pretty_gui/Gooey/gooey/tests/all_widgets.py\"", |
|
||||
"terminal_panel_color": "#F0F0F0", |
|
||||
"program_description": "Example application to show Gooey's various widgets", |
|
||||
"terminal_font_family": null, |
|
||||
"show_sidebar": true, |
|
||||
"disable_stop_button": false, |
|
||||
"terminal_font_color": "#000000", |
|
||||
"header_show_title": true, |
|
||||
"header_image_center": false, |
|
||||
"disable_progress_bar_animation": false, |
|
||||
"progress_regex": null, |
|
||||
"body_bg_color": "#f0f0f0", |
|
||||
"auto_start": false, |
|
||||
"header_height": 80, |
|
||||
"group_by_type": true, |
|
||||
"program_name": "all_widgets", |
|
||||
"poll_external_updates": false, |
|
||||
"progress_expr": null, |
|
||||
"use_legacy_titles": true, |
|
||||
"manual_start": false, |
|
||||
"widgets": { |
|
||||
"all_widgets.py": { |
|
||||
"command": "::gooey/default", |
|
||||
"contents": [ |
|
||||
{ |
|
||||
"groups": [], |
|
||||
"description": null, |
|
||||
"items": [ |
|
||||
{ |
|
||||
"type": "TextField", |
|
||||
"id": "--textfield", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--textfield" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "textfield", |
|
||||
"dest": "textfield", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": 2, |
|
||||
"choices": [] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "number must be greater than 5", |
|
||||
"test": "int(user_input) > 5" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "Textarea", |
|
||||
"id": "--textarea", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--textarea" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "textarea", |
|
||||
"dest": "textarea", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": "oneline twoline", |
|
||||
"choices": [] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "PasswordField", |
|
||||
"id": "--password", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--password" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "password", |
|
||||
"dest": "password", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": "hunter42", |
|
||||
"choices": [] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "CommandField", |
|
||||
"id": "--commandfield", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--commandfield" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "commandfield", |
|
||||
"dest": "commandfield", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": "cmdr", |
|
||||
"choices": [] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "Dropdown", |
|
||||
"id": "--dropdown", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--dropdown" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "dropdown", |
|
||||
"dest": "dropdown", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": "two", |
|
||||
"choices": [ |
|
||||
"one", |
|
||||
"two" |
|
||||
] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "Listbox", |
|
||||
"id": "--listboxie", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--listboxie" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "listboxie", |
|
||||
"dest": "listboxie", |
|
||||
"required": false, |
|
||||
"nargs": "+", |
|
||||
"default": [ |
|
||||
"Option three", |
|
||||
"Option four" |
|
||||
], |
|
||||
"choices": [ |
|
||||
"Option one", |
|
||||
"Option two", |
|
||||
"Option three", |
|
||||
"Option four" |
|
||||
] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"hide_heading": true, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
}, |
|
||||
"hide_text": true, |
|
||||
"text_color": "", |
|
||||
"validate": "", |
|
||||
"height": 300, |
|
||||
"heading_color": "", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "Counter", |
|
||||
"id": "-c", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"-c", |
|
||||
"--counter" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "counter", |
|
||||
"dest": "counter", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": 3, |
|
||||
"choices": [ |
|
||||
"1", |
|
||||
"2", |
|
||||
"3", |
|
||||
"4", |
|
||||
"5", |
|
||||
"6", |
|
||||
"7", |
|
||||
"8", |
|
||||
"9", |
|
||||
"10" |
|
||||
] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "CheckBox", |
|
||||
"id": "-o", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"-o", |
|
||||
"--overwrite" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "overwrite", |
|
||||
"dest": "overwrite", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": true, |
|
||||
"choices": [] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "RadioGroup", |
|
||||
"required": true, |
|
||||
"id": "9a86273a-a3ec-4f60-9ea9-f82e65920f19", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
[ |
|
||||
"--mutexone" |
|
||||
], |
|
||||
[ |
|
||||
"--mutextwo" |
|
||||
] |
|
||||
], |
|
||||
"widgets": [ |
|
||||
{ |
|
||||
"type": "CheckBox", |
|
||||
"id": "--mutexone", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--mutexone" |
|
||||
], |
|
||||
"help": "Show more details", |
|
||||
"display_name": "mutexone", |
|
||||
"dest": "mutexone", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": true, |
|
||||
"choices": [] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "TextField", |
|
||||
"id": "--mutextwo", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--mutextwo" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "mutextwo", |
|
||||
"dest": "mutextwo", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": "mut-2", |
|
||||
"choices": [] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
] |
|
||||
}, |
|
||||
"group_name": "Choose Option", |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"initial_selection": 1 |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "FileChooser", |
|
||||
"id": "--filechooser", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--filechooser" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "filechooser", |
|
||||
"dest": "filechooser", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": "fc-value", |
|
||||
"choices": [] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "FileSaver", |
|
||||
"id": "--filesaver", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--filesaver" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "filesaver", |
|
||||
"dest": "filesaver", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": "fs-value", |
|
||||
"choices": [] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "DirChooser", |
|
||||
"id": "--dirchooser", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--dirchooser" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "dirchooser", |
|
||||
"dest": "dirchooser", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": "dc-value", |
|
||||
"choices": [] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
}, |
|
||||
{ |
|
||||
"type": "DateChooser", |
|
||||
"id": "--datechooser", |
|
||||
"data": { |
|
||||
"commands": [ |
|
||||
"--datechooser" |
|
||||
], |
|
||||
"help": null, |
|
||||
"display_name": "datechooser", |
|
||||
"dest": "datechooser", |
|
||||
"required": false, |
|
||||
"nargs": "", |
|
||||
"default": "2015-01-01", |
|
||||
"choices": [] |
|
||||
}, |
|
||||
"required": false, |
|
||||
"cli_type": "optional", |
|
||||
"options": { |
|
||||
"error_color": "#ea7878", |
|
||||
"external_validator": { |
|
||||
"cmd": "" |
|
||||
}, |
|
||||
"validator": { |
|
||||
"message": "", |
|
||||
"test": "True" |
|
||||
} |
|
||||
} |
|
||||
} |
|
||||
], |
|
||||
"name": "Optional Arguments", |
|
||||
"options": { |
|
||||
"show_border": false, |
|
||||
"columns": 2, |
|
||||
"padding": 10 |
|
||||
} |
|
||||
} |
|
||||
] |
|
||||
} |
|
||||
}, |
|
||||
"monospace_display": false, |
|
||||
"terminal_font_weight": null |
|
||||
} |
|
Write
Preview
Loading…
Cancel
Save