Warning, /graphics/krita/plugins/dockers/touchdocker/qml/opendialog.qml is written in an unsupported language. File is not indexed.
0001 /* This file is part of the KDE project 0002 * SPDX-FileCopyrightText: 2012 Arjen Hiemstra <ahiemstra@heimr.nl> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 import QtQuick 2.3 0008 import org.krita.sketch 1.0 0009 0010 OpenImagePageStack { 0011 0012 id: openImagePageStack 0013 onWidthChanged: Constants.setGridWidth( width / Constants.GridColumns ); 0014 onHeightChanged: Constants.setGridHeight( height / Constants.GridRows ); 0015 window: mainWindow; 0016 }