19 setObjectName(
"RCanvasWidget");
21 setSizeIncrement(QSize(100, 100));
23 setUpdatesEnabled(
true);
24 setMouseTracking(
true);
26 setFocusPolicy(Qt::TabFocus);
27 setCursor(Qt::CrossCursor);
37 fView = findChild<QWebEngineView *>(
"RootWebView");
39 printf(
"FAIL TO FIND QWebEngineView - ROOT Qt5Web plugin does not work properly !!!!!\n");
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
static std::shared_ptr< RCanvas > Create(const std::string &title)
Create new canvas instance.
static std::string GetQt5EmbedQualifier(const void *qparent, const std::string &urlopt="", unsigned qtversion=0x50000)
Returns string which can be used as argument in RWebWindow::Show() method to display web window in pr...