Source
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SpecFitSettingsFixedTableCell</class>
<widget class="QWidget" name="SpecFitSettingsFixedTableCell">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>97</width>
<height>25</height>
</rect>
</property>
<property name="windowTitle">
<string>SpecFitSettingsFixedTableCell</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>1</number>
</property>
<property name="margin">
<number>1</number>
</property>
<item>
<widget class="QCheckBox" name="peakCheckBox">
<property name="text">
<string>p</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="centerCheckBox">
<property name="text">
<string>c</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="fwhmCheckBox">
<property name="text">
<string>f</string>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>