Wed, 01 Jan 2014 14:39:32 +0100
Updated copyright for 2014.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>HgQueuesQueueManagementDialog</class> <widget class="QDialog" name="HgQueuesQueueManagementDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QFrame" name="inputFrame"> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="margin"> <number>0</number> </property> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Queue Name:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="nameEdit"> <property name="toolTip"> <string>Enter the queue name</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QLabel" name="selectLabel"> <property name="text"> <string>Select queue name:</string> </property> </widget> </item> <item> <widget class="QListWidget" name="queuesList"> <property name="toolTip"> <string>This shows a list of available queues (active queue in bold)</string> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <tabstops> <tabstop>nameEdit</tabstop> <tabstop>queuesList</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>HgQueuesQueueManagementDialog</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>HgQueuesQueueManagementDialog</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>