/*hxlicensemanger*/ QWidget#m_titleArea[LicenseManagerTitleArea="true"] { background-color: #ffffff; } /* hxmeasure2 callouts */ #CalloutFrame { background-color: transparent; border: 1px solid; border-radius: 6px; } #CalloutFrame * { background-color: transparent; border: 0px; } #CalloutFrame QLabel { margin: 1px; } #CalloutFrame #CalloutBackground { border-radius: 4px; } #CalloutFrame #CalloutBody { border-top: 1px solid; } #CalloutFrame QToolButton { icon-size: 16px; /* Need to fix the height to ignore command from generic style */ min-height: 16px; } /* hxmeasure module gui */ .QxMTBox { selection-background-color: #757b7f; selection-color: black; } /* hxmeasure2 module gui */ #Measure #splitter::handle { background: none; border: none; } #Measure #m_treeViewFrame { border: none; } #Measure #m_propertiesFrame { border: 1px solid #757b7f; } #Measure QGroupBox::title { left: 10px; margin-left: 4px; } QxCollapsibleGroupBox::indicator { width: 13px; height: 13px; } QxCollapsibleGroupBox::indicator:unchecked { image: url(icons:icon_plus.png); } QxCollapsibleGroupBox::indicator:checked { image: url(icons:icon_minus.png); } /* Island filter */ #GiQRemoveIslandFilterDialog #SchemeFrame { background-image: url(icons:../png/GiIslandsFilter.png); background-repeat: no-repeat; } /*hxquant2*/ .QWidget[hxquant2-treewidgetitem-customwidget="true"] { background: transparent; border: none; } QAbstractButton[hxquant2-treewidgetitem-toolbutton="true"] { border: none; } /* Table panel ---------------------------------------------------------------*/ QMdiArea#TablesPanel::pane { border: none; } QMdiArea#TablesPanel > QTabBar { border: none; background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #acb0b2, stop:1.0 #9a9ea1 ); } QMdiArea#TablesPanel > QTabBar::tab { border: 1px solid #64696c; border-top-left-radius: 1px; border-top-right-radius: 1px; background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #acb0b2, stop:1.0 #9a9ea1 ); margin-top: 0px; margin-left: 1px; margin-right: 1px; } QMdiArea#TablesPanel > QTabBar::tab:hover { background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9a9ea1, stop:1.0 #878d90 ); } QMdiArea#TablesPanel > QTabBar::tab:selected { background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #d1d4d5, stop:1.0 #acb0b2 ); border-bottom: none; } /* HxSpreadSheet -------------------------------------------------------------*/ QTabWidget#SpreadSheetTabWidget::pane { border: none; } QTabWidget#SpreadSheetTabWidget::tab-bar { subcontrol-position: left bottom; } QTabWidget#SpreadSheetTabWidget > QTabBar::tab { border: 1px solid #64696c; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #acb0b2, stop:1.0 #9a9ea1 ); padding-top: 3px; padding-bottom: 3px; padding-right: 10px; padding-left: 10px; margin-top: -1px; margin-left: 1px; margin-right: 1px; } QTabWidget#SpreadSheetTabWidget > QTabBar::tab:hover { background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #9a9ea1, stop:1.0 #878d90 ); } QTabWidget#SpreadSheetTabWidget > QTabBar::tab:selected { background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #d1d4d5, stop:1.0 #acb0b2 ); } QFrame#wTabFrame { border: none; } /** Separator line in QxTabWidget **/ #TabWidgetSeparator { background-color: #64696c; border: none; max-width: 1px; } QxChooseTransferFuncButton { background: transparent; border: none; margin: 0px; padding: 0px; icon-size: 18px; } /* Need to reduce the button icon size to ensure the */ /* QxFullSlider tool buttons instances have the right aspect ratio.*/ QxFullSlider QToolButton { icon-size: 16px; } /* Switch combobox ----------------------------------------------------------*/ QCheckBox[style="switch"] { spacing: 5px; } QCheckBox[style="switch"]::indicator { width: 25px; height: 16px; padding: 0; } QCheckBox[style="switch"]::indicator:unchecked { border-image: url(icons:switch-off.svg); } QCheckBox[style="switch"]::indicator:unchecked:disabled { border-image: url(icons:switch-disable.svg); } QCheckBox[style="switch"]::indicator:unchecked:hover { border-image: url(icons:switch-off.svg); } QCheckBox[style="switch"]::indicator:unchecked:pressed { border-image: url(icons:switch-on.svg); } QCheckBox[style="switch"]::indicator:checked { border-image: url(icons:switch-on.svg); } QCheckBox[style="switch"]::indicator:checked:disabled { border-image: url(icons:switch-disable-on.svg); } QCheckBox[style="switch"]::indicator:checked:hover { border-image: url(icons:switch-on.svg); } QCheckBox[style="switch"]::indicator:checked:pressed { border-image: url(icons:switch-off.svg); } QCheckBox[style="switch"]::indicator:indeterminate { border-image: url(icons:switch-unknown.svg); } QCheckBox[style="switch"]::indicator:indeterminate:disabled { border-image: url(icons:switch-disable-unknown.svg); } QCheckBox[style="switch"]::indicator:indeterminate:hover { border-image: url(icons:switch-unknown.svg); } QCheckBox[style="switch"]::indicator:indeterminate:pressed { border-image: url(icons:switch-on.svg); }