![]()  | 
  
    Qt 6.x
    
   The Qt SDK 
   | 
 
Go to the source code of this file.
Functions | |
| t1 | scale (60, 60, Qt::IgnoreAspectRatio) | 
| t2 | scale (60, 60, Qt::KeepAspectRatio) | 
| t3 | scale (60, 60, Qt::KeepAspectRatioByExpanding) | 
| size | rwidth ()+ = 20.5 | 
| size | rheight ()+ = 5.5 | 
| QSizeF | size (100.3, 10) | 
| [5]   | |
| QSizeF | size (100, 10.2) | 
| [6]   | |
Variables | |
| QSize | t1 (10, 12) | 
| [0]   | |
| QSize | t2 (10, 12) | 
| QSize | t3 (10, 12) | 
| QSize | size (100, 10) | 
| [0]   | |
| QSize | s (3, 7) = r | 
| [2]   | |
| QSize | r (-1, 4) | 
| size rheight | ( | ) | = 5.5 | 
| size rwidth | ( | ) | = 20.5 | 
Referenced by QGraphicsLayoutItemPrivate::setSizeComponent().
 Here is the caller graph for this function:| t1 scale | ( | 60 | , | 
| 60 | , | ||
| Qt::IgnoreAspectRatio | |||
| ) | 
| t2 scale | ( | 60 | , | 
| 60 | , | ||
| Qt::KeepAspectRatio | |||
| ) | 
| t3 scale | ( | 60 | , | 
| 60 | , | ||
| Qt::KeepAspectRatioByExpanding | |||
| ) | 
| QSizeF t2 | ( | 10 | , | 
| 12 | |||
| ) | 
| QSizeF t3 | ( | 10 | , | 
| 12 | |||
| ) |