Definition at line 29 of file ColumnResizer.cpp.
◆ FormLayoutWidgetItem()
| FormLayoutWidgetItem::FormLayoutWidgetItem |
( |
QWidget * |
widget, |
|
|
QFormLayout * |
formLayout, |
|
|
QFormLayout::ItemRole |
itemRole |
|
) |
| |
|
inline |
◆ formLayout()
| QFormLayout* FormLayoutWidgetItem::formLayout |
( |
| ) |
const |
|
inline |
◆ maximumSize()
| QSize FormLayoutWidgetItem::maximumSize |
( |
| ) |
const |
|
inline |
◆ minimumSize()
| QSize FormLayoutWidgetItem::minimumSize |
( |
| ) |
const |
|
inline |
◆ setGeometry()
| void FormLayoutWidgetItem::setGeometry |
( |
const QRect & |
_rect | ) |
|
|
inline |
Definition at line 71 of file ColumnResizer.cpp.
74 int width = widget()->sizeHint().width();
77 rect.setLeft(rect.right() - width);
79 QWidgetItem::setGeometry(rect);
References m_formLayout, and m_itemRole.
◆ setWidth()
| void FormLayoutWidgetItem::setWidth |
( |
int |
width | ) |
|
|
inline |
◆ sizeHint()
| QSize FormLayoutWidgetItem::sizeHint |
( |
| ) |
const |
|
inline |
◆ m_formLayout
| QFormLayout* FormLayoutWidgetItem::m_formLayout |
|
private |
◆ m_itemRole
| QFormLayout::ItemRole FormLayoutWidgetItem::m_itemRole |
|
private |
◆ m_width
| int FormLayoutWidgetItem::m_width |
|
private |
The documentation for this class was generated from the following file: