|
|
|
@ -72,7 +72,7 @@ QGCView {
@@ -72,7 +72,7 @@ QGCView {
|
|
|
|
|
|
|
|
|
|
TableViewColumn { |
|
|
|
|
title: "Id" |
|
|
|
|
width: ScreenTools.defaultFontPixelWidth * 4 |
|
|
|
|
width: ScreenTools.defaultFontPixelWidth * 6 |
|
|
|
|
horizontalAlignment: Text.AlignHCenter |
|
|
|
|
delegate : Text { |
|
|
|
|
horizontalAlignment: Text.AlignHCenter |
|
|
|
@ -85,7 +85,7 @@ QGCView {
@@ -85,7 +85,7 @@ QGCView {
|
|
|
|
|
|
|
|
|
|
TableViewColumn { |
|
|
|
|
title: "Date" |
|
|
|
|
width: ScreenTools.defaultFontPixelWidth * 30 |
|
|
|
|
width: ScreenTools.defaultFontPixelWidth * 34 |
|
|
|
|
horizontalAlignment: Text.AlignHCenter |
|
|
|
|
delegate : Text { |
|
|
|
|
text: { |
|
|
|
@ -107,7 +107,7 @@ QGCView {
@@ -107,7 +107,7 @@ QGCView {
|
|
|
|
|
|
|
|
|
|
TableViewColumn { |
|
|
|
|
title: "Size" |
|
|
|
|
width: ScreenTools.defaultFontPixelWidth * 12 |
|
|
|
|
width: ScreenTools.defaultFontPixelWidth * 18 |
|
|
|
|
horizontalAlignment: Text.AlignHCenter |
|
|
|
|
delegate : Text { |
|
|
|
|
horizontalAlignment: Text.AlignRight |
|
|
|
@ -120,7 +120,7 @@ QGCView {
@@ -120,7 +120,7 @@ QGCView {
|
|
|
|
|
|
|
|
|
|
TableViewColumn { |
|
|
|
|
title: "Status" |
|
|
|
|
width: ScreenTools.defaultFontPixelWidth * 18 |
|
|
|
|
width: ScreenTools.defaultFontPixelWidth * 22 |
|
|
|
|
horizontalAlignment: Text.AlignHCenter |
|
|
|
|
delegate : Text { |
|
|
|
|
horizontalAlignment: Text.AlignHCenter |
|
|
|
|