Turn on and off button

This commit is contained in:
2025-02-15 14:17:47 +01:00
parent d9facb8d61
commit 5a4760b272
8 changed files with 76 additions and 19 deletions

View File

@@ -16,7 +16,9 @@ export component MainWindow inherits Window {
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;
in-out property file_tab_enable <=> file_tab.conv_image_enable;
callback file_tab_browse_convert_image <=> file_tab.conv_image_browse_clicked;
callback file_tab_add_convert_image <=> file_tab.conv_image_add_clicked;
title: "TIM Tool 0.1.0";
width: tab_widget.width;