qskinny/examples/gallery/selector/SelectorPage.h

18 lines
414 B
C
Raw Normal View History

/******************************************************************************
* QSkinny - Copyright (C) 2016 Uwe Rathmann
2023-04-06 09:23:37 +02:00
* SPDX-License-Identifier: BSD-3-Clause
*****************************************************************************/
#pragma once
#include "Page.h"
class SelectorPage : public Page
{
public:
SelectorPage( QQuickItem* = nullptr );
private:
void populate();
};