Warning, /graphics/kst-plot/src/libkstapp/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>386</width>
0010     <height>283</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string comment="kst is the name of the app.">About Kst</string>
0015   </property>
0016   <layout class="QGridLayout">
0017    <item row="0" column="0">
0018     <layout class="QHBoxLayout">
0019      <item>
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string/>
0023        </property>
0024        <property name="pixmap">
0025         <pixmap resource="../images/icons.qrc">:/kst.png</pixmap>
0026        </property>
0027       </widget>
0028      </item>
0029      <item>
0030       <widget class="QLabel" name="_toplabel">
0031        <property name="font">
0032         <font>
0033          <pointsize>26</pointsize>
0034         </font>
0035        </property>
0036        <property name="text">
0037         <string comment="the name of the app, but no other meaning.">Kst</string>
0038        </property>
0039       </widget>
0040      </item>
0041     </layout>
0042    </item>
0043    <item row="0" column="1">
0044     <spacer>
0045      <property name="orientation">
0046       <enum>Qt::Horizontal</enum>
0047      </property>
0048      <property name="sizeHint" stdset="0">
0049       <size>
0050        <width>40</width>
0051        <height>20</height>
0052       </size>
0053      </property>
0054     </spacer>
0055    </item>
0056    <item row="1" column="0" colspan="2">
0057     <widget class="QTextBrowser" name="text">
0058      <property name="openExternalLinks">
0059       <bool>true</bool>
0060      </property>
0061      <property name="openLinks">
0062       <bool>false</bool>
0063      </property>
0064     </widget>
0065    </item>
0066    <item row="2" column="0" colspan="2">
0067     <widget class="QDialogButtonBox" name="buttonBox">
0068      <property name="orientation">
0069       <enum>Qt::Horizontal</enum>
0070      </property>
0071      <property name="standardButtons">
0072       <set>QDialogButtonBox::Close</set>
0073      </property>
0074     </widget>
0075    </item>
0076   </layout>
0077  </widget>
0078  <resources>
0079   <include location="../images/icons.qrc"/>
0080  </resources>
0081  <connections>
0082   <connection>
0083    <sender>buttonBox</sender>
0084    <signal>clicked(QAbstractButton*)</signal>
0085    <receiver>AboutDialog</receiver>
0086    <slot>accept()</slot>
0087    <hints>
0088     <hint type="sourcelabel">
0089      <x>191</x>
0090      <y>257</y>
0091     </hint>
0092     <hint type="destinationlabel">
0093      <x>191</x>
0094      <y>138</y>
0095     </hint>
0096    </hints>
0097   </connection>
0098  </connections>
0099 </ui>