UIStruct

Struct for using a *.ui file created with Qt Designer.

The *.ui file is read at compile time with the import expression. Use the dmd option -J for setting the search path for those files. The members of the struct are created with generateUICode.

struct UIStruct (
string filename
string customWidgetPackage = ""
)

Parameters

filename

Filename of *.ui file.

customWidgetPackage

Package for custom widgets used in *.ui file.

Meta