mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
Add support for Path.fill-rule
For some reason it's not working with the Qt renderer though
This commit is contained in:
parent
600186220c
commit
2dd5ea61bb
16 changed files with 102 additions and 14 deletions
|
@ -81,6 +81,7 @@ using cbindgen_private::ImageFit;
|
|||
using cbindgen_private::KeyEvent;
|
||||
using cbindgen_private::EventResult;
|
||||
using cbindgen_private::KeyboardModifiers;
|
||||
using cbindgen_private::FillRule;
|
||||
|
||||
namespace private_api {
|
||||
using ItemTreeNode = cbindgen_private::ItemTreeNode<uint8_t>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue