QWidget.width

fixed width setter. This will actually do minWidth=maxWidth=value and call requestResize

  1. uint width [@property getter]
  2. uint width [@property setter]
    class QWidget
    @property
    uint
    width
    (
    uint value
    )
  3. uint _posX;
  4. uint _posY;

Meta