slint/sixtyfps_runtime/rendering_backends/qt
Simon Hausmann ae1178dd55 Make the modifiers simple booleans in the key event
This will give a nicer API to expose to .60. If the struct weren't
repr(C) then the booleans would be nicely packed, but alas that's not
happening. On the other hand we're not keeping many instances of them
around.
2021-01-22 13:47:52 +01:00
..
build.rs Allow to disable Qt build with an env variable 2021-01-22 13:28:08 +01:00
Cargo.toml Use lyon to convert to path to QPainterPath or femtovg::Path 2021-01-21 13:21:03 +01:00
key_generated.rs Fix warnings 2021-01-14 08:53:14 +01:00
lib.rs Split up ComponentWindow::run() into show(), hide() and sixtyfps::run_event_loop() 2021-01-19 09:50:22 +01:00
qt_window.rs Make the modifiers simple booleans in the key event 2021-01-22 13:47:52 +01:00
qttypes.rs Use text_size instead of text_width in FontMetrics 2021-01-19 10:17:12 +01:00
widgets.rs C++: Fix cbindgen so it can process callback with arguments 2021-01-20 10:25:15 +01:00