mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 04:18:14 +00:00
Add example for custom carousel widget (#1739)
Add a new example that contains a custom carousel widget
This commit is contained in:
parent
0d07d34c69
commit
e5bf4c05de
32 changed files with 465 additions and 1 deletions
9
examples/carousel/cpp/main.cpp
Normal file
9
examples/carousel/cpp/main.cpp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Copyright © SixtyFPS GmbH <info@slint-ui.com>
|
||||
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial
|
||||
|
||||
#include "carousel_demo.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
MainWindow::create()->run();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue