<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>grpVIN</class> <widget class="QWidget" name="grpVIN"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>131</height> </rect> </property> <property name="maximumSize"> <size> <width>600</width> <height>16777215</height> </size> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QCheckBox" name="chkVINImportChar"> <property name="text"> <string>Import Character Prefix</string> </property> <property name="checked"> <bool>false</bool> </property> </widget> </item> </layout> </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>