Searched refs:charWidth_ (Results 1 – 4 of 4) sorted by relevance
271 charWidth_ = 1; in AbstractLogView()1065 charWidth_ = fm.width( QChar('a') ); in updateDisplaySize()1154 return ( viewport()->width() - leftMarginPx_ ) / charWidth_ + 1; in getNbVisibleCols()1176 int column = firstCol + ( pos.x() - leftMarginPx_ ) / charWidth_; in convertCoordToFilePos()1488 int lineNumberWidth = charWidth_ * nbDigitsInLineNumber; in drawTextArea()
347 int charWidth_; variable