- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDesignerContainerExtension.Impl
Allows you to add pages to a custom multi-page container in Qt Designer's workspace
Java wrapper for Qt's class QDesignerContainerExtension
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Implementor class for interfaceQDesignerContainerExtension
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
canRemove
(int index) int
count()
int
void
insertWidget
(int index, QWidget widget) void
remove
(int index) void
setCurrentIndex
(int index) widget
(int index) Methods inherited from interface io.qt.QtObjectInterface
dispose, isDisposed
-
Method Details
-
addWidget
-
canAddWidget
-
canRemove
-
count
-
currentIndex
-
insertWidget
-
remove
-
setCurrentIndex
-
widget
-