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_abstractwidgetbox.cpp File Reference

(ce7282133ac8b67da21ea625538a342def2e2953)

Go to the source code of this file.

Functions

widgetBox load ()
 
widgetBox setFileName ("myWidgetBox.xml")
 
widgetBox save ()
 
widgetBox setFileName (originalFile)
 [1]
 
 if (widgetBox->filename() !="myWidgetBox.xml")
 [2]
 

Variables

auto * widgetBox = formEditor->widgetBox()
 [0]
 
QString originalFile = widgetBox->fileName()
 [0]
 

Function Documentation

◆ if()

if ( widgetBox->filename() ! = "myWidgetBox.xml")

[2]

[3]

Definition at line 26 of file tools_designer_src_lib_sdk_abstractwidgetbox.cpp.

◆ load()

widgetBox load ( )

◆ save()

widgetBox save ( )

◆ setFileName() [1/2]

widgetBox setFileName ( "myWidgetBox.xml" )

◆ setFileName() [2/2]

widgetBox setFileName ( originalFile )

[1]

[2]

Variable Documentation

◆ originalFile

QString originalFile = widgetBox->fileName()

[0]

[1]

Definition at line 12 of file tools_designer_src_lib_sdk_abstractwidgetbox.cpp.

◆ widgetBox

auto * widgetBox = formEditor->widgetBox()

[0]

Definition at line 5 of file tools_designer_src_lib_sdk_abstractwidgetbox.cpp.