slint/examples/memory
Simon Hausmann f86f4993fa Python: Replace import magic with an auto-loader
As discussed on Reddit, the magic import logic is not very tool friendly and a little too magic perhaps. Instead, this patch introduces an automatic loader (`slint.loader`), which can traverse `sys.path` and lazily load `.slint` files by attribute lookup.

Closes #4856
2024-04-18 16:04:20 +02:00
..
icons xtask: Fix up license headers 2023-08-17 08:55:28 +02:00
Cargo.toml Bump version number to 1.6.0 2024-03-27 07:49:22 +00:00
CMakeLists.txt Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
index.html Winit initial size adjustments and wasm size fixes 2023-10-24 15:28:18 +02:00
main.js Node.js: fix creation of initial tiles 2024-03-31 09:32:50 +02:00
main.py Python: Replace import magic with an auto-loader 2024-04-18 16:04:20 +02:00
main.rs Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
memory.cpp Domain: slint-ui.com -> slint.dev 2023-06-16 10:55:08 +02:00
memory.slint cleanup examples according to upcoming code guidelines (#3809) 2023-11-02 11:04:40 +01:00
package.json Bump version number to 1.6.0 2024-03-27 07:49:22 +00:00
Pipfile Python: Add Memory tutorial port 2024-03-07 19:48:48 +01:00