30 #include <yui/YFrame.h> 35 class YQFrame :
public QGroupBox,
public YFrame
45 const std::string & label );
55 virtual void setLabel(
const std::string & newLabel );
83 virtual void setSize(
int newWidth,
int newHeight );
YQFrame(YWidget *parent, const std::string &label)
Constructor.
virtual void setSize(int newWidth, int newHeight)
Set the new size of the widget.
virtual ~YQFrame()
Destructor.
virtual int preferredWidth()
Preferred width of the widget.
virtual void setEnabled(bool enabled)
Set enabled/disabled state.
virtual int preferredHeight()
Preferred height of the widget.
virtual void setLabel(const std::string &newLabel)
Change the frame label.