<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>grpMicroPDF</class> <widget class="QWidget" name="grpMicroPDF"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>763</width> <height>376</height> </rect> </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="QLabel" name="lblMPDFCols"> <property name="text"> <string>&Number of Data Columns:</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> <property name="buddy"> <cstring>cmbMPDFCols</cstring> </property> </widget> </item> <item row="0" column="2"> <widget class="QComboBox" name="cmbMPDFCols"> <item> <property name="text"> <string>Automatic</string> </property> </item> <item> <property name="text"> <string>1</string> </property> </item> <item> <property name="text"> <string>2</string> </property> </item> <item> <property name="text"> <string>3</string> </property> </item> <item> <property name="text"> <string>4</string> </property> </item> </widget> </item> <item row="1" column="0"> <widget class="QRadioButton" name="radMPDFStand"> <property name="text"> <string>S&tandard</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </item> <item row="2" column="0"> <widget class="QRadioButton" name="radMPDFHIBC"> <property name="text"> <string>&HIBC MicroPDF417</string> </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>