Warning, /education/marble/src/lib/marble/FormattedTextWidget.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>FormattedTextWidget</class>
0004  <widget class="QWidget" name="FormattedTextWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>645</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="spacing">
0015     <number>0</number>
0016    </property>
0017    <property name="leftMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>0</number>
0028    </property>
0029    <item>
0030     <layout class="QHBoxLayout" name="horizontalLayout">
0031      <item>
0032       <widget class="QCheckBox" name="m_isFormattedTextMode">
0033        <property name="sizePolicy">
0034         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0035          <horstretch>0</horstretch>
0036          <verstretch>0</verstretch>
0037         </sizepolicy>
0038        </property>
0039        <property name="minimumSize">
0040         <size>
0041          <width>135</width>
0042          <height>0</height>
0043         </size>
0044        </property>
0045        <property name="text">
0046         <string>Formatted text</string>
0047        </property>
0048        <property name="checked">
0049         <bool>true</bool>
0050        </property>
0051       </widget>
0052      </item>
0053      <item>
0054       <widget class="QFontComboBox" name="m_fontFamily">
0055        <property name="sizePolicy">
0056         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0057          <horstretch>0</horstretch>
0058          <verstretch>0</verstretch>
0059         </sizepolicy>
0060        </property>
0061       </widget>
0062      </item>
0063      <item>
0064       <widget class="QComboBox" name="m_fontSize">
0065        <property name="editable">
0066         <bool>true</bool>
0067        </property>
0068        <item>
0069         <property name="text">
0070          <string>6</string>
0071         </property>
0072        </item>
0073        <item>
0074         <property name="text">
0075          <string>8</string>
0076         </property>
0077        </item>
0078        <item>
0079         <property name="text">
0080          <string>9</string>
0081         </property>
0082        </item>
0083        <item>
0084         <property name="text">
0085          <string>10</string>
0086         </property>
0087        </item>
0088        <item>
0089         <property name="text">
0090          <string>11</string>
0091         </property>
0092        </item>
0093        <item>
0094         <property name="text">
0095          <string>12</string>
0096         </property>
0097        </item>
0098        <item>
0099         <property name="text">
0100          <string>14</string>
0101         </property>
0102        </item>
0103        <item>
0104         <property name="text">
0105          <string>16</string>
0106         </property>
0107        </item>
0108        <item>
0109         <property name="text">
0110          <string>18</string>
0111         </property>
0112        </item>
0113        <item>
0114         <property name="text">
0115          <string>20</string>
0116         </property>
0117        </item>
0118        <item>
0119         <property name="text">
0120          <string>24</string>
0121         </property>
0122        </item>
0123        <item>
0124         <property name="text">
0125          <string>36</string>
0126         </property>
0127        </item>
0128        <item>
0129         <property name="text">
0130          <string>48</string>
0131         </property>
0132        </item>
0133        <item>
0134         <property name="text">
0135          <string>72</string>
0136         </property>
0137        </item>
0138        <item>
0139         <property name="text">
0140          <string>96</string>
0141         </property>
0142        </item>
0143       </widget>
0144      </item>
0145      <item>
0146       <widget class="QToolBar" name="m_formattedTextToolBar">
0147        <property name="windowTitle">
0148         <string>toolBar</string>
0149        </property>
0150        <addaction name="separator"/>
0151        <addaction name="m_actionBold"/>
0152        <addaction name="m_actionItalics"/>
0153        <addaction name="m_actionUnderlined"/>
0154        <addaction name="m_actionColor"/>
0155        <addaction name="m_actionAddImage"/>
0156        <addaction name="m_actionAddLink"/>
0157       </widget>
0158      </item>
0159      <item>
0160       <spacer name="horizontalSpacer">
0161        <property name="orientation">
0162         <enum>Qt::Horizontal</enum>
0163        </property>
0164        <property name="sizeType">
0165         <enum>QSizePolicy::Expanding</enum>
0166        </property>
0167        <property name="sizeHint" stdset="0">
0168         <size>
0169          <width>13</width>
0170          <height>20</height>
0171         </size>
0172        </property>
0173       </spacer>
0174      </item>
0175     </layout>
0176    </item>
0177    <item>
0178     <widget class="QTextEdit" name="m_description"/>
0179    </item>
0180   </layout>
0181   <action name="m_actionBold">
0182    <property name="checkable">
0183     <bool>true</bool>
0184    </property>
0185    <property name="icon">
0186     <iconset resource="libmarble.qrc">
0187      <normaloff>:/icons/format-text-bold.png</normaloff>:/icons/format-text-bold.png</iconset>
0188    </property>
0189    <property name="text">
0190     <string>Bold</string>
0191    </property>
0192    <property name="toolTip">
0193     <string>Bold</string>
0194    </property>
0195   </action>
0196   <action name="m_actionItalics">
0197    <property name="checkable">
0198     <bool>true</bool>
0199    </property>
0200    <property name="icon">
0201     <iconset resource="libmarble.qrc">
0202      <normaloff>:/icons/format-text-italic.png</normaloff>:/icons/format-text-italic.png</iconset>
0203    </property>
0204    <property name="text">
0205     <string>Italics</string>
0206    </property>
0207    <property name="toolTip">
0208     <string>Italics</string>
0209    </property>
0210   </action>
0211   <action name="m_actionUnderlined">
0212    <property name="checkable">
0213     <bool>true</bool>
0214    </property>
0215    <property name="icon">
0216     <iconset resource="libmarble.qrc">
0217      <normaloff>:/icons/format-text-underline.png</normaloff>:/icons/format-text-underline.png</iconset>
0218    </property>
0219    <property name="text">
0220     <string>Underlined</string>
0221    </property>
0222    <property name="toolTip">
0223     <string>Underlined</string>
0224    </property>
0225   </action>
0226   <action name="m_actionAddImage">
0227    <property name="icon">
0228     <iconset resource="libmarble.qrc">
0229      <normaloff>:/icons/insert-image.png</normaloff>:/icons/insert-image.png</iconset>
0230    </property>
0231    <property name="text">
0232     <string>Add image</string>
0233    </property>
0234    <property name="toolTip">
0235     <string>Add image</string>
0236    </property>
0237   </action>
0238   <action name="m_actionAddLink">
0239    <property name="icon">
0240     <iconset resource="libmarble.qrc">
0241      <normaloff>:/icons/insert-link.png</normaloff>:/icons/insert-link.png</iconset>
0242    </property>
0243    <property name="text">
0244     <string>Add link</string>
0245    </property>
0246    <property name="toolTip">
0247     <string>Add link</string>
0248    </property>
0249   </action>
0250   <action name="m_actionColor">
0251    <property name="text">
0252     <string>Color</string>
0253    </property>
0254   </action>
0255  </widget>
0256  <resources>
0257   <include location="libmarble.qrc"/>
0258  </resources>
0259  <connections/>
0260 </ui>