mumble-voip_mumble/src/mumble/RichTextEditor.ui

134 lines
3.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RichTextEditor</class>
<widget class="QTabWidget" name="RichTextEditor">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>700</width>
<height>518</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">TabWidget</string>
</property>
<property name="tabPosition">
<enum>QTabWidget::South</enum>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="qwRich">
<attribute name="title">
<string>Display</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QToolBar" name="qtbToolBar"/>
</item>
<item>
<widget class="RichTextHtmlEdit" name="qteRichText">
<property name="autoFormatting">
<set>QTextEdit::AutoAll</set>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="qwPlain">
<attribute name="title">
<string>Source Text</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QPlainTextEdit" name="qptePlainText"/>
</item>
</layout>
</widget>
<action name="qaBold">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset>
<normaloff>skin:actions/format-text-bold.svg</normaloff>skin:actions/format-text-bold.svg</iconset>
</property>
<property name="text">
<string>&amp;Bold</string>
</property>
<property name="shortcut">
<string>Ctrl+B</string>
</property>
</action>
<action name="qaItalic">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset>
<normaloff>skin:actions/format-text-italic.svg</normaloff>skin:actions/format-text-italic.svg</iconset>
</property>
<property name="text">
<string>&amp;Italic</string>
</property>
<property name="toolTip">
<string>Italic</string>
</property>
<property name="shortcut">
<string>Ctrl+I</string>
</property>
</action>
<action name="qaUnderline">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset>
<normaloff>skin:actions/format-text-underline.svg</normaloff>skin:actions/format-text-underline.svg</iconset>
</property>
<property name="text">
<string>Underline</string>
</property>
<property name="shortcut">
<string>Ctrl+U</string>
</property>
</action>
<action name="qaColor">
<property name="text">
<string>Color</string>
</property>
</action>
<action name="qaLink">
<property name="icon">
<iconset>
<normaloff>skin:mimetypes/text-html.svg</normaloff>skin:mimetypes/text-html.svg</iconset>
</property>
<property name="text">
<string>Insert Link</string>
</property>
<property name="shortcut">
<string>Ctrl+L</string>
</property>
</action>
<action name="qaImage">
<property name="icon">
<iconset>
<normaloff>skin:mimetypes/image-x-generic.svg</normaloff>skin:mimetypes/image-x-generic.svg</iconset>
</property>
<property name="text">
<string>Insert Image</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>RichTextHtmlEdit</class>
<extends>QTextEdit</extends>
<header>RichTextEditor.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>