Warning, /graphics/kst-plot/src/libkstapp/viewprimitivedialog.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>ViewPrimitiveDialog</class>
0004  <widget class="QDialog" name="ViewPrimitiveDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>595</width>
0010     <height>534</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Primitive View</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QTreeView" name="_tree"/>
0019    </item>
0020    <item>
0021     <layout class="QHBoxLayout" name="horizontalLayout">
0022      <item>
0023       <widget class="QPushButton" name="updateButton">
0024        <property name="toolTip">
0025         <string comment="update the object (verb)"/>
0026        </property>
0027        <property name="text">
0028         <string>Update</string>
0029        </property>
0030       </widget>
0031      </item>
0032      <item>
0033       <widget class="QDialogButtonBox" name="buttonBox">
0034        <property name="orientation">
0035         <enum>Qt::Horizontal</enum>
0036        </property>
0037        <property name="standardButtons">
0038         <set>QDialogButtonBox::Close</set>
0039        </property>
0040       </widget>
0041      </item>
0042     </layout>
0043    </item>
0044   </layout>
0045  </widget>
0046  <resources/>
0047  <connections>
0048   <connection>
0049    <sender>buttonBox</sender>
0050    <signal>accepted()</signal>
0051    <receiver>ViewPrimitiveDialog</receiver>
0052    <slot>accept()</slot>
0053    <hints>
0054     <hint type="sourcelabel">
0055      <x>248</x>
0056      <y>254</y>
0057     </hint>
0058     <hint type="destinationlabel">
0059      <x>157</x>
0060      <y>274</y>
0061     </hint>
0062    </hints>
0063   </connection>
0064   <connection>
0065    <sender>buttonBox</sender>
0066    <signal>rejected()</signal>
0067    <receiver>ViewPrimitiveDialog</receiver>
0068    <slot>reject()</slot>
0069    <hints>
0070     <hint type="sourcelabel">
0071      <x>316</x>
0072      <y>260</y>
0073     </hint>
0074     <hint type="destinationlabel">
0075      <x>286</x>
0076      <y>274</y>
0077     </hint>
0078    </hints>
0079   </connection>
0080  </connections>
0081 </ui>