Warning, /graphics/kst-plot/src/widgets/scalarlistselector.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>ScalarListSelector</class>
0004  <widget class="QDialog" name="ScalarListSelector">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>283</width>
0010     <height>284</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <widget class="QDialogButtonBox" name="buttonBox">
0017    <property name="geometry">
0018     <rect>
0019      <x>70</x>
0020      <y>240</y>
0021      <width>201</width>
0022      <height>32</height>
0023     </rect>
0024    </property>
0025    <property name="orientation">
0026     <enum>Qt::Horizontal</enum>
0027    </property>
0028    <property name="standardButtons">
0029     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0030    </property>
0031   </widget>
0032   <widget class="QLabel" name="label">
0033    <property name="geometry">
0034     <rect>
0035      <x>20</x>
0036      <y>10</y>
0037      <width>41</width>
0038      <height>21</height>
0039     </rect>
0040    </property>
0041    <property name="text">
0042     <string comment="enter a search term">Search:</string>
0043    </property>
0044   </widget>
0045   <widget class="QLineEdit" name="_search">
0046    <property name="geometry">
0047     <rect>
0048      <x>70</x>
0049      <y>10</y>
0050      <width>201</width>
0051      <height>21</height>
0052     </rect>
0053    </property>
0054   </widget>
0055   <widget class="QListWidget" name="_scalars">
0056    <property name="geometry">
0057     <rect>
0058      <x>20</x>
0059      <y>40</y>
0060      <width>256</width>
0061      <height>192</height>
0062     </rect>
0063    </property>
0064   </widget>
0065  </widget>
0066  <resources/>
0067  <connections/>
0068 </ui>