Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_wdg_options_webp.h
Go to the documentation of this file.
1/*
2 * This file is part of Krita
3 *
4 * SPDX-FileCopyrightText: 2021 L. E. Segovia <amy@amyspark.me>
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8
9#ifndef DLG_WEBP_EXPORT_H
10#define DLG_WEBP_EXPORT_H
11
12#include <kis_config_widget.h>
14
15#include "ui_kis_wdg_options_webp.h"
16
17class KisWdgOptionsWebP : public KisConfigWidget, public Ui::KisWdgOptionsWebP
18{
19 Q_OBJECT
20
21public:
22 KisWdgOptionsWebP(QWidget *parent);
23 void setConfiguration(const KisPropertiesConfigurationSP cfg) override;
25private Q_SLOTS:
26 void changePreset();
27
28private:
30};
31
32#endif // DLG_WEBP_EXPORT_H
KisPropertiesConfigurationSP configuration() const override
KisMetaData::FilterRegistryModel m_filterRegistryModel
KisWdgOptionsWebP(QWidget *parent)
void setConfiguration(const KisPropertiesConfigurationSP cfg) override