QToolBox

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(QWidget parent, qt.core.namespace.WindowFlags f)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

addItem
int addItem(QWidget item, const(QString) text)
Undocumented in source. Be warned that the author may not have intended to support it.
addItem
int addItem(QWidget item, const(QIcon) iconSet, const(QString) text)
Undocumented in source. Be warned that the author may not have intended to support it.
changeEvent
void changeEvent(QEvent )
Undocumented in source.
count
int count()
Undocumented in source.
currentChanged
void currentChanged(int index)
Undocumented in source.
currentIndex
int currentIndex()
Undocumented in source.
currentWidget
QWidget currentWidget()
Undocumented in source.
event
bool event(QEvent e)
Undocumented in source.
indexOf
int indexOf(QWidget widget)
Undocumented in source.
insertItem
int insertItem(int index, QWidget item, const(QString) text)
Undocumented in source. Be warned that the author may not have intended to support it.
insertItem
int insertItem(int index, QWidget widget, const(QIcon) icon, const(QString) text)
Undocumented in source.
isItemEnabled
bool isItemEnabled(int index)
Undocumented in source.
itemIcon
QIcon itemIcon(int index)
Undocumented in source.
itemInserted
void itemInserted(int index)
Undocumented in source.
itemRemoved
void itemRemoved(int index)
Undocumented in source.
itemText
QString itemText(int index)
Undocumented in source.
itemToolTip
QString itemToolTip(int index)
Undocumented in source.
removeItem
void removeItem(int index)
Undocumented in source.
setCurrentIndex
void setCurrentIndex(int index)
Undocumented in source.
setCurrentWidget
void setCurrentWidget(QWidget widget)
Undocumented in source.
setItemEnabled
void setItemEnabled(int index, bool enabled)
Undocumented in source.
setItemIcon
void setItemIcon(int index, const(QIcon) icon)
Undocumented in source.
setItemText
void setItemText(int index, const(QString) text)
Undocumented in source.
setItemToolTip
void setItemToolTip(int index, const(QString) toolTip)
Undocumented in source.
showEvent
void showEvent(QShowEvent e)
Undocumented in source.
widget
QWidget widget(int index)
Undocumented in source.

Inherited Members

From QFrame

~this
~this()
Undocumented in source.
frameStyle
int frameStyle()
Undocumented in source.
setFrameStyle
void setFrameStyle(int )
Undocumented in source.
frameWidth
int frameWidth()
Undocumented in source.
sizeHint
QSize sizeHint()
Undocumented in source.
Shape
enum Shape
Undocumented in source.
Shadow
enum Shadow
Undocumented in source.
StyleMask
enum StyleMask
Undocumented in source.
frameShape
Shape frameShape()
Undocumented in source.
setFrameShape
void setFrameShape(Shape )
Undocumented in source.
frameShadow
Shadow frameShadow()
Undocumented in source.
setFrameShadow
void setFrameShadow(Shadow )
Undocumented in source.
lineWidth
int lineWidth()
Undocumented in source.
setLineWidth
void setLineWidth(int )
Undocumented in source.
midLineWidth
int midLineWidth()
Undocumented in source.
setMidLineWidth
void setMidLineWidth(int )
Undocumented in source.
frameRect
QRect frameRect()
Undocumented in source.
setFrameRect
void setFrameRect(const(QRect) )
Undocumented in source.
event
bool event(QEvent e)
Undocumented in source.
paintEvent
void paintEvent(QPaintEvent )
Undocumented in source.
changeEvent
void changeEvent(QEvent )
Undocumented in source.
drawFrame
void drawFrame(QPainter* )
Undocumented in source.
initStyleOption
void initStyleOption(QStyleOptionFrame* option)
Undocumented in source.

Meta