Bug #13933 » 0001-Enable-tooltips-in-ChartsExample.patch
| examples/charts/ChartsExample.C | ||
|---|---|---|
|
when editing data)
|
||
|
*/
|
||
|
/*
|
||
|
WString toolTip = asString(model->headerData(col)) + ": "
|
||
|
+ asString(model->item(row, col)->data(DisplayRole), "%.f");
|
||
|
+ asString(model->item(row, col)->data(ItemDataRole::ToolTip), "%.f");
|
||
|
model->item(row, col)->setToolTip(toolTip);
|
||
|
*/
|
||
|
}
|
||
|
return model;
|
||
| wt_config.xml.in | ||
|---|---|---|
|
of all JavaScript running in the browser's tab where the Wt
|
||
|
application is active.
|
||
|
-->
|
||
|
<debug-level>script</debug-level>
|
||
|
<debug-level>all</debug-level>
|
||
|
<!-- Log file
|
||