mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 20:42:25 +00:00
Add a LineEdit widget to the ugly and native style
This commit is contained in:
parent
083cdd6653
commit
93a08c5207
9 changed files with 184 additions and 10 deletions
|
|
@ -45,6 +45,7 @@ extern const cbindgen_private::ItemVTable NativeCheckBoxVTable;
|
|||
extern const cbindgen_private::ItemVTable NativeSpinBoxVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeSliderVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeGroupBoxVTable;
|
||||
extern const cbindgen_private::ItemVTable NativeLineEditVTable;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -111,6 +112,7 @@ using cbindgen_private::Window;
|
|||
using cbindgen_private::NativeButton;
|
||||
using cbindgen_private::NativeCheckBox;
|
||||
using cbindgen_private::NativeGroupBox;
|
||||
using cbindgen_private::NativeLineEdit;
|
||||
using cbindgen_private::NativeSlider;
|
||||
using cbindgen_private::NativeSpinBox;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue