Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_dlg_png_import.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2015 Boudewijn Rempt <boud@valdyas.org>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6#ifndef KIS_DLG_PNG_IMPORT_H
7#define KIS_DLG_PNG_IMPORT_H
8
9#include <KoDialog.h>
10#include <QString>
11
12#include "ui_wdgdlgpngimport.h"
13
14
16{
17 Q_OBJECT
18
19public:
20 KisDlgPngImport(const QString &path, const QString &colorModelID, const QString &colorDepthID, QWidget *parent = 0);
21 QString profile() const;
22
23private:
24
25 Ui_WdgDlgPngImport dlgWidget;
26
27};
28
29#endif // KIS_DLG_PNG_IMPORT_H
Ui_WdgDlgPngImport dlgWidget
KisDlgPngImport(const QString &path, const QString &colorModelID, const QString &colorDepthID, QWidget *parent=0)
QString profile() const
A dialog base class with standard buttons and predefined layouts.
Definition KoDialog.h:116