Warning, /graphics/kst-plot/src/libkstapp/datamanager.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>DataManager</class>
0004  <widget class="QDialog" name="DataManager">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>744</width>
0010     <height>231</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Data Manager</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout">
0019      <item>
0020       <widget class="QLabel" name="label">
0021        <property name="text">
0022         <string>Filter on:</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item>
0027       <widget class="QComboBox" name="_filterColumn">
0028        <item>
0029         <property name="text">
0030          <string>All Columns</string>
0031         </property>
0032        </item>
0033        <item>
0034         <property name="text">
0035          <string comment="the name of the item (noun)">Name</string>
0036         </property>
0037        </item>
0038        <item>
0039         <property name="text">
0040          <string comment="the type of the item (noun)">Type</string>
0041         </property>
0042        </item>
0043        <item>
0044         <property name="text">
0045          <string>Samples</string>
0046         </property>
0047        </item>
0048        <item>
0049         <property name="text">
0050          <string>Properties</string>
0051         </property>
0052        </item>
0053       </widget>
0054      </item>
0055      <item>
0056       <widget class="QLineEdit" name="_filterText">
0057        <property name="focusPolicy">
0058         <enum>Qt::ClickFocus</enum>
0059        </property>
0060       </widget>
0061      </item>
0062      <item>
0063       <widget class="QCheckBox" name="_caseSensitive">
0064        <property name="text">
0065         <string>Case sensitive</string>
0066        </property>
0067       </widget>
0068      </item>
0069     </layout>
0070    </item>
0071    <item>
0072     <widget class="QSplitter" name="_splitter">
0073      <property name="layoutDirection">
0074       <enum>Qt::LeftToRight</enum>
0075      </property>
0076      <property name="orientation">
0077       <enum>Qt::Horizontal</enum>
0078      </property>
0079      <property name="childrenCollapsible">
0080       <bool>false</bool>
0081      </property>
0082      <widget class="QTreeView" name="_session">
0083       <property name="sizePolicy">
0084        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0085         <horstretch>0</horstretch>
0086         <verstretch>0</verstretch>
0087        </sizepolicy>
0088       </property>
0089       <property name="alternatingRowColors">
0090        <bool>true</bool>
0091       </property>
0092      </widget>
0093     </widget>
0094    </item>
0095    <item>
0096     <layout class="QHBoxLayout" name="horizontalLayout_2">
0097      <item>
0098       <spacer name="horizontalSpacer">
0099        <property name="orientation">
0100         <enum>Qt::Horizontal</enum>
0101        </property>
0102        <property name="sizeHint" stdset="0">
0103         <size>
0104          <width>601</width>
0105          <height>20</height>
0106         </size>
0107        </property>
0108       </spacer>
0109      </item>
0110      <item>
0111       <widget class="QPushButton" name="_edit">
0112        <property name="sizePolicy">
0113         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0114          <horstretch>0</horstretch>
0115          <verstretch>0</verstretch>
0116         </sizepolicy>
0117        </property>
0118        <property name="text">
0119         <string>&amp;Edit</string>
0120        </property>
0121       </widget>
0122      </item>
0123      <item>
0124       <widget class="QPushButton" name="_delete">
0125        <property name="sizePolicy">
0126         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0127          <horstretch>0</horstretch>
0128          <verstretch>0</verstretch>
0129         </sizepolicy>
0130        </property>
0131        <property name="text">
0132         <string>Delete</string>
0133        </property>
0134       </widget>
0135      </item>
0136      <item>
0137       <widget class="QPushButton" name="_purge">
0138        <property name="sizePolicy">
0139         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0140          <horstretch>0</horstretch>
0141          <verstretch>0</verstretch>
0142         </sizepolicy>
0143        </property>
0144        <property name="text">
0145         <string>Purge</string>
0146        </property>
0147       </widget>
0148      </item>
0149      <item>
0150       <widget class="QDialogButtonBox" name="_buttonBox">
0151        <property name="sizePolicy">
0152         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0153          <horstretch>0</horstretch>
0154          <verstretch>0</verstretch>
0155         </sizepolicy>
0156        </property>
0157        <property name="orientation">
0158         <enum>Qt::Horizontal</enum>
0159        </property>
0160        <property name="standardButtons">
0161         <set>QDialogButtonBox::Close</set>
0162        </property>
0163       </widget>
0164      </item>
0165     </layout>
0166    </item>
0167   </layout>
0168  </widget>
0169  <resources/>
0170  <connections>
0171   <connection>
0172    <sender>_buttonBox</sender>
0173    <signal>accepted()</signal>
0174    <receiver>DataManager</receiver>
0175    <slot>accept()</slot>
0176    <hints>
0177     <hint type="sourcelabel">
0178      <x>248</x>
0179      <y>254</y>
0180     </hint>
0181     <hint type="destinationlabel">
0182      <x>157</x>
0183      <y>274</y>
0184     </hint>
0185    </hints>
0186   </connection>
0187   <connection>
0188    <sender>_buttonBox</sender>
0189    <signal>rejected()</signal>
0190    <receiver>DataManager</receiver>
0191    <slot>reject()</slot>
0192    <hints>
0193     <hint type="sourcelabel">
0194      <x>316</x>
0195      <y>260</y>
0196     </hint>
0197     <hint type="destinationlabel">
0198      <x>286</x>
0199      <y>274</y>
0200     </hint>
0201    </hints>
0202   </connection>
0203  </connections>
0204 </ui>