Krita Source Code Documentation
Loading...
Searching...
No Matches
KisNewWindowLayoutDialog.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 Jouni Pentikäinen <joupent@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KISNEWWINDOWLAYOUTDIALOG_H
8#define KISNEWWINDOWLAYOUTDIALOG_H
9
10#include <QDialog>
11#include "ui_wdgnewwindowlayout.h"
12
13class KisNewWindowLayoutDialog : public QDialog, Ui::DlgNewWindowLayout
14{
15public:
16 KisNewWindowLayoutDialog(QWidget *parent = 0);
17
18 void setName(const QString &name);
19 QString name() const;
20 bool showImageInAllWindows() const;
22};
23
24#endif
KisNewWindowLayoutDialog(QWidget *parent=0)
void setName(const QString &name)