Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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] | |
if | ( | widgetBox->filename() ! | = "myWidgetBox.xml" | ) |
widgetBox load | ( | ) |
widgetBox save | ( | ) |
widgetBox setFileName | ( | "myWidgetBox.xml" | ) |
widgetBox setFileName | ( | originalFile | ) |
[1]
[2]
auto * widgetBox = formEditor->widgetBox() |
[0]
Definition at line 5 of file tools_designer_src_lib_sdk_abstractwidgetbox.cpp.