mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 21:04:47 +00:00
C++ model for the todo example in C++
This commit is contained in:
parent
f01977ca06
commit
6d9af3449a
2 changed files with 27 additions and 1 deletions
|
@ -46,7 +46,7 @@ extern const cbindgen_private::ItemVTable NativeSpinBoxVTable;
|
|||
extern const cbindgen_private::ItemVTable NativeSliderVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeGroupBoxVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeLineEditVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeScrollBar;
|
||||
extern const cbindgen_private::ItemVTable NativeScrollBarVTable;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -121,6 +121,7 @@ using cbindgen_private::NativeGroupBox;
|
|||
using cbindgen_private::NativeLineEdit;
|
||||
using cbindgen_private::NativeSlider;
|
||||
using cbindgen_private::NativeSpinBox;
|
||||
using cbindgen_private::NativeScrollBar;
|
||||
|
||||
namespace private_api {
|
||||
constexpr inline ItemTreeNode make_item_node(std::uintptr_t offset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue