MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / showBorder

Method showBorder

DSView/pv/winnativewidget.cpp:717–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715}
716
717void WinNativeWidget::showBorder()
718{
719 if (_childWidget != NULL && !_is_native_border){
720 _childWidget->setObjectName("DSViewFrame");
721 QString borderCss = "#DSViewFrame {border-radius:0px; border:1px solid %1;}";
722 QString borderStyle = borderCss.arg(_border_color.name());
723 _childWidget->setStyleSheet(borderStyle);
724 }
725}
726
727void WinNativeWidget::hideBorder()
728{

Callers

nothing calls this directly

Calls 1

nameMethod · 0.80

Tested by

no test coverage detected