Simon Hausmann
|
3e66b98121
|
Python: Add support for assigning colors directly to brushes
|
2024-03-06 17:22:27 +01:00 |
|
Simon Hausmann
|
3c9b57ecf8
|
Python: Create a property type wrapper for component instances
Map properties and callbacks to attributes with getters and setters.
cc #4134
|
2024-03-06 17:20:30 +01:00 |
|
Simon Hausmann
|
280f314eeb
|
Python: Rework the load_file API, part 1
Return a namespace that contains a "class type" for
constructing the component instance - similar to the Node.js
API.
|
2024-03-06 13:10:54 +01:00 |
|
Simon Hausmann
|
80fda11e0f
|
Python: Add bindings for Brush and Color
cc #4202
|
2024-03-01 17:17:44 +01:00 |
|
Simon Hausmann
|
93efd74e24
|
Add support for mapping image properties
This exposes a slint.Image class, which has a load_from_path class
method as well as size/width/height properties.
cc #4202
|
2024-02-23 16:05:07 +01:00 |
|
Simon Hausmann
|
b4cddbbe18
|
Python: Add support for converting structs
They map to Python dicts.
cc #4202
|
2024-02-02 22:15:52 +01:00 |
|
Simon Hausmann
|
d1529af3cc
|
python: hide native module behind python front-end API
Encapsulate the rust code behind a public API (in __init__.py for now)
|
2023-12-21 12:57:35 +01:00 |
|
Simon Hausmann
|
e4785220ef
|
Add a little test for manual trying :)
|
2023-12-21 12:57:35 +01:00 |
|
Simon Hausmann
|
08461d7b32
|
Convert None to Void correctly
|
2023-12-21 12:57:35 +01:00 |
|
Simon Hausmann
|
73024beb98
|
Begin wrapping the component compiler
|
2023-12-21 12:57:35 +01:00 |
|