Home
last modified time | relevance | path

Searched refs:columnLx (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Ddvitemview.cpp1777 int columnLx = columns[i].second.first; in paintEvent() local
1786 QRect typeRect(x - 1, y - 1, columnLx + 1, ly + 1); in paintEvent()
1797 p.drawPixmap(QRect(x + columnLx - 11, y + 6, 8, 8), in paintEvent()
1803 p.drawText(QRect(x + 4, y + 1, columnLx - 4, ly - 1), in paintEvent()
1805 elideText(value, p.font(), columnLx - 4)); in paintEvent()
1807 x += columnLx; in paintEvent()