- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDesignerContainerExtension.Impl
public interface QDesignerContainerExtension extends QtObjectInterface
Allows you to add pages to a custom multi-page container in Qt Designer's workspace
Java wrapper for Qt class QDesignerContainerExtension
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QDesignerContainerExtension.Impl
Implementor class for interfaceQDesignerContainerExtension
-
Method Summary
Modifier and Type Method Description void
addWidget(QWidget widget)
boolean
canAddWidget()
boolean
canRemove(int index)
int
count()
int
currentIndex()
void
insertWidget(int index, QWidget widget)
void
remove(int index)
void
setCurrentIndex(int index)
QWidget
widget(int index)