1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ConfigurePerGameAddons</class>
4 <widget class="QWidget" name="ConfigurePerGameAddons">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>400</width>
10    <height>300</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Form</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="0" column="0">
18    <widget class="QScrollArea" name="scrollArea">
19     <property name="widgetResizable">
20      <bool>true</bool>
21     </property>
22     <widget class="QWidget" name="scrollAreaWidgetContents">
23      <property name="geometry">
24       <rect>
25        <x>0</x>
26        <y>0</y>
27        <width>380</width>
28        <height>280</height>
29       </rect>
30      </property>
31     </widget>
32    </widget>
33   </item>
34  </layout>
35 </widget>
36 <resources/>
37 <connections/>
38</ui>
39