Warning, /education/kalzium/src/rswidget.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>RSWidget</class>
0004  <widget class="QWidget" name="RSWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>597</width>
0010     <height>430</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout">
0014    <property name="margin">
0015     <number>9</number>
0016    </property>
0017    <property name="spacing">
0018     <number>6</number>
0019    </property>
0020    <item row="6" column="0">
0021     <layout class="QGridLayout" name="gridLayout5">
0022      <property name="margin">
0023       <number>0</number>
0024      </property>
0025      <item row="1" column="0">
0026       <widget class="QLabel" name="label_2">
0027        <property name="text">
0028         <string>S-Phrases: </string>
0029        </property>
0030        <property name="buddy">
0031         <cstring>s_le</cstring>
0032        </property>
0033       </widget>
0034      </item>
0035      <item row="0" column="0">
0036       <widget class="QLabel" name="label">
0037        <property name="text">
0038         <string>R-Phrases:</string>
0039        </property>
0040        <property name="buddy">
0041         <cstring>r_le</cstring>
0042        </property>
0043       </widget>
0044      </item>
0045      <item row="0" column="1">
0046       <widget class="QLineEdit" name="r_le">
0047        <property name="toolTip">
0048         <string>Enter the R-Phrases you want to read. Only &quot;-&quot; is allowed as a delimiter. The combinations with &quot;/&quot; are not yet implemented.</string>
0049        </property>
0050        <property name="statusTip">
0051         <string/>
0052        </property>
0053        <property name="whatsThis">
0054         <string>Enter the R-Phrases you want to read</string>
0055        </property>
0056        <property name="text">
0057         <string>1-2-3-4-5-6-7-8-9</string>
0058        </property>
0059       </widget>
0060      </item>
0061      <item row="1" column="1">
0062       <widget class="QLineEdit" name="s_le">
0063        <property name="toolTip">
0064         <string>Enter the S-Phrases you want to read. Only &quot;-&quot; is allowed as a delimiter. The combinations with &quot;/&quot; are not yet implemented.</string>
0065        </property>
0066        <property name="whatsThis">
0067         <string>Enter the S-Phrases you want to read</string>
0068        </property>
0069        <property name="text">
0070         <string>1-2-3-4-5-6-7-8-9</string>
0071        </property>
0072       </widget>
0073      </item>
0074      <item row="1" column="2">
0075       <widget class="QPushButton" name="filterButton">
0076        <property name="toolTip">
0077         <string>Click here to search for the phrases you entered on the left</string>
0078        </property>
0079        <property name="whatsThis">
0080         <string>Click here to search for the phrases you entered on the left</string>
0081        </property>
0082        <property name="text">
0083         <string>&amp;Filter</string>
0084        </property>
0085       </widget>
0086      </item>
0087     </layout>
0088    </item>
0089    <item row="1" column="0">
0090     <widget class="QTextBrowser" name="text">
0091      <property name="minimumSize">
0092       <size>
0093        <width>500</width>
0094        <height>300</height>
0095       </size>
0096      </property>
0097      <property name="frameShape">
0098       <enum>QFrame::NoFrame</enum>
0099      </property>
0100      <property name="frameShadow">
0101       <enum>QFrame::Plain</enum>
0102      </property>
0103      <property name="lineWidth">
0104       <number>1</number>
0105      </property>
0106     </widget>
0107    </item>
0108   </layout>
0109  </widget>
0110  <customwidgets>
0111  </customwidgets>
0112  <resources/>
0113  <connections/>
0114 </ui>