Impletment GroupBox with the Qt style

This commit is contained in:
Olivier Goffart 2020-09-02 17:00:17 +02:00
parent fd5271f2be
commit 1cf6d81169
7 changed files with 164 additions and 14 deletions

View file

@ -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,