Warning, /pim/trojita/src/Gui/TagAddDialog.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>TagAddDialog</class>
0004  <widget class="QDialog" name="TagAddDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>320</width>
0010     <height>144</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Add Tags</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_2">
0017    <item>
0018     <widget class="QLabel" name="label_1">
0019      <property name="sizePolicy">
0020       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
0021        <horstretch>0</horstretch>
0022        <verstretch>0</verstretch>
0023       </sizepolicy>
0024      </property>
0025      <property name="text">
0026       <string>Tag names (space-separated):</string>
0027      </property>
0028     </widget>
0029    </item>
0030    <item>
0031     <widget class="QLineEdit" name="lineEdit"/>
0032    </item>
0033    <item>
0034     <widget class="QLabel" name="tagsLabel">
0035      <property name="text">
0036       <string/>
0037      </property>
0038      <property name="alignment">
0039       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0040      </property>
0041     </widget>
0042    </item>
0043    <item>
0044     <widget class="QDialogButtonBox" name="buttonBox">
0045      <property name="orientation">
0046       <enum>Qt::Horizontal</enum>
0047      </property>
0048      <property name="standardButtons">
0049       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0050      </property>
0051     </widget>
0052    </item>
0053   </layout>
0054  </widget>
0055  <resources/>
0056  <connections>
0057   <connection>
0058    <sender>buttonBox</sender>
0059    <signal>accepted()</signal>
0060    <receiver>TagAddDialog</receiver>
0061    <slot>accept()</slot>
0062    <hints>
0063     <hint type="sourcelabel">
0064      <x>248</x>
0065      <y>254</y>
0066     </hint>
0067     <hint type="destinationlabel">
0068      <x>157</x>
0069      <y>274</y>
0070     </hint>
0071    </hints>
0072   </connection>
0073   <connection>
0074    <sender>buttonBox</sender>
0075    <signal>rejected()</signal>
0076    <receiver>TagAddDialog</receiver>
0077    <slot>reject()</slot>
0078    <hints>
0079     <hint type="sourcelabel">
0080      <x>316</x>
0081      <y>260</y>
0082     </hint>
0083     <hint type="destinationlabel">
0084      <x>286</x>
0085      <y>274</y>
0086     </hint>
0087    </hints>
0088   </connection>
0089  </connections>
0090 </ui>