<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>AnalysisOptionsDialog</class> <widget class="QDialog" name="AnalysisOptionsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>500</width> <height>750</height> </rect> </property> <property name="minimumSize"> <size> <width>500</width> <height>650</height> </size> </property> <property name="windowTitle"> <string>Analysis Options</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>Changes made here won't be saved. Edit these settings from the global or per-game settings dialogs to have your changes take effect for future analysis runs.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QScrollArea" name="scrollArea"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="frameShape"> <enum>QFrame::NoFrame</enum> </property> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="analysisSettings"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>488</width> <height>636</height> </rect> </property> </widget> </widget> </item> <item> <layout class="QHBoxLayout" name="buttons"> <item> <widget class="QCheckBox" name="closeCheckBox"> <property name="text"> <string>Close dialog after analysis has started</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="analyseButton"> <property name="text"> <string>Analyze</string> </property> </widget> </item> <item> <widget class="QPushButton" name="closeButton"> <property name="text"> <string>Close</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>