Add image preview

This commit is contained in:
2025-02-15 13:21:40 +01:00
parent d72d8bd84a
commit d9facb8d61
7 changed files with 62 additions and 24 deletions

View File

@@ -15,6 +15,7 @@ export component MainWindow inherits Window {
// Convert Image values
in-out property file_tab_browse_path <=> file_tab.conv_image_path;
in-out property file_tab_image_data <=> file_tab.conv_image_data;
in-out property file_tab_image_name <=> file_tab.conv_image_name;
callback file_tab_browse_convert_image <=> file_tab.conv_image_browse_clicked;
title: "TIM Tool 0.1.0";