18 lines
408 B
C
Raw Permalink Normal View History

/******************************************************************************
2024-01-17 14:31:45 +01:00
* QSkinny - Copyright (C) The authors
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();
};