blob: bee1c6b777f51846a121a0e417580dca92b5edc8 (
plain)
1
2
3
4
5
6
|
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only
export const EXTENSION_ID = 'qt-ui';
export const CONF_CUSTOM_WIDGETS_DESIGNER_EXE_PATH =
'customWidgetsDesignerExePath';
|