Sun, 17 Feb 2013 19:07:15 +0100
Updated to Pygments 1.6.
<ui version="4.0" > <class>IconSizeDialog</class> <widget class="QDialog" name="IconSizeDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>232</width> <height>78</height> </rect> </property> <property name="windowTitle" > <string>Icon Size</string> </property> <property name="sizeGripEnabled" > <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout" > <item row="0" column="0" > <widget class="QLabel" name="label" > <property name="text" > <string>Size:</string> </property> </widget> </item> <item row="0" column="1" > <widget class="QSpinBox" name="widthSpin" > <property name="toolTip" > <string>Enter the width of the icon</string> </property> <property name="alignment" > <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="minimum" > <number>1</number> </property> <property name="maximum" > <number>256</number> </property> <property name="value" > <number>32</number> </property> </widget> </item> <item row="0" column="2" > <widget class="QLabel" name="label_2" > <property name="text" > <string>X</string> </property> <property name="alignment" > <set>Qt::AlignCenter</set> </property> </widget> </item> <item row="0" column="3" > <widget class="QSpinBox" name="heightSpin" > <property name="toolTip" > <string>Enter the height of the icon</string> </property> <property name="alignment" > <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> </property> <property name="minimum" > <number>1</number> </property> <property name="maximum" > <number>256</number> </property> <property name="value" > <number>32</number> </property> </widget> </item> <item row="0" column="4" > <spacer name="horizontalSpacer_2" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0" > <size> <width>42</width> <height>20</height> </size> </property> </spacer> </item> <item row="1" column="0" colspan="5" > <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>widthSpin</tabstop> <tabstop>heightSpin</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>IconSizeDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>248</x> <y>254</y> </hint> <hint type="destinationlabel" > <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>IconSizeDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>316</x> <y>260</y> </hint> <hint type="destinationlabel" > <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>