Retrieve file conversion path
This commit is contained in:
@@ -13,6 +13,10 @@ export component MainWindow inherits Window {
|
||||
callback main_tab_remove_file_clicked <=> main_tab.remove_file_clicked;
|
||||
callback move_vram_image <=> main_tab.move_vram_image;
|
||||
|
||||
// Convert Image values
|
||||
in-out property file_tab_browse_path <=> file_tab.conv_image_path;
|
||||
callback file_tab_browse_convert_image <=> file_tab.conv_image_browse_clicked;
|
||||
|
||||
title: "TIM Tool 0.1.0";
|
||||
width: tab_widget.width;
|
||||
height: tab_widget.height;
|
||||
@@ -26,7 +30,7 @@ export component MainWindow inherits Window {
|
||||
current-index: 1;
|
||||
Tab {
|
||||
title: "File";
|
||||
FileTab {
|
||||
file_tab := FileTab {
|
||||
x: 0px;
|
||||
y: 0px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user