- All Superinterfaces:
QtObjectInterface
- All Known Implementing Classes:
QDesignerSettingsInterface.Impl
public interface QDesignerSettingsInterface extends QtObjectInterface
Java wrapper for Qt class QDesignerSettingsInterface
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
QDesignerSettingsInterface.Impl
Implementor class for interfaceQDesignerSettingsInterface
-
Method Summary
Modifier and Type Method Description void
beginGroup(String prefix)
boolean
contains(String key)
void
endGroup()
void
remove(String key)
void
setValue(String key, Object value)
default Object
value(String key)
Overloaded function forvalue(java.lang.String, java.lang.Object)
withdefaultValue = null
.Object
value(String key, Object defaultValue)
-
Method Details
-
beginGroup
-
contains
-
endGroup
-
remove
-
setValue
-
value
Overloaded function for
value(java.lang.String, java.lang.Object)
withdefaultValue = null
. -
value
-