- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDesignerWidgetDataBaseItemInterface.Impl
public interface QDesignerWidgetDataBaseItemInterface extends QtObjectInterface
Java wrapper for Qt class QDesignerWidgetDataBaseItemInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QDesignerWidgetDataBaseItemInterface.Impl
Implementor class for interfaceQDesignerWidgetDataBaseItemInterface
-
Method Summary
Modifier and Type Method Description List<Object>
defaultPropertyValues()
String
getExtends()
String
group()
QIcon
icon()
String
includeFile()
boolean
isCompat()
boolean
isContainer()
boolean
isCustom()
boolean
isPromoted()
String
name()
String
pluginPath()
void
setCompat(boolean compat)
void
setContainer(boolean container)
void
setCustom(boolean custom)
void
setDefaultPropertyValues(Collection<Object> list)
void
setExtends(String s)
void
setGroup(String group)
void
setIcon(QIcon icon)
void
setIncludeFile(String includeFile)
void
setName(String name)
void
setPluginPath(String path)
void
setPromoted(boolean b)
void
setToolTip(String toolTip)
void
setWhatsThis(String whatsThis)
String
toolTip()
String
whatsThis()