Krita Source Code Documentation
Loading...
Searching...
No Matches
KisResourceItemViewer.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2023 Srirupa Datta <srirupa.sps@gmail.com>
3 */
4#ifndef KISRESOURCEITEMVIEWER_H
5#define KISRESOURCEITEMVIEWER_H
6
7#include <QWidget>
8
9#include "KisPopupButton.h"
11
12
14
16{
17 Q_OBJECT
18
19public:
20 explicit KisResourceItemViewer(Viewer type, QWidget *parent = nullptr);
22
24
25private Q_SLOTS:
26 void slotViewThumbnail();
27 void slotViewDetails();
28
29Q_SIGNALS:
32
33private:
34
37
38};
39
40#endif // KISRESOURCEITEMVIEWER_H
@ ResourceManager
@ TableSelected
@ TableAvailable
KisResourceItemViewer(Viewer type, QWidget *parent=nullptr)