Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
tools_designer_src_lib_sdk_abstractpropertyeditor.cpp File Reference

(ce7282133ac8b67da21ea625538a342def2e2953)

Go to the source code of this file.

Functions

 connect (propertyEditor, &QDesignerPropertyEditorInterface::propertyChanged, this, &MyClass::checkProperty)
 
void checkProperty (const QString &property, const QVariant &value)
 [0]
 

Variables

auto * propertyEditor = formEditor->propertyEditor()
 [0]
 

Function Documentation

◆ checkProperty()

void checkProperty ( const QString & property,
const QVariant & value )

[0]

[1]

Definition at line 13 of file tools_designer_src_lib_sdk_abstractpropertyeditor.cpp.

◆ connect()

Variable Documentation

◆ propertyEditor

auto * propertyEditor = formEditor->propertyEditor()