Lines Matching refs:width
47 + * Return the width of a string in a given font.
50 + * @param[in] string the string whose width should be determined
52 + * @return width of the string in pixels
59 + return metric.width(string);
82 + * Return the width of a string in a given font.
84 + * @param[in] string the string whose width should be determined
86 + * @return width of the string in pixels
101 - min_useful_label_width_ = m.width("XX"); // e.g. two hex characters
112 const int rightedge = width();
115 - const int x_left_bound = QFontMetrics(font()).width(tick.second) / 2;
128 - const int w = fm.width(QString(l, '0'));