From f724ddbeec6fd29838b7ef5792d6746a9e201ed3 Mon Sep 17 00:00:00 2001 From: pixhawk Date: Mon, 9 Jan 2012 19:19:21 +0100 Subject: [PATCH] Improved the visuals of the "Onboard Waypoints"-tab contents. Not yet complete. --- src/ui/WaypointList.ui | 18 ++++- src/ui/WaypointViewOnlyView.ui | 120 +++++++++++++++++++++------------ 2 files changed, 91 insertions(+), 47 deletions(-) diff --git a/src/ui/WaypointList.ui b/src/ui/WaypointList.ui index 04b69dfb22..2773693df8 100644 --- a/src/ui/WaypointList.ui +++ b/src/ui/WaypointList.ui @@ -260,6 +260,18 @@ Onboard Waypoints + + 6 + + + 0 + + + 6 + + + 6 + @@ -270,8 +282,8 @@ 0 0 - 830 - 304 + 836 + 316 @@ -285,7 +297,7 @@ - 828 + 16777215 16777215 diff --git a/src/ui/WaypointViewOnlyView.ui b/src/ui/WaypointViewOnlyView.ui index eb35191b1e..aefdf75c36 100644 --- a/src/ui/WaypointViewOnlyView.ui +++ b/src/ui/WaypointViewOnlyView.ui @@ -6,43 +6,63 @@ 0 0 - 381 - 40 + 704 + 31 - + 0 0 + + + 200 + 31 + + Form - + QGroupBox { + border: 1px solid #EEEEEE; + border-radius: 5px; + padding: 0px 0px 0px 0px; +margin-top: 1ex; /* leave space at the top for the title */ + margin: 0px; +} + + QGroupBox::title { + subcontrol-origin: margin; + subcontrol-position: top center; /* position at the top center */ + margin: 0 3px 0px 3px; + padding: 0 3px 0px 0px; + font: bold 8px; + } - - - 0 - - - 2 - - + + 0 - - 2 - - + 0 - + true + + + 0 + 0 + + + + + @@ -55,24 +75,21 @@ false - + - 6 - - 2 - - 0 - - - 2 - - - 0 + + 4 + + + 0 + 0 + + Currently executed waypoint @@ -92,34 +109,49 @@ - + - + 0 0 - - - 16777215 - 31 - + + test 1 - - - 8 - + + + + + + Qt::Horizontal - - QFrame::NoFrame + + QSizePolicy::Expanding - - QFrame::Sunken + + + 79 + 17 + + + + + + + + v10 + + + 0 + 0 + + Automatically continue after this waypoint -- GitLab