Warning, /sdk/kommit/src/libkommitwidgets/dialogs/taginfodialog.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>TagInfoDialog</class>
0004  <widget class="QDialog" name="TagInfoDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>283</width>
0010     <height>121</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QFormLayout" name="formLayout">
0019      <item row="0" column="0">
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string>Tag name:</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item row="0" column="1">
0027       <widget class="QLineEdit" name="lineEditTagName"/>
0028      </item>
0029      <item row="1" column="0">
0030       <widget class="QLabel" name="label_2">
0031        <property name="text">
0032         <string>Message:</string>
0033        </property>
0034       </widget>
0035      </item>
0036      <item row="1" column="1">
0037       <widget class="QLineEdit" name="lineEditMessage"/>
0038      </item>
0039     </layout>
0040    </item>
0041    <item>
0042     <spacer name="verticalSpacer">
0043      <property name="orientation">
0044       <enum>Qt::Vertical</enum>
0045      </property>
0046      <property name="sizeHint" stdset="0">
0047       <size>
0048        <width>20</width>
0049        <height>5</height>
0050       </size>
0051      </property>
0052     </spacer>
0053    </item>
0054    <item>
0055     <widget class="QDialogButtonBox" name="buttonBox">
0056      <property name="orientation">
0057       <enum>Qt::Horizontal</enum>
0058      </property>
0059      <property name="standardButtons">
0060       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0061      </property>
0062     </widget>
0063    </item>
0064   </layout>
0065  </widget>
0066  <resources/>
0067  <connections>
0068   <connection>
0069    <sender>buttonBox</sender>
0070    <signal>accepted()</signal>
0071    <receiver>TagInfoDialog</receiver>
0072    <slot>accept()</slot>
0073    <hints>
0074     <hint type="sourcelabel">
0075      <x>248</x>
0076      <y>254</y>
0077     </hint>
0078     <hint type="destinationlabel">
0079      <x>157</x>
0080      <y>274</y>
0081     </hint>
0082    </hints>
0083   </connection>
0084   <connection>
0085    <sender>buttonBox</sender>
0086    <signal>rejected()</signal>
0087    <receiver>TagInfoDialog</receiver>
0088    <slot>reject()</slot>
0089    <hints>
0090     <hint type="sourcelabel">
0091      <x>316</x>
0092      <y>260</y>
0093     </hint>
0094     <hint type="destinationlabel">
0095      <x>286</x>
0096      <y>274</y>
0097     </hint>
0098    </hints>
0099   </connection>
0100  </connections>
0101 </ui>