Warning, /pim/akonadi/src/widgets/tagselectiondialog.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>TagSelectionDialog</class> 0004 <widget class="QDialog" name="TagSelectionDialog"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>400</width> 0010 <height>300</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Select Tags</string> 0015 </property> 0016 <layout class="QVBoxLayout" name="verticalLayout"> 0017 <item> 0018 <widget class="Akonadi::TagEditWidget" name="tagWidget" native="true"/> 0019 </item> 0020 <item> 0021 <widget class="QDialogButtonBox" name="buttonBox"> 0022 <property name="standardButtons"> 0023 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 0024 </property> 0025 </widget> 0026 </item> 0027 </layout> 0028 </widget> 0029 <customwidgets> 0030 <customwidget> 0031 <class>Akonadi::TagEditWidget</class> 0032 <extends>QWidget</extends> 0033 <header>tageditwidget.h</header> 0034 <container>1</container> 0035 </customwidget> 0036 </customwidgets> 0037 <resources/> 0038 <connections> 0039 <connection> 0040 <sender>buttonBox</sender> 0041 <signal>accepted()</signal> 0042 <receiver>TagSelectionDialog</receiver> 0043 <slot>accept()</slot> 0044 <hints> 0045 <hint type="sourcelabel"> 0046 <x>243</x> 0047 <y>280</y> 0048 </hint> 0049 <hint type="destinationlabel"> 0050 <x>0</x> 0051 <y>48</y> 0052 </hint> 0053 </hints> 0054 </connection> 0055 <connection> 0056 <sender>buttonBox</sender> 0057 <signal>rejected()</signal> 0058 <receiver>TagSelectionDialog</receiver> 0059 <slot>reject()</slot> 0060 <hints> 0061 <hint type="sourcelabel"> 0062 <x>282</x> 0063 <y>276</y> 0064 </hint> 0065 <hint type="destinationlabel"> 0066 <x>1</x> 0067 <y>120</y> 0068 </hint> 0069 </hints> 0070 </connection> 0071 </connections> 0072 </ui>