Warning, /utilities/kate/addons/close-except-like/close_confirm_dialog.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>CloseConfirmDialog</class>
0004  <widget class="QDialog" name="CloseConfirmDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>668</width>
0010     <height>487</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <property name="modal">
0017    <bool>true</bool>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <layout class="QHBoxLayout" name="horizontalLayout">
0022      <item>
0023       <widget class="QLabel" name="icon">
0024        <property name="text">
0025         <string>TextLabel</string>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QLabel" name="text">
0031        <property name="sizePolicy">
0032         <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
0033          <horstretch>0</horstretch>
0034          <verstretch>0</verstretch>
0035         </sizepolicy>
0036        </property>
0037        <property name="text">
0038         <string>TextLabel</string>
0039        </property>
0040       </widget>
0041      </item>
0042     </layout>
0043    </item>
0044    <item>
0045     <widget class="QTreeWidget" name="m_docs_tree">
0046      <column>
0047       <property name="text">
0048        <string notr="true">1</string>
0049       </property>
0050      </column>
0051     </widget>
0052    </item>
0053    <item>
0054     <widget class="QCheckBox" name="m_dont_ask_again">
0055      <property name="text">
0056       <string>CheckBox</string>
0057      </property>
0058     </widget>
0059    </item>
0060    <item>
0061     <widget class="QDialogButtonBox" name="buttonBox">
0062      <property name="orientation">
0063       <enum>Qt::Horizontal</enum>
0064      </property>
0065      <property name="standardButtons">
0066       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0067      </property>
0068     </widget>
0069    </item>
0070   </layout>
0071  </widget>
0072  <resources/>
0073  <connections>
0074   <connection>
0075    <sender>buttonBox</sender>
0076    <signal>accepted()</signal>
0077    <receiver>CloseConfirmDialog</receiver>
0078    <slot>accept()</slot>
0079    <hints>
0080     <hint type="sourcelabel">
0081      <x>248</x>
0082      <y>254</y>
0083     </hint>
0084     <hint type="destinationlabel">
0085      <x>157</x>
0086      <y>274</y>
0087     </hint>
0088    </hints>
0089   </connection>
0090   <connection>
0091    <sender>buttonBox</sender>
0092    <signal>rejected()</signal>
0093    <receiver>CloseConfirmDialog</receiver>
0094    <slot>reject()</slot>
0095    <hints>
0096     <hint type="sourcelabel">
0097      <x>316</x>
0098      <y>260</y>
0099     </hint>
0100     <hint type="destinationlabel">
0101      <x>286</x>
0102      <y>274</y>
0103     </hint>
0104    </hints>
0105   </connection>
0106  </connections>
0107 </ui>