Template struct to extract width and height from a QPair size value. More...
#include <settings_common.h>
Static Public Attributes | |
| static constexpr unsigned short | width = value.first |
| Width component of the size. | |
| static constexpr unsigned short | height = value.second |
| Height component of the size. | |
Template struct to extract width and height from a QPair size value.
| value | A QPair representing size (width, height). |