mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 22:01:13 +00:00
Add a qt_viewer example that uses QWidget
This commit is contained in:
parent
90d3953d42
commit
1dba04721a
12 changed files with 249 additions and 1 deletions
|
@ -39,7 +39,8 @@ pub fn use_modules() -> usize {
|
|||
}
|
||||
#[cfg(not(no_qt))]
|
||||
{
|
||||
(&widgets::NativeButtonVTable) as *const _ as usize
|
||||
qt_window::ffi::sixtyfps_qt_get_widget as usize
|
||||
+ (&widgets::NativeButtonVTable) as *const _ as usize
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue