Bug #7468 » 0001-Add-tooltip-to-AxisSliderWidget-example.patch
| examples/widgetgallery/examples/AxisSliderWidget.cpp | ||
|---|---|---|
|
WString s = asString(model->data(row, 0));
|
||
|
WDate date = WDate::fromString(s, "dd/MM/yy");
|
||
|
model->setData(row, 0, date);
|
||
|
model->setData(model->index(row, 2), model->data(row, 2), ItemDataRole::ToolTip);
|
||
|
}
|
||
|
/*
|
||