1
0
Fork 0
mirror of synced 2024-08-02 20:01:54 +12:00
czkawka/krokiet/ui/gui_state.slint

6 lines
175 B
Text
Raw Normal View History

2023-11-13 01:54:59 +13:00
export global GuiState {
in-out property <string> info_text: "Nothing to report";
in-out property <bool> preview_visible;
in-out property <image> preview_image;
}