zint-barcode-generator/frontend_qt4/grpCodeOne.ui

124 lines
2.9 KiB
Text
Raw Normal View History

2009-07-05 05:29:48 -04:00
<ui version="4.0" >
<class>grpChannel</class>
<widget class="QWidget" name="grpChannel" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>310</width>
2009-07-13 15:04:52 -04:00
<height>124</height>
2009-07-05 05:29:48 -04:00
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout" >
<item>
<layout class="QHBoxLayout" name="horizontalLayout" >
<item>
<widget class="QLabel" name="lblChannel" >
<property name="text" >
<string>Symbol Size:</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="cmbC1Size" >
<item>
<property name="text" >
<string>Automatic</string>
</property>
</item>
<item>
<property name="text" >
<string>16 x 18 (Version A)</string>
</property>
</item>
<item>
<property name="text" >
<string>22 x 22 (Version B)</string>
</property>
</item>
<item>
<property name="text" >
<string>28 x 32 (Version C)</string>
</property>
</item>
<item>
<property name="text" >
<string>40 x 42 (Version D)</string>
</property>
</item>
<item>
<property name="text" >
<string>52 x 54 (Version E)</string>
</property>
</item>
<item>
<property name="text" >
<string>70 x 76 (Version F)</string>
</property>
</item>
<item>
<property name="text" >
<string>104 x 98 (Version G)</string>
</property>
</item>
<item>
<property name="text" >
<string>148 x 134 (Version H)</string>
</property>
</item>
<item>
<property name="text" >
2009-07-05 12:11:45 -04:00
<string>8X height (Version S)</string>
2009-07-05 05:29:48 -04:00
</property>
</item>
<item>
<property name="text" >
2009-07-05 12:11:45 -04:00
<string>16X height (Version T)</string>
2009-07-05 05:29:48 -04:00
</property>
</item>
</widget>
</item>
</layout>
</item>
2009-07-13 15:04:52 -04:00
<item>
<widget class="QRadioButton" name="radC1Stand" >
<property name="text" >
<string>Standard Mode</string>
</property>
<property name="checked" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="radC1GS1" >
<property name="text" >
<string>GS-1 Data Mode</string>
</property>
</widget>
</item>
2009-07-05 05:29:48 -04:00
<item>
<spacer name="verticalSpacer" >
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0" >
<size>
<width>20</width>
<height>30</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>