Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSketchStandardOptionData.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2011 Lukáš Tvrdý <lukast.dev@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISSKETCHSTANDARDOPTIONDATA_H
7#define KISSKETCHSTANDARDOPTIONDATA_H
8
10
12{
15 KoID("Offset scale", i18n("Offset scale")))
16 {}
17};
18
20{
23 KoID("Line width", i18n("Line width")))
24 {}
25};
26
28{
31 KoID("Density", i18n("Density")))
32 {}
33};
34
35#endif // KISSKETCHSTANDARDOPTIONDATA_H
Definition KoID.h:30