Warning, /education/parley/src/editor/comparisonwidget.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>comparisonWidget</class>
0003  <widget class="QWidget" name="comparisonWidget" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>175</width>
0009     <height>196</height>
0010    </rect>
0011   </property>
0012   <layout class="QVBoxLayout" >
0013    <item>
0014     <layout class="QGridLayout" >
0015      <item row="0" column="0" >
0016       <widget class="QLabel" name="absoluteLabel" >
0017        <property name="sizePolicy" >
0018         <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
0019          <horstretch>0</horstretch>
0020          <verstretch>0</verstretch>
0021         </sizepolicy>
0022        </property>
0023        <property name="toolTip" >
0024         <string>The comparative is used to compare nouns or verbs (faster)</string>
0025        </property>
0026        <property name="text" >
0027         <string>Absolute:</string>
0028        </property>
0029        <property name="alignment" >
0030         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0031        </property>
0032       </widget>
0033      </item>
0034      <item row="0" column="1" >
0035       <widget class="QLabel" name="absoluteEntryLabel" >
0036        <property name="sizePolicy" >
0037         <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
0038          <horstretch>0</horstretch>
0039          <verstretch>0</verstretch>
0040         </sizepolicy>
0041        </property>
0042        <property name="text" >
0043         <string/>
0044        </property>
0045       </widget>
0046      </item>
0047      <item row="1" column="0" >
0048       <widget class="QLabel" name="comparativeLabel" >
0049        <property name="sizePolicy" >
0050         <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
0051          <horstretch>0</horstretch>
0052          <verstretch>0</verstretch>
0053         </sizepolicy>
0054        </property>
0055        <property name="toolTip" >
0056         <string>The comparative is used to compare nouns or verbs (faster)</string>
0057        </property>
0058        <property name="text" >
0059         <string>Comparative:</string>
0060        </property>
0061        <property name="alignment" >
0062         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0063        </property>
0064        <property name="buddy" >
0065         <cstring>comparativeLineEdit</cstring>
0066        </property>
0067       </widget>
0068      </item>
0069      <item row="1" column="1" >
0070       <widget class="QLineEdit" name="comparativeLineEdit" >
0071        <property name="sizePolicy" >
0072         <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0073          <horstretch>0</horstretch>
0074          <verstretch>0</verstretch>
0075         </sizepolicy>
0076        </property>
0077       </widget>
0078      </item>
0079      <item row="2" column="0" >
0080       <widget class="QLabel" name="superlativeLabel" >
0081        <property name="sizePolicy" >
0082         <sizepolicy vsizetype="Preferred" hsizetype="Minimum" >
0083          <horstretch>0</horstretch>
0084          <verstretch>0</verstretch>
0085         </sizepolicy>
0086        </property>
0087        <property name="toolTip" >
0088         <string>The superlative (fastest)</string>
0089        </property>
0090        <property name="text" >
0091         <string>Superlative:</string>
0092        </property>
0093        <property name="alignment" >
0094         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0095        </property>
0096        <property name="buddy" >
0097         <cstring>superlativeLineEdit</cstring>
0098        </property>
0099       </widget>
0100      </item>
0101      <item row="2" column="1" >
0102       <widget class="QLineEdit" name="superlativeLineEdit" >
0103        <property name="sizePolicy" >
0104         <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
0105          <horstretch>0</horstretch>
0106          <verstretch>0</verstretch>
0107         </sizepolicy>
0108        </property>
0109       </widget>
0110      </item>
0111     </layout>
0112    </item>
0113    <item>
0114     <widget class="QPushButton" name="makeAdjectiveButton" >
0115      <property name="text" >
0116       <string>Adjective</string>
0117      </property>
0118     </widget>
0119    </item>
0120    <item>
0121     <widget class="QPushButton" name="makeAdverbButton" >
0122      <property name="text" >
0123       <string>Adverb</string>
0124      </property>
0125     </widget>
0126    </item>
0127    <item>
0128     <spacer>
0129      <property name="orientation" >
0130       <enum>Qt::Vertical</enum>
0131      </property>
0132      <property name="sizeHint" stdset="0" >
0133       <size>
0134        <width>20</width>
0135        <height>51</height>
0136       </size>
0137      </property>
0138     </spacer>
0139    </item>
0140   </layout>
0141  </widget>
0142  <resources/>
0143  <connections/>
0144 </ui>