<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ExpressionExplanationWidget</class> <widget class="QWidget" name="ExpressionExplanationWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>417</width> <height>421</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="widget"> <property name="text"> <string><html><head/><body><p><span style=" font-weight:600;">Custom Expression</span></p><p>Create your own math function by defining a custom expression that is applied to the data. Depending on the input domain, the expression works in the time or frequency domain.</p><p><br/></p></body></html></string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>251</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/> </ui>