slint/examples/carousel/cpp/main.cpp
Florian Blasius e5bf4c05de
Add example for custom carousel widget (#1739)
Add a new example that contains a custom carousel widget
2022-10-18 14:01:17 +02:00

9 lines
199 B
C++

// 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();
}