_utils
Full documentation pages are generated for docstring reference only and may contain symbols imported from other modules. Imported symbols are not distinguished from locally defined symbols and will appear in any module that they are imported into. For better information on where symbols should be imported from, review the sourcecode on the github.
FoSpy.ui.app._utils
ASSETS
module-attribute
ASSETS = {
"splash": asset_dir / "splash.png",
"compatible packages": asset_dir
/ "compatible_packages.txt",
}
TextInputDialog
Bases: QDialog
Source code in FoSpy/ui/app/_utils.py
__init__
Source code in FoSpy/ui/app/_utils.py
_get_result
Source code in FoSpy/ui/app/_utils.py
_clear_layout
Recursively delete all widgets, child layouts, and spacers inside a layout
Source code in FoSpy/ui/app/_utils.py
_find_doc
_find_docs_url
Source code in FoSpy/ui/app/_utils.py
_get_executable
Source code in FoSpy/ui/app/_utils.py
_get_label
_get_parser
Source code in FoSpy/ui/app/_utils.py
_get_template_label
_get_version
_main_registration
Source code in FoSpy/ui/app/_utils.py
401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 | |
_main_shortcut_registration
Create a Start Menu shortcut for the FoSpy GUI using the same metadata used for extension registration.
Source code in FoSpy/ui/app/_utils.py
_resolve_param_type
Extracts a callable scalar type from Unions or standard type hints.
Source code in FoSpy/ui/app/_utils.py
add_parser
Source code in FoSpy/ui/app/_utils.py
add_to_start
register_app
Registers a compiled launcher executable or App Bundle as the default handler for FoSpy file extensions across Windows, Linux, and macOS.
Returns True if registration succeeded, False otherwise.