| 212 | } |
| 213 | |
| 214 | int dependantLayoutValue(int value, int width, int totalWidth) const |
| 215 | { |
| 216 | if (itemView()->layoutDirection() == Qt::LeftToRight) { |
| 217 | return value; |
| 218 | } |
| 219 | return totalWidth - width - value; |
| 220 | } |
| 221 | |
| 222 | QFont titleFont(const QFont &baseFont) const |
| 223 | { |
no outgoing calls
no test coverage detected