1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>LiteDebugOption</class>
4 <widget class="QWidget" name="LiteDebugOption">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>435</width>
10    <height>113</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Form</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout_2">
17   <item>
18    <widget class="QGroupBox" name="groupBox">
19     <property name="title">
20      <string>Debug</string>
21     </property>
22     <layout class="QVBoxLayout" name="verticalLayout">
23      <item>
24       <widget class="QCheckBox" name="autoBreakMainCheckBox">
25        <property name="text">
26         <string>Automatically insert breakpoint main.main when debugging</string>
27        </property>
28       </widget>
29      </item>
30      <item>
31       <spacer name="verticalSpacer">
32        <property name="orientation">
33         <enum>Qt::Vertical</enum>
34        </property>
35        <property name="sizeHint" stdset="0">
36         <size>
37          <width>20</width>
38          <height>40</height>
39         </size>
40        </property>
41       </spacer>
42      </item>
43     </layout>
44    </widget>
45   </item>
46  </layout>
47 </widget>
48 <resources/>
49 <connections/>
50</ui>
51