Warning, /education/parley/src/editor/latexwidget.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>LatexWidget</class>
0004  <widget class="QWidget" name="LatexWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>411</width>
0010     <height>236</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="0">
0015     <widget class="QLabel" name="texLabel">
0016      <property name="text">
0017       <string>LaTeX code:</string>
0018      </property>
0019      <property name="alignment">
0020       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0021      </property>
0022      <property name="buddy">
0023       <cstring>lineEdit</cstring>
0024      </property>
0025     </widget>
0026    </item>
0027    <item row="0" column="2">
0028     <widget class="QLineEdit" name="lineEdit">
0029      <property name="placeholderText">
0030       <string/>
0031      </property>
0032     </widget>
0033    </item>
0034    <item row="2" column="0">
0035     <widget class="QLabel" name="label">
0036      <property name="text">
0037       <string>Preview</string>
0038      </property>
0039      <property name="alignment">
0040       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0041      </property>
0042     </widget>
0043    </item>
0044    <item row="2" column="2">
0045     <widget class="QLabel" name="previewLabel">
0046      <property name="text">
0047       <string/>
0048      </property>
0049      <property name="alignment">
0050       <set>Qt::AlignCenter</set>
0051      </property>
0052     </widget>
0053    </item>
0054    <item row="1" column="2">
0055     <widget class="QCheckBox" name="mathModeCheckBox">
0056      <property name="text">
0057       <string>Math mode</string>
0058      </property>
0059      <property name="checked">
0060       <bool>true</bool>
0061      </property>
0062     </widget>
0063    </item>
0064   </layout>
0065  </widget>
0066  <resources/>
0067  <connections/>
0068 </ui>