Warning, /network/falkon/src/lib/other/aboutdialog.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>AboutDialog</class>
0004  <widget class="QDialog" name="AboutDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>440</width>
0010     <height>350</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>About Falkon</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <property name="spacing">
0018     <number>0</number>
0019    </property>
0020    <item>
0021     <widget class="QLabel" name="label">
0022      <property name="alignment">
0023       <set>Qt::AlignCenter</set>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QLabel" name="textLabel">
0029      <property name="sizePolicy">
0030       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0031        <horstretch>0</horstretch>
0032        <verstretch>0</verstretch>
0033       </sizepolicy>
0034      </property>
0035      <property name="alignment">
0036       <set>Qt::AlignCenter</set>
0037      </property>
0038      <property name="wordWrap">
0039       <bool>true</bool>
0040      </property>
0041      <property name="openExternalLinks">
0042       <bool>true</bool>
0043      </property>
0044      <property name="textInteractionFlags">
0045       <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
0046      </property>
0047     </widget>
0048    </item>
0049    <item>
0050     <widget class="QDialogButtonBox" name="buttonBox">
0051      <property name="orientation">
0052       <enum>Qt::Horizontal</enum>
0053      </property>
0054      <property name="standardButtons">
0055       <set>QDialogButtonBox::Close</set>
0056      </property>
0057     </widget>
0058    </item>
0059   </layout>
0060  </widget>
0061  <resources/>
0062  <connections>
0063   <connection>
0064    <sender>buttonBox</sender>
0065    <signal>accepted()</signal>
0066    <receiver>AboutDialog</receiver>
0067    <slot>accept()</slot>
0068    <hints>
0069     <hint type="sourcelabel">
0070      <x>248</x>
0071      <y>254</y>
0072     </hint>
0073     <hint type="destinationlabel">
0074      <x>157</x>
0075      <y>274</y>
0076     </hint>
0077    </hints>
0078   </connection>
0079   <connection>
0080    <sender>buttonBox</sender>
0081    <signal>rejected()</signal>
0082    <receiver>AboutDialog</receiver>
0083    <slot>reject()</slot>
0084    <hints>
0085     <hint type="sourcelabel">
0086      <x>316</x>
0087      <y>260</y>
0088     </hint>
0089     <hint type="destinationlabel">
0090      <x>286</x>
0091      <y>274</y>
0092     </hint>
0093    </hints>
0094   </connection>
0095  </connections>
0096 </ui>