2018-05-04 19:34:09 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2007-08-31 05:53:55 +00:00
|
|
|
<class>CharacterUi</class>
|
2018-05-04 19:34:09 +02:00
|
|
|
<widget class="QDialog" name="CharacterUi">
|
|
|
|
<property name="geometry">
|
2006-03-24 15:59:11 +00:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-05-04 19:34:09 +02:00
|
|
|
<width>523</width>
|
|
|
|
<height>352</height>
|
2006-03-24 15:59:11 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="windowTitle">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string/>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="sizeGripEnabled">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_6">
|
2018-05-04 19:50:41 +02:00
|
|
|
<item row="0" column="0" rowspan="2">
|
2018-05-04 19:34:09 +02:00
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Font Properties</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="familyLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font family</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Fa&mily:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>familyCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="familyCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font family</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="seriesLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font series</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Series:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>seriesCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="seriesCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font series</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="shapeLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font shape</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>S&hape:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>shapeCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="shapeCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font shape</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="sizeLA">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font size</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Si&ze:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>sizeCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QComboBox" name="sizeCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font size</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
<property name="title">
|
|
|
|
<string>Decoration</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="colorLA">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font color</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Color:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>colorCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QComboBox" name="colorCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Font color</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="ulineLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>U&nderlining:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>ulineCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="ulineCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2018-05-05 10:05:01 +02:00
|
|
|
<string>Underlining of text</string>
|
2018-05-04 19:34:09 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="strikeLA">
|
|
|
|
<property name="text">
|
|
|
|
<string>S&trikethrough:</string>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>strikeCO</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="1">
|
|
|
|
<widget class="QComboBox" name="strikeCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
2018-05-05 10:05:01 +02:00
|
|
|
<string>Strike-through text</string>
|
2018-05-04 19:34:09 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-04 19:50:41 +02:00
|
|
|
<item row="1" column="1">
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>36</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
2018-05-04 19:34:09 +02:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
2018-05-04 19:34:09 +02:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="langLA">
|
|
|
|
<property name="toolTip">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Language</string>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>&Language:</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>langCO</cstring>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-05-04 19:34:09 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="langCO">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
2006-03-24 15:59:11 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="toolTip">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Language</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2018-05-04 19:50:41 +02:00
|
|
|
<item row="2" column="1">
|
2018-05-04 19:34:09 +02:00
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
<property name="title">
|
|
|
|
<string>Semantic Markup</string>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QCheckBox" name="emphCB">
|
2018-05-05 10:05:01 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Semantic emphasizing (italic by default, but can be adapted)</string>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>&Emphasized</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QCheckBox" name="nounCB">
|
2018-05-05 10:05:01 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Semantic markup of nouns (small caps by default, but can be adapted)</string>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>&Noun</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
2018-05-04 19:50:41 +02:00
|
|
|
<item row="3" column="0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<spacer>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="orientation">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="sizeType">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2018-05-04 19:50:41 +02:00
|
|
|
<item row="4" column="0" colspan="2">
|
2018-05-04 19:34:09 +02:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
|
|
|
<property name="leftMargin">
|
2006-03-24 15:59:11 +00:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
2006-03-24 15:59:11 +00:00
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="autoapplyCB">
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Apply each change automatically</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Apply changes &immediately</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-24 15:59:11 +00:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="orientation">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="sizeType">
|
2006-03-24 15:59:11 +00:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2006-03-24 15:59:11 +00:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-05-04 19:34:09 +02:00
|
|
|
<widget class="QPushButton" name="okPB">
|
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>&OK</string>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="default">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-05-04 19:34:09 +02:00
|
|
|
<widget class="QPushButton" name="applyPB">
|
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>&Apply</string>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="autoDefault">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2018-05-04 19:34:09 +02:00
|
|
|
<widget class="QPushButton" name="closePB">
|
|
|
|
<property name="text">
|
2006-03-24 15:59:11 +00:00
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="autoDefault">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2018-05-04 19:34:09 +02:00
|
|
|
<property name="default">
|
2006-03-24 15:59:11 +00:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2006-03-05 17:24:44 +00:00
|
|
|
</layout>
|
2006-03-24 15:59:11 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<tabstops>
|
|
|
|
<tabstop>familyCO</tabstop>
|
|
|
|
<tabstop>seriesCO</tabstop>
|
|
|
|
<tabstop>shapeCO</tabstop>
|
|
|
|
<tabstop>colorCO</tabstop>
|
|
|
|
<tabstop>langCO</tabstop>
|
|
|
|
<tabstop>okPB</tabstop>
|
|
|
|
<tabstop>applyPB</tabstop>
|
|
|
|
<tabstop>closePB</tabstop>
|
|
|
|
</tabstops>
|
2007-01-06 18:48:27 +00:00
|
|
|
<includes>
|
2018-05-04 19:34:09 +02:00
|
|
|
<include location="local">qt_i18n.h</include>
|
2007-01-06 18:48:27 +00:00
|
|
|
</includes>
|
2006-03-24 15:59:11 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
2006-03-05 17:24:44 +00:00
|
|
|
</ui>
|