From db9f586a19fed7bcd04be3596fc30dc53f61b1db Mon Sep 17 00:00:00 2001 From: suchinton2001 Date: Sat, 22 Jul 2023 18:39:14 +0530 Subject: Upload progress on AGL demo control panel in one batch AGL Demo Control Panel is a PyQt5 application used to simulate CAN bus signals using Kuksa.val v1: Initial commit v2: Remove unused assets v3: Add Opensans fonts, remove un-used styles and add Lisences as attributions v4: - Remove Opensans fonts, default to Dejavu fonts - Replace feather icons with carbon icons. - Reusing AGL demo app assests for HVAC and Steering wheel inputs. v5: Remove assets/Images/Lisences.md attribution file Signed-off-by: suchinton2001 Change-Id: I1529495deff6fc27eacb92f7a29c4f71f8c8d5d9 --- ui/Nav.ui | 304 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 304 insertions(+) create mode 100644 ui/Nav.ui (limited to 'ui/Nav.ui') diff --git a/ui/Nav.ui b/ui/Nav.ui new file mode 100644 index 0000000..6c9c551 --- /dev/null +++ b/ui/Nav.ui @@ -0,0 +1,304 @@ + + + Navigation + + + + 0 + 0 + 703 + 712 + + + + Form + + + false + + + *{ + border: none; + background-color: transparent; + background: none; + padding: 0; + margin: 0; + color: #fff; +} + + +#centralwidget{ + background-color: #131313 ; /* black */ +} + +QPushButton{ + background-color: transparent; + padding: 5px 10px; + border: 1px solid #4BD7D6 ; /* light blue */ + border-radius: 10px; +} + +QPushButton:pressed { + background-color: #6C6C85 ; /* pastel purple */ +} + +#centralwidget QLineEdit { + background-color: transparent; + padding: 5px 10px; + border: 1px solid #4BD7D6 ; /* light blue */ + border-radius: 10px; +} + +#frame_3{ + background-color: #131313 ; /* black */ + border-radius: 10px; +} + + + + + + + + + 600 + 0 + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + 6 + + + 6 + + + 6 + + + 6 + + + 6 + + + + + + 0 + 0 + + + + + 600 + 300 + + + + + about:blank + + + + + + + + + + + + 0 + 0 + + + + + 600 + 0 + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + + + false + + + Confirm + + + + + + + false + + + Confirm + + + + + + + From: + + + + + + + false + + + + + + + + + + + :/icons/feather/map-pin.svg:/icons/feather/map-pin.svg + + + + + + + To: + + + + + + + false + + + + + + + + + + Start Navigation + + + + :/icons/feather/navigation.svg:/icons/feather/navigation.svg + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Qt::Horizontal + + + QSizePolicy::MinimumExpanding + + + + 40 + 20 + + + + + + + + Qt::Horizontal + + + QSizePolicy::MinimumExpanding + + + + 40 + 20 + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + QWebEngineView + QWidget +
QtWebEngineWidgets/QWebEngineView
+
+
+ + + + +
-- cgit 1.2.3-korg