R/delegate.R

Defines functions qrTextFormattingDelegate

Documented in qrTextFormattingDelegate

## A QAbstractItemDelegate extension that formats numbers to text using R

qrTextFormattingDelegate <- function(parent = NULL)
{
  .Call("qt_qrTextFormattingDelegate", parent, PACKAGE="qtbase")
}

Try the qtbase package in your browser

Any scripts or data that you put into this service are public.

qtbase documentation built on May 2, 2019, 9:58 a.m.