Warning, /graphics/kst-plot/src/widgets/modelessinfobox.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>ModelessInfoBox</class>
0004  <widget class="QDialog" name="ModelessInfoBox">
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>Dialog</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0" colspan="2">
0018     <widget class="QTextEdit" name="_text">
0019      <property name="readOnly">
0020       <bool>true</bool>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="1" column="0">
0025     <spacer name="horizontalSpacer">
0026      <property name="orientation">
0027       <enum>Qt::Horizontal</enum>
0028      </property>
0029      <property name="sizeHint" stdset="0">
0030       <size>
0031        <width>325</width>
0032        <height>20</height>
0033       </size>
0034      </property>
0035     </spacer>
0036    </item>
0037    <item row="1" column="1">
0038     <widget class="QPushButton" name="pushButton">
0039      <property name="sizePolicy">
0040       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0041        <horstretch>0</horstretch>
0042        <verstretch>0</verstretch>
0043       </sizepolicy>
0044      </property>
0045      <property name="text">
0046       <string>Close</string>
0047      </property>
0048     </widget>
0049    </item>
0050   </layout>
0051  </widget>
0052  <resources/>
0053  <connections>
0054   <connection>
0055    <sender>pushButton</sender>
0056    <signal>clicked()</signal>
0057    <receiver>ModelessInfoBox</receiver>
0058    <slot>reject()</slot>
0059    <hints>
0060     <hint type="sourcelabel">
0061      <x>344</x>
0062      <y>293</y>
0063     </hint>
0064     <hint type="destinationlabel">
0065      <x>266</x>
0066      <y>277</y>
0067     </hint>
0068    </hints>
0069   </connection>
0070  </connections>
0071 </ui>