mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 20:42:25 +00:00
Impletment GroupBox with the Qt style
This commit is contained in:
parent
fd5271f2be
commit
1cf6d81169
7 changed files with 164 additions and 14 deletions
|
|
@ -41,6 +41,7 @@ extern const cbindgen_private::ItemVTable NativeButtonVTable;
|
|||
extern const cbindgen_private::ItemVTable NativeCheckBoxVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeSpinBoxVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeSliderVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeGroupBoxVTable;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -107,6 +108,7 @@ using cbindgen_private::NativeButton;
|
|||
using cbindgen_private::NativeCheckBox;
|
||||
using cbindgen_private::NativeSlider;
|
||||
using cbindgen_private::NativeSpinBox;
|
||||
using cbindgen_private::NativeGroupBox;
|
||||
|
||||
namespace private_api {
|
||||
constexpr inline ItemTreeNode make_item_node(std::uintptr_t offset,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue