toga/examples/imageview
2024-01-30 11:46:30 +08:00
..
imageview Ensure appcompat library is specified, and normalize bundle IDs. 2024-01-30 11:46:30 +08:00
CHANGELOG Add content to CHANGELOG and LICENSE files for examples 2023-06-21 20:21:23 -04:00
LICENSE Add content to CHANGELOG and LICENSE files for examples 2023-06-21 20:21:23 -04:00
pyproject.toml Ensure appcompat library is specified, and normalize bundle IDs. 2024-01-30 11:46:30 +08:00
README.rst Updated example instructions 2018-06-25 17:03:48 -07:00

ImageView
=========

Test app for the ImageView widget. The app adds two image views
in a Box layout.

The top image view has an image loaded from a local path. Style
parameters are set for height and width.

The bottom image view has an image loaded from a remote URL. No
style parameters are set so Pack should figure out how to use
the remaining space.

Quickstart
~~~~~~~~~~

To run this example:

    $ python -m imageview