ウィジェットの幅を照会して、カスタム レイアウト管理を実行したいと考えています。残念ながら、次のコードは、ウィジェットが実際にどれほど大きくても小さくても 640 を返します。
int myWidth = this->rect().size().width(); // "this" is my class derived from QWidget
// myWidth is set to 640
編集:
int myWidth = this->width()
同じ 640 を返します