Add UI for project approach
This commit is contained in:
@@ -91,7 +91,7 @@ export component MainTab inherits Rectangle {
|
||||
HorizontalLayout {
|
||||
padding: 4px;
|
||||
GroupBox {
|
||||
title: "Added TIMs";
|
||||
title: "Added files";
|
||||
VerticalLayout {
|
||||
alignment: start;
|
||||
padding: 4px;
|
||||
@@ -103,11 +103,11 @@ export component MainTab inherits Rectangle {
|
||||
HorizontalLayout {
|
||||
padding: 4px;
|
||||
Button {
|
||||
text: "Add TIM";
|
||||
text: "Add file";
|
||||
clicked => {root.add_file_clicked();}
|
||||
}
|
||||
Button {
|
||||
text: "Remove TIM";
|
||||
text: "Remove file";
|
||||
clicked => {
|
||||
root.remove_file_clicked(vram_files_list.current_item);
|
||||
vram_files_list.current-item = -1;
|
||||
|
||||
Reference in New Issue
Block a user