Warning, /sdk/kommit/src/libkommitwidgets/dialogs/notedialog.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>NoteDialog</class>
0004  <widget class="QDialog" name="NoteDialog">
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>Note</string>
0015   </property>
0016   <property name="windowIcon">
0017    <iconset theme="kommit"/>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <widget class="QTextEdit" name="textEdit"/>
0022    </item>
0023    <item>
0024     <widget class="QDialogButtonBox" name="buttonBox">
0025      <property name="orientation">
0026       <enum>Qt::Horizontal</enum>
0027      </property>
0028      <property name="standardButtons">
0029       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0030      </property>
0031     </widget>
0032    </item>
0033   </layout>
0034  </widget>
0035  <resources/>
0036  <connections>
0037   <connection>
0038    <sender>buttonBox</sender>
0039    <signal>rejected()</signal>
0040    <receiver>NoteDialog</receiver>
0041    <slot>reject()</slot>
0042    <hints>
0043     <hint type="sourcelabel">
0044      <x>316</x>
0045      <y>260</y>
0046     </hint>
0047     <hint type="destinationlabel">
0048      <x>286</x>
0049      <y>274</y>
0050     </hint>
0051    </hints>
0052   </connection>
0053  </connections>
0054 </ui>