Warning, /rolisteam/rolisteam/src/libraries/rwidgets/editors/mrichtextedit.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>MRichTextEdit</class>
0004  <widget class="QWidget" name="MRichTextEdit">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>851</width>
0010     <height>312</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string notr="true"/>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <property name="spacing">
0018     <number>1</number>
0019    </property>
0020    <property name="leftMargin">
0021     <number>1</number>
0022    </property>
0023    <property name="topMargin">
0024     <number>1</number>
0025    </property>
0026    <property name="rightMargin">
0027     <number>1</number>
0028    </property>
0029    <property name="bottomMargin">
0030     <number>1</number>
0031    </property>
0032    <item>
0033     <widget class="QWidget" name="f_toolbar" native="true">
0034      <layout class="QHBoxLayout" name="horizontalLayout">
0035       <property name="spacing">
0036        <number>2</number>
0037       </property>
0038       <property name="leftMargin">
0039        <number>0</number>
0040       </property>
0041       <property name="topMargin">
0042        <number>0</number>
0043       </property>
0044       <property name="rightMargin">
0045        <number>0</number>
0046       </property>
0047       <property name="bottomMargin">
0048        <number>0</number>
0049       </property>
0050       <item>
0051        <widget class="QComboBox" name="f_paragraph">
0052         <property name="focusPolicy">
0053          <enum>Qt::ClickFocus</enum>
0054         </property>
0055         <property name="toolTip">
0056          <string>Paragraph formatting</string>
0057         </property>
0058         <property name="editable">
0059          <bool>true</bool>
0060         </property>
0061        </widget>
0062       </item>
0063       <item>
0064        <widget class="Line" name="line_4">
0065         <property name="orientation">
0066          <enum>Qt::Vertical</enum>
0067         </property>
0068        </widget>
0069       </item>
0070       <item>
0071        <widget class="QToolButton" name="f_undo">
0072         <property name="enabled">
0073          <bool>false</bool>
0074         </property>
0075         <property name="focusPolicy">
0076          <enum>Qt::ClickFocus</enum>
0077         </property>
0078         <property name="toolTip">
0079          <string>Undo (CTRL+Z)</string>
0080         </property>
0081         <property name="text">
0082          <string>Undo</string>
0083         </property>
0084         <property name="icon">
0085          <iconset theme="edit-undo">
0086           <normaloff>.</normaloff>.</iconset>
0087         </property>
0088         <property name="iconSize">
0089          <size>
0090           <width>16</width>
0091           <height>16</height>
0092          </size>
0093         </property>
0094        </widget>
0095       </item>
0096       <item>
0097        <widget class="QToolButton" name="f_redo">
0098         <property name="enabled">
0099          <bool>false</bool>
0100         </property>
0101         <property name="focusPolicy">
0102          <enum>Qt::ClickFocus</enum>
0103         </property>
0104         <property name="toolTip">
0105          <string>Redo</string>
0106         </property>
0107         <property name="text">
0108          <string>Redo</string>
0109         </property>
0110         <property name="icon">
0111          <iconset theme="edit-redo">
0112           <normaloff>.</normaloff>.</iconset>
0113         </property>
0114         <property name="iconSize">
0115          <size>
0116           <width>16</width>
0117           <height>16</height>
0118          </size>
0119         </property>
0120        </widget>
0121       </item>
0122       <item>
0123        <widget class="QToolButton" name="f_cut">
0124         <property name="focusPolicy">
0125          <enum>Qt::ClickFocus</enum>
0126         </property>
0127         <property name="toolTip">
0128          <string>Cut (CTRL+X)</string>
0129         </property>
0130         <property name="text">
0131          <string>Cut</string>
0132         </property>
0133         <property name="icon">
0134          <iconset theme="edit-cut">
0135           <normaloff>.</normaloff>.</iconset>
0136         </property>
0137         <property name="iconSize">
0138          <size>
0139           <width>16</width>
0140           <height>16</height>
0141          </size>
0142         </property>
0143        </widget>
0144       </item>
0145       <item>
0146        <widget class="QToolButton" name="f_copy">
0147         <property name="focusPolicy">
0148          <enum>Qt::ClickFocus</enum>
0149         </property>
0150         <property name="toolTip">
0151          <string>Copy (CTRL+C)</string>
0152         </property>
0153         <property name="text">
0154          <string>Copy</string>
0155         </property>
0156         <property name="icon">
0157          <iconset theme="edit-copy">
0158           <normaloff>.</normaloff>.</iconset>
0159         </property>
0160         <property name="iconSize">
0161          <size>
0162           <width>16</width>
0163           <height>16</height>
0164          </size>
0165         </property>
0166        </widget>
0167       </item>
0168       <item>
0169        <widget class="QToolButton" name="f_paste">
0170         <property name="focusPolicy">
0171          <enum>Qt::ClickFocus</enum>
0172         </property>
0173         <property name="toolTip">
0174          <string>Paste (CTRL+V)</string>
0175         </property>
0176         <property name="text">
0177          <string>Paste</string>
0178         </property>
0179         <property name="icon">
0180          <iconset theme="edit-paste">
0181           <normaloff>.</normaloff>.</iconset>
0182         </property>
0183         <property name="iconSize">
0184          <size>
0185           <width>16</width>
0186           <height>16</height>
0187          </size>
0188         </property>
0189        </widget>
0190       </item>
0191       <item>
0192        <widget class="Line" name="line">
0193         <property name="orientation">
0194          <enum>Qt::Vertical</enum>
0195         </property>
0196        </widget>
0197       </item>
0198       <item>
0199        <widget class="QToolButton" name="f_link">
0200         <property name="focusPolicy">
0201          <enum>Qt::ClickFocus</enum>
0202         </property>
0203         <property name="toolTip">
0204          <string>Link (CTRL+L)</string>
0205         </property>
0206         <property name="text">
0207          <string>Link</string>
0208         </property>
0209         <property name="icon">
0210          <iconset theme="applications-internet">
0211           <normaloff>.</normaloff>.</iconset>
0212         </property>
0213         <property name="iconSize">
0214          <size>
0215           <width>16</width>
0216           <height>16</height>
0217          </size>
0218         </property>
0219         <property name="checkable">
0220          <bool>true</bool>
0221         </property>
0222        </widget>
0223       </item>
0224       <item>
0225        <widget class="Line" name="line_3">
0226         <property name="orientation">
0227          <enum>Qt::Vertical</enum>
0228         </property>
0229        </widget>
0230       </item>
0231       <item>
0232        <widget class="QToolButton" name="f_bold">
0233         <property name="focusPolicy">
0234          <enum>Qt::ClickFocus</enum>
0235         </property>
0236         <property name="toolTip">
0237          <string notr="true">Bold (CTRL+B)</string>
0238         </property>
0239         <property name="text">
0240          <string>Bold</string>
0241         </property>
0242         <property name="icon">
0243          <iconset theme="format-text-bold">
0244           <normaloff>.</normaloff>.</iconset>
0245         </property>
0246         <property name="iconSize">
0247          <size>
0248           <width>16</width>
0249           <height>16</height>
0250          </size>
0251         </property>
0252         <property name="checkable">
0253          <bool>true</bool>
0254         </property>
0255        </widget>
0256       </item>
0257       <item>
0258        <widget class="QToolButton" name="f_italic">
0259         <property name="focusPolicy">
0260          <enum>Qt::ClickFocus</enum>
0261         </property>
0262         <property name="toolTip">
0263          <string>Italic (CTRL+I)</string>
0264         </property>
0265         <property name="text">
0266          <string>Italic</string>
0267         </property>
0268         <property name="icon">
0269          <iconset theme="format-text-italic">
0270           <normaloff>.</normaloff>.</iconset>
0271         </property>
0272         <property name="iconSize">
0273          <size>
0274           <width>16</width>
0275           <height>16</height>
0276          </size>
0277         </property>
0278         <property name="checkable">
0279          <bool>true</bool>
0280         </property>
0281        </widget>
0282       </item>
0283       <item>
0284        <widget class="QToolButton" name="f_underline">
0285         <property name="focusPolicy">
0286          <enum>Qt::ClickFocus</enum>
0287         </property>
0288         <property name="toolTip">
0289          <string>Underline (CTRL+U)</string>
0290         </property>
0291         <property name="text">
0292          <string>Underline</string>
0293         </property>
0294         <property name="icon">
0295          <iconset theme="format-text-underline">
0296           <normaloff>.</normaloff>.</iconset>
0297         </property>
0298         <property name="iconSize">
0299          <size>
0300           <width>16</width>
0301           <height>16</height>
0302          </size>
0303         </property>
0304         <property name="checkable">
0305          <bool>true</bool>
0306         </property>
0307        </widget>
0308       </item>
0309       <item>
0310        <widget class="QToolButton" name="f_strikeout">
0311         <property name="text">
0312          <string>Strike Out</string>
0313         </property>
0314         <property name="checkable">
0315          <bool>true</bool>
0316         </property>
0317        </widget>
0318       </item>
0319       <item>
0320        <widget class="Line" name="line_5">
0321         <property name="orientation">
0322          <enum>Qt::Vertical</enum>
0323         </property>
0324        </widget>
0325       </item>
0326       <item>
0327        <widget class="QToolButton" name="f_list_bullet">
0328         <property name="focusPolicy">
0329          <enum>Qt::ClickFocus</enum>
0330         </property>
0331         <property name="toolTip">
0332          <string>Bullet list (CTRL+-)</string>
0333         </property>
0334         <property name="text">
0335          <string>Bullet list</string>
0336         </property>
0337         <property name="iconSize">
0338          <size>
0339           <width>16</width>
0340           <height>16</height>
0341          </size>
0342         </property>
0343         <property name="checkable">
0344          <bool>true</bool>
0345         </property>
0346        </widget>
0347       </item>
0348       <item>
0349        <widget class="QToolButton" name="f_list_ordered">
0350         <property name="focusPolicy">
0351          <enum>Qt::ClickFocus</enum>
0352         </property>
0353         <property name="toolTip">
0354          <string>Ordered list (CTRL+=)</string>
0355         </property>
0356         <property name="text">
0357          <string>Ordered list</string>
0358         </property>
0359         <property name="iconSize">
0360          <size>
0361           <width>16</width>
0362           <height>16</height>
0363          </size>
0364         </property>
0365         <property name="checkable">
0366          <bool>true</bool>
0367         </property>
0368        </widget>
0369       </item>
0370       <item>
0371        <widget class="QToolButton" name="f_indent_dec">
0372         <property name="focusPolicy">
0373          <enum>Qt::ClickFocus</enum>
0374         </property>
0375         <property name="toolTip">
0376          <string>Decrease indentation (CTRL+,)</string>
0377         </property>
0378         <property name="text">
0379          <string>Decrease indentation</string>
0380         </property>
0381         <property name="icon">
0382          <iconset theme="format-indent-less">
0383           <normaloff>.</normaloff>.</iconset>
0384         </property>
0385         <property name="iconSize">
0386          <size>
0387           <width>16</width>
0388           <height>16</height>
0389          </size>
0390         </property>
0391        </widget>
0392       </item>
0393       <item>
0394        <widget class="QToolButton" name="f_indent_inc">
0395         <property name="focusPolicy">
0396          <enum>Qt::ClickFocus</enum>
0397         </property>
0398         <property name="toolTip">
0399          <string>Increase indentation (CTRL+.)</string>
0400         </property>
0401         <property name="text">
0402          <string>Increase indentation</string>
0403         </property>
0404         <property name="icon">
0405          <iconset theme="format-indent-more">
0406           <normaloff>.</normaloff>.</iconset>
0407         </property>
0408         <property name="iconSize">
0409          <size>
0410           <width>16</width>
0411           <height>16</height>
0412          </size>
0413         </property>
0414        </widget>
0415       </item>
0416       <item>
0417        <widget class="Line" name="line_2">
0418         <property name="orientation">
0419          <enum>Qt::Vertical</enum>
0420         </property>
0421        </widget>
0422       </item>
0423       <item>
0424        <widget class="QToolButton" name="f_fgcolor">
0425         <property name="minimumSize">
0426          <size>
0427           <width>16</width>
0428           <height>16</height>
0429          </size>
0430         </property>
0431         <property name="maximumSize">
0432          <size>
0433           <width>16</width>
0434           <height>16</height>
0435          </size>
0436         </property>
0437         <property name="focusPolicy">
0438          <enum>Qt::ClickFocus</enum>
0439         </property>
0440         <property name="toolTip">
0441          <string>Text foreground color</string>
0442         </property>
0443         <property name="text">
0444          <string notr="true">.</string>
0445         </property>
0446         <property name="iconSize">
0447          <size>
0448           <width>16</width>
0449           <height>16</height>
0450          </size>
0451         </property>
0452        </widget>
0453       </item>
0454       <item>
0455        <widget class="QToolButton" name="f_bgcolor">
0456         <property name="minimumSize">
0457          <size>
0458           <width>16</width>
0459           <height>16</height>
0460          </size>
0461         </property>
0462         <property name="maximumSize">
0463          <size>
0464           <width>16</width>
0465           <height>16</height>
0466          </size>
0467         </property>
0468         <property name="focusPolicy">
0469          <enum>Qt::ClickFocus</enum>
0470         </property>
0471         <property name="toolTip">
0472          <string>Text background color</string>
0473         </property>
0474         <property name="text">
0475          <string notr="true">.</string>
0476         </property>
0477         <property name="iconSize">
0478          <size>
0479           <width>16</width>
0480           <height>16</height>
0481          </size>
0482         </property>
0483        </widget>
0484       </item>
0485       <item>
0486        <widget class="QComboBox" name="f_fontsize">
0487         <property name="focusPolicy">
0488          <enum>Qt::ClickFocus</enum>
0489         </property>
0490         <property name="toolTip">
0491          <string>Font size</string>
0492         </property>
0493         <property name="editable">
0494          <bool>true</bool>
0495         </property>
0496        </widget>
0497       </item>
0498       <item>
0499        <widget class="Line" name="line_6">
0500         <property name="orientation">
0501          <enum>Qt::Vertical</enum>
0502         </property>
0503        </widget>
0504       </item>
0505       <item>
0506        <widget class="QToolButton" name="f_image">
0507         <property name="text">
0508          <string notr="true">...</string>
0509         </property>
0510        </widget>
0511       </item>
0512       <item>
0513        <spacer name="horizontalSpacer">
0514         <property name="orientation">
0515          <enum>Qt::Horizontal</enum>
0516         </property>
0517         <property name="sizeHint" stdset="0">
0518          <size>
0519           <width>40</width>
0520           <height>20</height>
0521          </size>
0522         </property>
0523        </spacer>
0524       </item>
0525       <item>
0526        <widget class="QToolButton" name="f_menu">
0527         <property name="text">
0528          <string notr="true">...</string>
0529         </property>
0530        </widget>
0531       </item>
0532      </layout>
0533      <zorder>f_paragraph</zorder>
0534      <zorder>line_4</zorder>
0535      <zorder>f_undo</zorder>
0536      <zorder>f_redo</zorder>
0537      <zorder>f_cut</zorder>
0538      <zorder>f_copy</zorder>
0539      <zorder>f_paste</zorder>
0540      <zorder>line</zorder>
0541      <zorder>f_link</zorder>
0542      <zorder>line_3</zorder>
0543      <zorder>f_italic</zorder>
0544      <zorder>f_underline</zorder>
0545      <zorder>line_2</zorder>
0546      <zorder>f_fontsize</zorder>
0547      <zorder>line_5</zorder>
0548      <zorder>f_list_bullet</zorder>
0549      <zorder>f_list_ordered</zorder>
0550      <zorder>f_indent_dec</zorder>
0551      <zorder>f_indent_inc</zorder>
0552      <zorder>f_bold</zorder>
0553      <zorder>f_bgcolor</zorder>
0554      <zorder>f_strikeout</zorder>
0555      <zorder>f_image</zorder>
0556      <zorder>line_6</zorder>
0557      <zorder>f_menu</zorder>
0558      <zorder>f_fgcolor</zorder>
0559     </widget>
0560    </item>
0561    <item>
0562     <widget class="MTextEdit" name="f_textedit">
0563      <property name="autoFormatting">
0564       <set>QTextEdit::AutoNone</set>
0565      </property>
0566      <property name="tabChangesFocus">
0567       <bool>true</bool>
0568      </property>
0569     </widget>
0570    </item>
0571   </layout>
0572  </widget>
0573  <customwidgets>
0574   <customwidget>
0575    <class>MTextEdit</class>
0576    <extends>QTextEdit</extends>
0577    <header>rwidgets/editors/mtextedit.h</header>
0578   </customwidget>
0579  </customwidgets>
0580  <tabstops>
0581   <tabstop>f_textedit</tabstop>
0582   <tabstop>f_strikeout</tabstop>
0583   <tabstop>f_image</tabstop>
0584   <tabstop>f_menu</tabstop>
0585  </tabstops>
0586  <resources/>
0587  <connections/>
0588 </ui>