<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>TimeGateExplanationWidget</class> <widget class="QWidget" name="TimeGateExplanationWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>364</width> <height>412</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;">Time Gate</span></p><p>A bandpass or notch filter in the time domain. Depending on the setup, this operation can isolate or remove a response at a certain distance in time.<br/></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>40</height> </size> </property> </spacer> </item> </layout> </widget> <resources/> <connections/> </ui>