OPMap_Widget 0 0 514 412 0 0 false Form 0 0 0 0 0 32 16777215 16777215 Qt::NoContextMenu QFrame{ background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(110, 110, 110, 255), stop:1 rgba(71, 71, 71, 255)); color: rgba(0, 0, 0, 128); } QLabel { background-color: transparent; /* background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(0, 0, 0, 80), stop:1 rgba(0, 0, 0, 80)); */ color: rgb(255, 255, 255); /*border: 1px solid black;*/ border: none; border-radius: 2px; } QToolButton { /* all types of tool button */ background-color: transparent; color: rgb(255, 255, 255); /*height: 24px;*/ /*border-style: none;*/ /* border: 1px solid rgba(0, 0, 0, 64); */ /* border: 0px; */ border-radius: 0px; /*border-radius: 3px;*/ } QToolButton:disabled { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(128, 128, 128, 128), stop:1 rgba(128, 128, 128, 128)); color: rgba(255, 255, 255, 128); /*height: 24px;*/ border: none; border-radius: 0px; /* border: 1px solid rgb(255, 255, 255); border-radius: 0px; border-top-color: rgba(0, 0, 0, 64); border-right-color: rgba(0, 0, 0, 64); border-bottom-color: rgba(255, 255, 255, 64); border-left-color: rgba(255, 255, 255, 64); */ } QToolButton:hover { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 255, 255,128), stop:1 rgba(180, 180, 180, 128)); color: rgb(255, 255, 255); /*height: 24px;*/ border: 0px; border-radius: 0px; /*border-radius: 3px;*/ } QToolButton:pressed { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(64, 64, 64, 255)); color: rgb(255, 255, 255); /*height: 24px;*/ border: none; border-radius: 0px; /* border: 1px solid rgb(255, 255, 255); border-radius: 0px; border-top-color: rgba(0, 0, 0, 64); border-right-color: rgba(0, 0, 0, 64); border-bottom-color: rgba(255, 255, 255, 64); border-left-color: rgba(255, 255, 255, 64); */ } QToolButton:checked { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(64, 64, 64, 255)); color: rgb(255, 255, 255); /*height: 24px;*/ border: none; border-radius: 0px; /* border: 1px solid rgb(255, 255, 255); border-radius: 0px; border-top-color: rgba(0, 0, 0, 64); border-right-color: rgba(0, 0, 0, 64); border-bottom-color: rgba(255, 255, 255, 64); border-left-color: rgba(255, 255, 255, 64); */ } QPushButton { background-color: transparent; color: rgb(255, 255, 255); /*height: 24px;*/ /*border-style: none;*/ /* border: 1px solid rgba(0, 0, 0, 64); */ /* border: 0px; */ border-radius: 0px; /*border-radius: 3px;*/ } QPushButton:disabled { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(128, 128, 128, 128), stop:1 rgba(128, 128, 128, 128)); color: rgb(255, 255, 255); /*height: 24px;*/ border: none; border-radius: 0px; /* border: 1px solid rgb(255, 255, 255); border-radius: 0px; border-top-color: rgba(0, 0, 0, 64); border-right-color: rgba(0, 0, 0, 64); border-bottom-color: rgba(255, 255, 255, 64); border-left-color: rgba(255, 255, 255, 64); */ } QPushButton:hover { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 255, 255,128), stop:1 rgba(180, 180, 180, 128)); color: rgb(255, 255, 255); /*height: 24px;*/ border: 0px; border-radius: 0px; /*border-radius: 3px;*/ } QPushButton:pressed { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(64, 64, 64, 255)); color: rgb(255, 255, 255); /*height: 24px;*/ border: none; border-radius: 0px; /* border: 1px solid rgb(255, 255, 255); border-radius: 0px; border-top-color: rgba(0, 0, 0, 64); border-right-color: rgba(0, 0, 0, 64); border-bottom-color: rgba(255, 255, 255, 64); border-left-color: rgba(255, 255, 255, 64); */ } QComboBox { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgba(255, 255, 255, 255); border: 1px solid rgba(0, 0, 0, 128); border-radius: 0px; } QComboBox::down-arrow:on { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); top: 1px; left: 1px; /* move the arrow when the popup is open */ } QComboBox::down-arrow { image: url(:/opmap/images/combobox_down_arrow.png); } QComboBox:drop-down { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(110, 110, 110, 255), stop:1 rgba(71, 71, 71, 255)); border-left: 1px solid rgba(0, 0, 0, 128); /* subcontrol-origin: padding; subcontrol-position: top right; border-top-right-radius: 1px; border-bottom-right-radius: 1px; */ } QComboBox QAbstractItemView { /* the drop down list */ background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgba(0, 0, 0, 128); selection-background-color: rgb(160, 160, 255); border-radius: 2px; } QFrame::NoFrame QFrame::Plain 0 0 5 8 5 8 5 0 0 8 Normal Map Mode Normal 16 32 true true Qt::ToolButtonTextOnly Qt::Horizontal QSizePolicy::Fixed 10 20 0 0 8 Magic Waypoint Map Mode Magic Waypoint 16 32 true Qt::ToolButtonTextOnly QFrame::Plain Qt::Vertical Qt::Horizontal 10 20 QFrame::Plain Qt::Vertical 0 0 Click to move the UAV to the magic waypoint position Move to WP :/opmap/images/move_to_wp.png:/opmap/images/move_to_wp.png 28 28 0 0 Move the magic waypoint to the home position Home WP :/opmap/images/home_wp.png:/opmap/images/home_wp.png 28 28 QFrame::Plain Qt::Vertical 0 0 Center map over home position Home :/opmap/images/gcs.png:/opmap/images/gcs.png 28 28 false Qt::ToolButtonIconOnly false 0 0 Center map over UAV position UAV :/opmap/images/uav.png:/opmap/images/uav.png 28 28 true false Qt::ToolButtonIconOnly false 0 0 Map rotation follows UAV heading Heading :/opmap/images/uav_heading.png:/opmap/images/uav_heading.png 28 28 true false Qt::ToolButtonIconOnly false QSplitter::handle { /* image: url(images/splitter.png); */ background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(71, 71, 71, 255), stop:0.5 rgba(200, 200, 200, 255), stop:1 rgba(110, 110, 110, 255)); } QSplitter::handle:horizontal { /* height: 5px; */ } QSplitter::handle:vertical { /* width: 5px; */ } QFrame::NoFrame Qt::Horizontal true 5 170 0 300 16777215 QFrame { background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(71, 71, 71, 255), stop:1 rgba(110, 110, 110, 255)); /* color: rgba(0, 0, 0, 48); */ } QToolButton { /* all types of tool button */ background-color: transparent; color: rgb(255, 255, 255); border: 0px; border-radius: 3px; } QToolButton:hover { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 255, 255, 200), stop:1 rgba(180, 180, 180, 200)); color: rgb(255, 255, 255); border: 0px; border-radius: 3px; } QToolButton:pressed { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgb(255, 255, 255); border: 0px; border-radius: 3px; } QToolButton:checked { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgb(255, 255, 255); border: 0px; border-radius: 3px; } QComboBox { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgba(255, 255, 255, 255); border: 1px solid rgba(0, 0, 0, 128); border-radius: 0px; } QComboBox::down-arrow:on { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); top: 1px; left: 1px; /* move the arrow when the popup is open */ } QComboBox::down-arrow { image: url(:/opmap/images/combobox_down_arrow.png); } QComboBox:drop-down { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(110, 110, 110, 255), stop:1 rgba(71, 71, 71, 255)); border-left: 1px solid rgba(0, 0, 0, 128); /* subcontrol-origin: padding; subcontrol-position: top right; border-top-right-radius: 1px; border-bottom-right-radius: 1px; */ } QComboBox QAbstractItemView { /* the drop down list */ background-color: rgb(255, 255, 255); color: rgb(0, 0, 0); border: 1px solid rgba(0, 0, 0, 128); selection-background-color: rgb(160, 160, 255); border-radius: 2px; } QFrame::NoFrame QFrame::Raised 0 0 0 20 0 Enter place to find true -1 20 QComboBox::AdjustToContents false london new york paris Find place QToolButton { } QToolButton { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(110, 110, 110, 255), stop:1 rgba(71, 71, 71, 255)); color: rgb(255, 255, 255); border: 1px solid black; border-radius: 3px; } QToolButton:hover { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 255, 255, 200), stop:1 rgba(180, 180, 180, 200)); color: rgb(255, 255, 255); border: 0px; border-radius: 3px; } QToolButton:pressed { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgb(255, 255, 255); border: 0px; border-radius: 3px; } QToolButton:checked { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgb(255, 255, 255); border: 0px; border-radius: 3px; } :/core/images/find.png:/core/images/find.png 20 20 false Qt::NoArrow Qt::Vertical QSizePolicy::Fixed 20 6 QTabWidget::pane { /* The tab widget frame */ border-top: 1px solid rgba(255, 255, 255, 80); margin: 0px,1px,1px,1px; } QTabWidget::tab-bar { left: 5px; /* move to the right by 5px */ } /* Style the tab using the tab sub-control. Note that it reads QTabBar _not_ QTabWidget */ QTabBar::tab { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #B1B1B1, stop: 0.4 #ADADAD, stop: 0.5 #A8A8A8, stop: 1.0 #A3A3A3); border: 1px solid #C4C4C3; border-bottom-color: #C2C7CB; /* same as the pane color */ border-top-left-radius: 4px; border-top-right-radius: 4px; min-width: 8ex; padding: 1px; } QTabBar::tab:selected, QTabBar::tab:hover { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #fafafa, stop: 0.4 #f4f4f4, stop: 0.5 #e7e7e7, stop: 1.0 #fafafa); } QTabBar::tab:selected { border-color: #9B9B9B; border-bottom-color: #C2C7CB; /* same as pane color */ } QTabBar::tab:!selected { margin-top: 2px; /* make non-selected tabs look smaller */ } /* make use of negative margins for overlapping tabs */ QTabBar::tab:selected { /* expand/overlap to the left and right by 4px */ margin-left: -4px; margin-right: -4px; } QTabBar::tab:first:selected { margin-left: 0; /* the first selected tab has nothing to overlap with on the left */ } QTabBar::tab:last:selected { margin-right: 0; /* the last selected tab has nothing to overlap with on the right */ } QTabBar::tab:only-one { margin: 0; /* if there is only one tab, we don't want overlapping margins */ } QTabWidget::North QTabWidget::Rounded 0 Qt::ElideNone false false false Places color: rgb(255, 255, 255); QFrame::NoFrame New Item New Item Waypoints 5 3 3 New waypoints New :/core/images/filenew.png:/core/images/filenew.png 20 20 true Qt::ToolButtonTextUnderIcon false Qt::TabFocus Open waypoints Open :/core/images/fileopen.png:/core/images/fileopen.png 20 20 true Qt::ToolButtonTextUnderIcon false Save waypoints Save :/core/images/filesave.png:/core/images/filesave.png 20 20 true Qt::ToolButtonTextUnderIcon false Qt::Horizontal 40 20 Add a waypoint Add :/opmap/images/waypoint.png:/opmap/images/waypoint.png 20 20 true Qt::ToolButtonTextUnderIcon false 0 0 100 0 Qt::DefaultContextMenu /* background-color: transparent; */ /* background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgba(0, 0, 0, 64), stop:1 rgba(0, 0, 0, 32)); */ color: rgb(255, 255, 255); border: 0px; /* QTreeView::item { border: 1px solid #d9d9d9; border-top-color: transparent; border-bottom-color: transparent; } */ QTreeView::item:hover { background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1); border: 1px solid #bfcde4; } QTreeView::branch:has-children:!has-siblings:closed, QTreeView::branch:closed:has-children:has-siblings { border-image: none; image: url(branch-closed.png); } QTreeView::branch:open:has-children:!has-siblings, QTreeView::branch:open:has-children:has-siblings { border-image: none; image: url(branch-open.png); } QFrame::NoFrame QFrame::Plain true QAbstractItemView::SelectItems true true 0 0 0 64 64 false false /* background-color: black; */ border: 1px solid black; QLabel { /* all label types */ /* background-color: rgba(255, 255, 255, 0); */ background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(64, 64, 64, 255), stop:1 rgba(128, 128, 128, 255)); color: rgb(255, 255, 255); } QToolButton { /* all types of tool button */ background-color: rgba(255, 255, 255, 0); color: rgb(255, 255, 255); /*border-style: none;*/ border: 0px; } QToolButton:hover { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 160, 0, 255), stop:1 rgba(160, 100, 0, 255)); color: rgb(255, 255, 255); } QToolButton:pressed { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgb(255, 255, 255); } QToolButton:checked { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgb(255, 255, 255); } QSlider::groove:horizontal { border: none; height: 4px; background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(80, 80, 80, 255)); margin: 2px 0; } QSlider::handle:horizontal { border: 1px solid #5c5c5c; background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 255, 255, 255), stop:1 rgba(128, 128, 128, 255)); width: 24px; margin: -2px 0; border-radius: 3px; } QComboBox { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgb(255, 255, 255); } QComboBox:hover { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); background-color: rgb(197, 138, 0); } QComboBox::down-arrow { image: url(:/opmap/images/combobox_down_arrow.png); } QComboBox:drop-down { subcontrol-origin: padding; subcontrol-position: top right; border-left-style: none; border-top-right-radius: 1px; border-bottom-right-radius: 1px; } 0 0 QFrame { background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(71, 71, 71, 255), stop:1 rgba(110, 110, 110, 255)); color: rgb(255, 255, 255); } QToolButton { /* all types of tool button */ background-color: rgba(255, 255, 255, 0); color: rgb(255, 255, 255); /*border-style: none;*/ border: 0px; border-radius: 3px; } QToolButton:hover { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 255, 255, 200), stop:1 rgba(180, 180, 180, 200)); color: rgb(255, 255, 255); border: 0px; border-radius: 3px; } QToolButton:pressed { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgb(255, 255, 255); border: 0px; border-radius: 3px; } QToolButton:checked { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgb(255, 255, 255); border: 0px; border-radius: 3px; } QSlider::groove:horizontal { border: none; height: 4px; background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(80, 80, 80, 255)); margin: 2px 0; } QSlider::handle:horizontal { border: 1px solid #5c5c5c; background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 255, 255, 255), stop:1 rgba(128, 128, 128, 255)); width: 24px; margin: -2px 0; border-radius: 3px; } 0 0 0 0 QFrame { background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(71, 71, 71, 255), stop:1 rgba(110, 110, 110, 255)); color: rgba(0, 0, 0, 48); } QToolButton { /* all types of tool button */ background-color: transparent; /*background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(110, 110, 110, 255), stop:1 rgba(71, 71, 71, 255));*/ color: rgb(255, 255, 255); /* border: 1px solid black; border-radius: 0px; */ border: none; border-radius: 0px; /*border: 1px solid white; border-radius: 3px; border-top-color: rgba(255, 255, 255, 48); border-right-color: rgba(255, 255, 255, 48); border-bottom-color: rgba(0, 0, 0, 48); border-left-color: rgba(0, 0, 0, 48);*/ } QToolButton:hover { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 255, 255, 200), stop:1 rgba(180, 180, 180, 200)); color: rgb(255, 255, 255); border: none; /*border: 1px solid white; border-radius:3px; border-top-color: rgba(255, 255, 255, 48); border-right-color: rgba(255, 255, 255, 48); border-bottom-color: rgba(0, 0, 0, 48); border-left-color: rgba(0, 0, 0, 48);*/ } QToolButton:pressed { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(80, 80, 80, 255)); color: rgb(255, 255, 255); border: 1px solid white; border-radius:3px; border-top-color: rgba(0, 0, 0,160); border-right-color: rgba(0, 0, 0, 160); border-bottom-color: rgba(255, 255, 255, 80); border-left-color: rgba(255, 255, 255, 80); } QToolButton:checked { background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(80, 80, 80, 255)); color: rgb(255, 255, 255); border: 1px solid white; border-radius: 3px; border-top-color: rgba(0, 0, 0,160); border-right-color: rgba(0, 0, 0, 160); border-bottom-color: rgba(255, 255, 255, 80); border-left-color: rgba(255, 255, 255, 80); } QSliderl { background-color: rgba(255, 255, 255, 0); } QSlider::groove:vertical { border: none; width: 4px; background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(80, 80, 80, 255)); margin: 2px 0; } QSlider::handle:vertical { border: 1px solid #5c5c5c; background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(255, 255, 255, 255), stop:1 rgba(128, 128, 128, 255)); height: 10px; margin: 0 -9px; /* expand outside the groove */ border-radius: 3px; } QFrame::NoFrame QFrame::Plain 2 0 5 1 Qt::Vertical QSizePolicy::Fixed 20 10 Zoom in :/opmap/images/plus.png:/opmap/images/plus.png 28 28 true 1000 1000 false 0 0 0 50 16777215 200 OpenHandCursor Zoom level false 2 17 1 Qt::Vertical false QSlider::NoTicks 2 Zoom out :/opmap/images/minus.png:/opmap/images/minus.png 28 28 true 1000 1000 false Qt::Vertical QSizePolicy::Expanding 20 10 0 0 80 50 80 16777215 false Qt::NoContextMenu QFrame { background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(71, 71, 71, 255), stop:1 rgba(110, 110, 110, 255)); color: rgb(255, 255, 255); } QToolButton { background-color: transparent; color: rgb(255, 255, 255); /*border-style: none;*/ border: 0px; } QToolButton:hover { background-color: qlineargradient(spread:pad, x1:1, y1:0.5, x2:0, y2:0.5, stop:0 rgba(71, 71, 71, 0), stop:0.5 rgba(150, 150, 150, 255), stop:1 rgba(71, 71, 71, 0)); color: rgb(255, 255, 255); } QToolButton:pressed { background-color: qlineargradient(spread:pad, x1:1, y1:0.5, x2:0, y2:0.5, stop:0 rgba(71, 71, 71, 0), stop:0.5 rgba(48, 48, 48, 255), stop:1 rgba(71, 71, 71, 0)); color: rgb(255, 255, 255); } QFrame::NoFrame QFrame::Plain 1 0 0 0 48 0 UAV hold position Hold :/opmap/images/hold.png:/opmap/images/hold.png 80 35 Qt::ToolButtonTextUnderIcon false true 0 0 48 0 UAV go home false Home :/opmap/images/home.png:/opmap/images/home.png 80 35 Qt::ToolButtonTextUnderIcon false 0 0 48 0 Move UAV to previous waypoint Previous WP :/opmap/images/prev_waypoint.png:/opmap/images/prev_waypoint.png 80 35 Qt::ToolButtonTextUnderIcon false 0 0 48 0 Move UAV to next waypoint Next WP :/opmap/images/next_waypoint.png:/opmap/images/next_waypoint.png 80 35 Qt::ToolButtonTextUnderIcon false 0 0 48 0 UAV go! Go :/opmap/images/go.png:/opmap/images/go.png 80 35 Qt::ToolButtonTextUnderIcon false 0 0 0 0 16777215 25 Qt::NoContextMenu QFrame{ background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(110, 110, 110, 255), stop:1 rgba(71, 71, 71, 255)); color: rgba(0, 0, 0, 128); } QLabel { background-color: transparent; /* background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(0, 0, 0, 80), stop:1 rgba(0, 0, 0, 80)); */ color: rgb(255, 255, 255); /*border: 1px solid black;*/ border: none; border-radius: 2px; } QFrame::NoFrame QFrame::Plain 0 0 3 0 3 5 3 8 Qt::Horizontal QSizePolicy::Fixed 10 20 0 0 8 50 false false true UAV position QFrame::NoFrame QFrame::Plain labelUAVPos Qt::AlignCenter 0 QFrame::Plain 1 Qt::Vertical 0 0 8 50 false false true Map position QFrame::NoFrame labelMapPos Qt::AlignCenter 0 QFrame::Plain Qt::Vertical 0 0 8 50 false false true Mouse position QFrame::NoFrame QFrame::Plain labelMousePos false Qt::AlignCenter 0 QFrame::Plain Qt::Vertical 8 labelMapZoom QFrame::Plain Qt::Vertical Qt::Horizontal 40 20 0 0 40 0 100 16777215 false QProgressBar { border: none; border-radius: 5px; padding: 3px; background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(48, 48, 48, 255), stop:1 rgba(120, 120, 120, 255)); color: rgb(255, 255, 255); } QProgressBar::chunk { background-color: rgb(85, 85, 255); background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:1, stop:0 rgba(160, 160, 255, 255), stop:1 rgba(80, 80, 160, 255)); border: none; border-radius: 3px; } 50 Qt::AlignCenter true false %v