mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-20 15:22:13 +00:00

ChangeLog: TextEdit/LineEdit : disable context menu action when the widget is disabled or read-only ChangeLog: Added ContextMenuArea::enabled
7 lines
209 B
Text
7 lines
209 B
Text
// Copyright © SixtyFPS GmbH <info@slint.dev>
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
export global GallerySettings {
|
|
in property <bool> widgets-enabled: true;
|
|
in property <bool> widgets-read-only: false;
|
|
}
|