r21619 by jghali - #14435: Remove unnecessary strings from translation
scribus-commit
scribus-commit at lists.scribus.net
Fri Dec 9 07:59:34 UTC 2016
Author: jghali
Date: Fri Dec 9 07:59:34 2016
New Revision: 21619
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=21619
Log:
#14435: Remove unnecessary strings from translation
Modified:
trunk/Scribus/scribus/ui/cmsprefsbase.ui
trunk/Scribus/scribus/ui/gradienteditor.ui
trunk/Scribus/scribus/ui/propertywidget_advancedbase.ui
trunk/Scribus/scribus/ui/propertywidget_distancebase.ui
trunk/Scribus/scribus/ui/propertywidget_flopbase.ui
trunk/Scribus/scribus/ui/propertywidget_fontfeaturesbase.ui
trunk/Scribus/scribus/ui/propertywidget_hyphenationbase.ui
trunk/Scribus/scribus/ui/propertywidget_optmarginsbase.ui
trunk/Scribus/scribus/ui/propertywidget_pathtextbase.ui
trunk/Scribus/scribus/ui/propertywidget_textcolorbase.ui
trunk/Scribus/scribus/ui/smfontfeaturesbase.ui
Modified: trunk/Scribus/scribus/ui/cmsprefsbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21619&path=/trunk/Scribus/scribus/ui/cmsprefsbase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/cmsprefsbase.ui (original)
+++ trunk/Scribus/scribus/ui/cmsprefsbase.ui Fri Dec 9 07:59:34 2016
@@ -1,353 +1,353 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>CMSPrefsBase</class>
- <widget class="QWidget" name="CMSPrefsBase">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>348</width>
- <height>467</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QVBoxLayout">
- <property name="spacing">
- <number>5</number>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <item>
- <widget class="QCheckBox" name="checkBox1">
- <property name="text">
- <string>&Activate Color Management</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="docProfiles">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="title">
- <string>Document Profiles</string>
- </property>
- <layout class="QGridLayout">
- <property name="margin">
- <number>10</number>
- </property>
- <property name="spacing">
- <number>5</number>
- </property>
- <item row="0" column="0">
- <widget class="QLabel" name="text1">
- <property name="text">
- <string>&RGB Images:</string>
- </property>
- <property name="buddy">
- <cstring>inputPRGBIm</cstring>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QComboBox" name="inputPRGBIm">
- <property name="minimumSize">
- <size>
- <width>190</width>
- <height>0</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Default color profile for imported RGB images</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="text1CMYK">
- <property name="text">
- <string>&CMYK Images:</string>
- </property>
- <property name="buddy">
- <cstring>inputPCMYKIm</cstring>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QComboBox" name="inputPCMYKIm">
- <property name="minimumSize">
- <size>
- <width>190</width>
- <height>0</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Default color profile for imported CMYK images</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QLabel" name="text4">
- <property name="text">
- <string>&RGB Solid Colors:</string>
- </property>
- <property name="buddy">
- <cstring>inputPRGB</cstring>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QComboBox" name="inputPRGB">
- <property name="minimumSize">
- <size>
- <width>190</width>
- <height>0</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Default color profile for solid RGB colors on the page</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QLabel" name="text5">
- <property name="text">
- <string>&CMYK Solid Colors:</string>
- </property>
- <property name="buddy">
- <cstring>inputPCMYK</cstring>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="QComboBox" name="inputPCMYK">
- <property name="minimumSize">
- <size>
- <width>190</width>
- <height>0</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Default color profile for solid CMYK colors on the page</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QLabel" name="text3">
- <property name="text">
- <string>P&rinter:</string>
- </property>
- <property name="buddy">
- <cstring>printerP</cstring>
- </property>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="QComboBox" name="printerP">
- <property name="minimumSize">
- <size>
- <width>190</width>
- <height>0</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Color profile for your printer model from the manufacturer.
-This profile should be specific to your printer and not a generic profile (i.e. sRGB).</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="renderInt">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="title">
- <string>Document Rendering Intents</string>
- </property>
- <layout class="QGridLayout">
- <property name="margin">
- <number>10</number>
- </property>
- <property name="spacing">
- <number>5</number>
- </property>
- <item row="0" column="0">
- <widget class="QLabel" name="text21">
- <property name="text">
- <string>Images:</string>
- </property>
- <property name="buddy">
- <cstring>imagesI</cstring>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QComboBox" name="imagesI">
- <property name="minimumSize">
- <size>
- <width>190</width>
- <height>0</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Default rendering intent for images. Unless you know why to change it,
-Relative Colorimetric or Perceptual should be chosen.</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="text22">
- <property name="text">
- <string>Sol&id Colors:</string>
- </property>
- <property name="buddy">
- <cstring>colorsI</cstring>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QComboBox" name="colorsI">
- <property name="minimumSize">
- <size>
- <width>190</width>
- <height>0</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Default rendering intent for solid colors. Unless you know why to change it,
-Relative Colorimetric or Perceptual should be chosen.</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="docOptions">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="toolTip">
- <string/>
- </property>
- <property name="title">
- <string>Document Options</string>
- </property>
- <property name="checkable">
- <bool>false</bool>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- <layout class="QVBoxLayout">
- <property name="spacing">
- <number>5</number>
- </property>
- <property name="margin">
- <number>10</number>
- </property>
- <item>
- <widget class="QCheckBox" name="blackPoint">
- <property name="toolTip">
- <string>Black Point Compensation is a method of improving contrast in photos.
-It is recommended that you enable this if you have photos in your document.</string>
- </property>
- <property name="text">
- <string>Use &Blackpoint Compensation</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="simulatePrinter">
- <property name="toolTip">
- <string>Enable 'soft proofing' of how your document colors will print,
-based on the chosen printer profile.</string>
- </property>
- <property name="text">
- <string>Simulate printer on Screen</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="convertAll">
- <property name="toolTip">
- <string>Simulate a full color managed environment :
-all colors, rgb or cmyk, are converted to printer color space.</string>
- </property>
- <property name="text">
- <string>Convert all colors to printer space</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCheckBox" name="gamutCheck">
- <property name="toolTip">
- <string>Method of showing colors on the screen which may not print properly.
-This requires very accurate profiles and serves only as a warning.</string>
- </property>
- <property name="text">
- <string>Mark Colors out of &Gamut</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="monProfile">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="title">
- <string>Monitor Profile</string>
- </property>
- <layout class="QGridLayout" name="gridLayout_2">
- <property name="margin">
- <number>10</number>
- </property>
- <property name="spacing">
- <number>5</number>
- </property>
- <item row="0" column="0">
- <widget class="QLabel" name="monitorProfileLabel">
- <property name="text">
- <string>&Monitor:</string>
- </property>
- <property name="buddy">
- <cstring>monitorP</cstring>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QComboBox" name="monitorP">
- <property name="minimumSize">
- <size>
- <width>190</width>
- <height>0</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Color profile that you have generated or received from the manufacturer.
-This profile should be specific to your monitor and not a generic profile (i.e. sRGB).</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>CMSPrefsBase</class>
+ <widget class="QWidget" name="CMSPrefsBase">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>348</width>
+ <height>467</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="windowTitle">
+ <string notr="true">Form</string>
+ </property>
+ <layout class="QVBoxLayout">
+ <property name="spacing">
+ <number>5</number>
+ </property>
+ <property name="margin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QCheckBox" name="checkBox1">
+ <property name="text">
+ <string>&Activate Color Management</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="docProfiles">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="title">
+ <string>Document Profiles</string>
+ </property>
+ <layout class="QGridLayout">
+ <property name="margin">
+ <number>10</number>
+ </property>
+ <property name="spacing">
+ <number>5</number>
+ </property>
+ <item row="0" column="0">
+ <widget class="QLabel" name="text1">
+ <property name="text">
+ <string>&RGB Images:</string>
+ </property>
+ <property name="buddy">
+ <cstring>inputPRGBIm</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QComboBox" name="inputPRGBIm">
+ <property name="minimumSize">
+ <size>
+ <width>190</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Default color profile for imported RGB images</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="text1CMYK">
+ <property name="text">
+ <string>&CMYK Images:</string>
+ </property>
+ <property name="buddy">
+ <cstring>inputPCMYKIm</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QComboBox" name="inputPCMYKIm">
+ <property name="minimumSize">
+ <size>
+ <width>190</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Default color profile for imported CMYK images</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0">
+ <widget class="QLabel" name="text4">
+ <property name="text">
+ <string>&RGB Solid Colors:</string>
+ </property>
+ <property name="buddy">
+ <cstring>inputPRGB</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1">
+ <widget class="QComboBox" name="inputPRGB">
+ <property name="minimumSize">
+ <size>
+ <width>190</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Default color profile for solid RGB colors on the page</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0">
+ <widget class="QLabel" name="text5">
+ <property name="text">
+ <string>&CMYK Solid Colors:</string>
+ </property>
+ <property name="buddy">
+ <cstring>inputPCMYK</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1">
+ <widget class="QComboBox" name="inputPCMYK">
+ <property name="minimumSize">
+ <size>
+ <width>190</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Default color profile for solid CMYK colors on the page</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0">
+ <widget class="QLabel" name="text3">
+ <property name="text">
+ <string>P&rinter:</string>
+ </property>
+ <property name="buddy">
+ <cstring>printerP</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1">
+ <widget class="QComboBox" name="printerP">
+ <property name="minimumSize">
+ <size>
+ <width>190</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Color profile for your printer model from the manufacturer.
+This profile should be specific to your printer and not a generic profile (i.e. sRGB).</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="renderInt">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="title">
+ <string>Document Rendering Intents</string>
+ </property>
+ <layout class="QGridLayout">
+ <property name="margin">
+ <number>10</number>
+ </property>
+ <property name="spacing">
+ <number>5</number>
+ </property>
+ <item row="0" column="0">
+ <widget class="QLabel" name="text21">
+ <property name="text">
+ <string>Images:</string>
+ </property>
+ <property name="buddy">
+ <cstring>imagesI</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QComboBox" name="imagesI">
+ <property name="minimumSize">
+ <size>
+ <width>190</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Default rendering intent for images. Unless you know why to change it,
+Relative Colorimetric or Perceptual should be chosen.</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="text22">
+ <property name="text">
+ <string>Sol&id Colors:</string>
+ </property>
+ <property name="buddy">
+ <cstring>colorsI</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QComboBox" name="colorsI">
+ <property name="minimumSize">
+ <size>
+ <width>190</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Default rendering intent for solid colors. Unless you know why to change it,
+Relative Colorimetric or Perceptual should be chosen.</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="docOptions">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="toolTip">
+ <string/>
+ </property>
+ <property name="title">
+ <string>Document Options</string>
+ </property>
+ <property name="checkable">
+ <bool>false</bool>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
+ <layout class="QVBoxLayout">
+ <property name="spacing">
+ <number>5</number>
+ </property>
+ <property name="margin">
+ <number>10</number>
+ </property>
+ <item>
+ <widget class="QCheckBox" name="blackPoint">
+ <property name="toolTip">
+ <string>Black Point Compensation is a method of improving contrast in photos.
+It is recommended that you enable this if you have photos in your document.</string>
+ </property>
+ <property name="text">
+ <string>Use &Blackpoint Compensation</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="simulatePrinter">
+ <property name="toolTip">
+ <string>Enable 'soft proofing' of how your document colors will print,
+based on the chosen printer profile.</string>
+ </property>
+ <property name="text">
+ <string>Simulate printer on Screen</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="convertAll">
+ <property name="toolTip">
+ <string>Simulate a full color managed environment :
+all colors, rgb or cmyk, are converted to printer color space.</string>
+ </property>
+ <property name="text">
+ <string>Convert all colors to printer space</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="gamutCheck">
+ <property name="toolTip">
+ <string>Method of showing colors on the screen which may not print properly.
+This requires very accurate profiles and serves only as a warning.</string>
+ </property>
+ <property name="text">
+ <string>Mark Colors out of &Gamut</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="monProfile">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="title">
+ <string>Monitor Profile</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout_2">
+ <property name="margin">
+ <number>10</number>
+ </property>
+ <property name="spacing">
+ <number>5</number>
+ </property>
+ <item row="0" column="0">
+ <widget class="QLabel" name="monitorProfileLabel">
+ <property name="text">
+ <string>&Monitor:</string>
+ </property>
+ <property name="buddy">
+ <cstring>monitorP</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QComboBox" name="monitorP">
+ <property name="minimumSize">
+ <size>
+ <width>190</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Color profile that you have generated or received from the manufacturer.
+This profile should be specific to your monitor and not a generic profile (i.e. sRGB).</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
Modified: trunk/Scribus/scribus/ui/gradienteditor.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21619&path=/trunk/Scribus/scribus/ui/gradienteditor.ui
==============================================================================
--- trunk/Scribus/scribus/ui/gradienteditor.ui (original)
+++ trunk/Scribus/scribus/ui/gradienteditor.ui Fri Dec 9 07:59:34 2016
@@ -1,60 +1,60 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>GradientEditorBase</class>
- <widget class="QFrame" name="GradientEditorBase">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>210</width>
- <height>172</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Frame</string>
- </property>
- <property name="frameShape">
- <enum>QFrame::NoFrame</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Plain</enum>
- </property>
- <layout class="QGridLayout" name="gridLayout">
- <property name="margin">
- <number>4</number>
- </property>
- <property name="spacing">
- <number>2</number>
- </property>
- <item row="0" column="0" colspan="2">
- <widget class="GradientPreview" name="Preview">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>200</width>
- <height>70</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>3000</width>
- <height>70</height>
- </size>
- </property>
- <property name="frameShape">
- <enum>QFrame::Panel</enum>
- </property>
- <property name="frameShadow">
- <enum>QFrame::Sunken</enum>
- </property>
- <property name="lineWidth">
- <number>2</number>
- </property>
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>GradientEditorBase</class>
+ <widget class="QFrame" name="GradientEditorBase">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>210</width>
+ <height>172</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string notr="true">Frame</string>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Plain</enum>
+ </property>
+ <layout class="QGridLayout" name="gridLayout">
+ <property name="margin">
+ <number>4</number>
+ </property>
+ <property name="spacing">
+ <number>2</number>
+ </property>
+ <item row="0" column="0" colspan="2">
+ <widget class="GradientPreview" name="Preview">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>200</width>
+ <height>70</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>3000</width>
+ <height>70</height>
+ </size>
+ </property>
+ <property name="frameShape">
+ <enum>QFrame::Panel</enum>
+ </property>
+ <property name="frameShadow">
+ <enum>QFrame::Sunken</enum>
+ </property>
+ <property name="lineWidth">
+ <number>2</number>
+ </property>
</widget>
</item>
<item row="1" column="0">
@@ -62,16 +62,16 @@
<property name="text">
<string>Position:</string>
</property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="ScrSpinBox" name="stopPos">
- <property name="suffix">
- <string> %</string>
- </property>
- <property name="maximum">
- <number>100</number>
- </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="ScrSpinBox" name="stopPos">
+ <property name="suffix">
+ <string> %</string>
+ </property>
+ <property name="maximum">
+ <number>100</number>
+ </property>
</widget>
</item>
<item row="2" column="0">
@@ -79,9 +79,9 @@
<property name="text">
<string>Color:</string>
</property>
- </widget>
- </item>
- <item row="2" column="1">
+ </widget>
+ </item>
+ <item row="2" column="1">
<widget class="ColorCombo" name="stopColor"/>
</item>
<item row="3" column="0">
@@ -89,22 +89,22 @@
<property name="text">
<string>Opacity:</string>
</property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="ScrSpinBox" name="stopOpacity">
- <property name="suffix">
- <string> %</string>
- </property>
- <property name="maximum">
- <number>100</number>
- </property>
- <property name="singleStep">
- <number>10</number>
- </property>
- <property name="value">
- <number>100</number>
- </property>
+ </widget>
+ </item>
+ <item row="3" column="1">
+ <widget class="ScrSpinBox" name="stopOpacity">
+ <property name="suffix">
+ <string> %</string>
+ </property>
+ <property name="maximum">
+ <number>100</number>
+ </property>
+ <property name="singleStep">
+ <number>10</number>
+ </property>
+ <property name="value">
+ <number>100</number>
+ </property>
</widget>
</item>
<item row="4" column="0">
@@ -112,44 +112,44 @@
<property name="text">
<string>Shade:</string>
</property>
- </widget>
- </item>
- <item row="4" column="1">
- <widget class="ScrSpinBox" name="stopShade">
- <property name="suffix">
- <string> %</string>
- </property>
- <property name="maximum">
- <number>100</number>
- </property>
- <property name="singleStep">
- <number>10</number>
- </property>
- <property name="value">
- <number>100</number>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ColorCombo</class>
- <extends>QComboBox</extends>
- <header>ui/colorcombo.h</header>
- </customwidget>
- <customwidget>
- <class>GradientPreview</class>
- <extends>QFrame</extends>
- <header>ui/gradientpreview.h</header>
- <container>1</container>
- </customwidget>
- <customwidget>
- <class>ScrSpinBox</class>
- <extends>QSpinBox</extends>
- <header location="global">ui/scrspinbox.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
-</ui>
+ </widget>
+ </item>
+ <item row="4" column="1">
+ <widget class="ScrSpinBox" name="stopShade">
+ <property name="suffix">
+ <string> %</string>
+ </property>
+ <property name="maximum">
+ <number>100</number>
+ </property>
+ <property name="singleStep">
+ <number>10</number>
+ </property>
+ <property name="value">
+ <number>100</number>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <customwidgets>
+ <customwidget>
+ <class>ColorCombo</class>
+ <extends>QComboBox</extends>
+ <header>ui/colorcombo.h</header>
+ </customwidget>
+ <customwidget>
+ <class>GradientPreview</class>
+ <extends>QFrame</extends>
+ <header>ui/gradientpreview.h</header>
+ <container>1</container>
+ </customwidget>
+ <customwidget>
+ <class>ScrSpinBox</class>
+ <extends>QSpinBox</extends>
+ <header location="global">ui/scrspinbox.h</header>
+ </customwidget>
+ </customwidgets>
+ <resources/>
+ <connections/>
+</ui>
Modified: trunk/Scribus/scribus/ui/propertywidget_advancedbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21619&path=/trunk/Scribus/scribus/ui/propertywidget_advancedbase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/propertywidget_advancedbase.ui (original)
+++ trunk/Scribus/scribus/ui/propertywidget_advancedbase.ui Fri Dec 9 07:59:34 2016
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>Frame</string>
+ <string notr="true">Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Modified: trunk/Scribus/scribus/ui/propertywidget_distancebase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21619&path=/trunk/Scribus/scribus/ui/propertywidget_distancebase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/propertywidget_distancebase.ui (original)
+++ trunk/Scribus/scribus/ui/propertywidget_distancebase.ui Fri Dec 9 07:59:34 2016
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>Frame</string>
+ <string notr="true">Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Modified: trunk/Scribus/scribus/ui/propertywidget_flopbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21619&path=/trunk/Scribus/scribus/ui/propertywidget_flopbase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/propertywidget_flopbase.ui (original)
+++ trunk/Scribus/scribus/ui/propertywidget_flopbase.ui Fri Dec 9 07:59:34 2016
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>Frame</string>
+ <string notr="true">Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Modified: trunk/Scribus/scribus/ui/propertywidget_fontfeaturesbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21619&path=/trunk/Scribus/scribus/ui/propertywidget_fontfeaturesbase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/propertywidget_fontfeaturesbase.ui (original)
+++ trunk/Scribus/scribus/ui/propertywidget_fontfeaturesbase.ui Fri Dec 9 07:59:34 2016
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>Frame</string>
+ <string notr="true">Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Modified: trunk/Scribus/scribus/ui/propertywidget_hyphenationbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21619&path=/trunk/Scribus/scribus/ui/propertywidget_hyphenationbase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/propertywidget_hyphenationbase.ui (original)
+++ trunk/Scribus/scribus/ui/propertywidget_hyphenationbase.ui Fri Dec 9 07:59:34 2016
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>Frame</string>
+ <string notr="true">Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Modified: trunk/Scribus/scribus/ui/propertywidget_optmarginsbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21619&path=/trunk/Scribus/scribus/ui/propertywidget_optmarginsbase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/propertywidget_optmarginsbase.ui (original)
+++ trunk/Scribus/scribus/ui/propertywidget_optmarginsbase.ui Fri Dec 9 07:59:34 2016
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>Frame</string>
+ <string notr="true">Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Modified: trunk/Scribus/scribus/ui/propertywidget_pathtextbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21619&path=/trunk/Scribus/scribus/ui/propertywidget_pathtextbase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/propertywidget_pathtextbase.ui (original)
+++ trunk/Scribus/scribus/ui/propertywidget_pathtextbase.ui Fri Dec 9 07:59:34 2016
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>Frame</string>
+ <string notr="true">Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Modified: trunk/Scribus/scribus/ui/propertywidget_textcolorbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21619&path=/trunk/Scribus/scribus/ui/propertywidget_textcolorbase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/propertywidget_textcolorbase.ui (original)
+++ trunk/Scribus/scribus/ui/propertywidget_textcolorbase.ui Fri Dec 9 07:59:34 2016
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>Frame</string>
+ <string notr="true">Frame</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
Modified: trunk/Scribus/scribus/ui/smfontfeaturesbase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=21619&path=/trunk/Scribus/scribus/ui/smfontfeaturesbase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/smfontfeaturesbase.ui (original)
+++ trunk/Scribus/scribus/ui/smfontfeaturesbase.ui Fri Dec 9 07:59:34 2016
@@ -1,476 +1,476 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>smFontFeaturesBase</class>
- <widget class="QWidget" name="smFontFeaturesBase">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>415</width>
- <height>488</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <widget class="QLabel" name="statusLabel">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string><html><head/><body><p><span style=" font-weight:600; color:#008000;">The current selected font does not have any font features.</span></p></body></html></string>
- </property>
- <property name="textFormat">
- <enum>Qt::RichText</enum>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="ligaturesGroupBox">
- <property name="title">
- <string> Ligatures</string>
- </property>
- <layout class="QFormLayout" name="formLayout">
- <item row="0" column="0">
- <widget class="QCheckBox" name="CommonCheck">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip">
- <string>Common Ligtures (liga)</string>
- </property>
- <property name="text">
- <string>Common Ligatures</string>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QCheckBox" name="DiscretinoryCheck">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip">
- <string>Discretionary Ligatures (dlig)</string>
- </property>
- <property name="text">
- <string>Discretionary Ligatures</string>
- </property>
- <property name="autoExclusive">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QCheckBox" name="ContextualCheck">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip">
- <string>Contextual Ligatures (clig)</string>
- </property>
- <property name="text">
- <string>Contextual Ligatures</string>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- <property name="autoRepeat">
- <bool>false</bool>
- </property>
- <property name="autoExclusive">
- <bool>false</bool>
- </property>
- <property name="tristate">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QCheckBox" name="HistoricalCheck">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip">
- <string>Historical Ligatures (hlig)</string>
- </property>
- <property name="text">
- <string>Historical Ligatures</string>
- </property>
- <property name="checked">
- <bool>false</bool>
- </property>
- <property name="autoExclusive">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="capitalsGroupBox">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title">
- <string>Capitals && Position</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_3">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="capitalsLabel">
- <property name="text">
- <string>Capitals:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="capitalsComboBox">
- <item>
- <property name="text">
- <string>Default Capitals</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Small Capitals</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Petite Capitals</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Unicase</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Titling</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Petite Capitals from Captials</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Small Capitals from Captials</string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_4">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QLabel" name="positionLabel">
- <property name="text">
- <string>Position:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="positionComboBox">
- <item>
- <property name="text">
- <string>Default Position</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Subscript</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Superscript</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Ordinals</string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_5">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <widget class="QGroupBox" name="numeralsGroupBox">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title">
- <string>Numerals</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
- <widget class="QLabel" name="styleLabel">
- <property name="text">
- <string>Style:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="numeralComboBox">
- <item>
- <property name="text">
- <string>Default Numerals</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Lining</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Old Style</string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_4">
- <item>
- <widget class="QLabel" name="widthLabel">
- <property name="text">
- <string>Width:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="widthComboBox">
- <item>
- <property name="text">
- <string>Default Numeral Width</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Proportional</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Tabular</string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_5">
- <item>
- <widget class="QLabel" name="fractionLabel">
- <property name="text">
- <string>Fraction:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="fractionComboBox">
- <item>
- <property name="text">
- <string>No Fractions</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Diagonal Fractions</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Stacked Fractions</string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_3">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QCheckBox" name="SlashedZeroCheck">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="toolTip">
- <string>Slashed Zero (zero)</string>
- </property>
- <property name="text">
- <string>Slashed Zero</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_6">
- <item>
- <widget class="QLabel" name="stylisticSetsLabel">
- <property name="text">
- <string>Stylistic Sets:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QCommandLinkButton" name="commandLinkButton">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>168</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>click to select</string>
- </property>
- <property name="checkable">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_6">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
-</ui>
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>smFontFeaturesBase</class>
+ <widget class="QWidget" name="smFontFeaturesBase">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>415</width>
+ <height>488</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string notr="true">Form</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_2">
+ <item>
+ <widget class="QLabel" name="statusLabel">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string><html><head/><body><p><span style=" font-weight:600; color:#008000;">The current selected font does not have any font features.</span></p></body></html></string>
+ </property>
+ <property name="textFormat">
+ <enum>Qt::RichText</enum>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="ligaturesGroupBox">
+ <property name="title">
+ <string> Ligatures</string>
+ </property>
+ <layout class="QFormLayout" name="formLayout">
+ <item row="0" column="0">
+ <widget class="QCheckBox" name="CommonCheck">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip">
+ <string>Common Ligtures (liga)</string>
+ </property>
+ <property name="text">
+ <string>Common Ligatures</string>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QCheckBox" name="DiscretinoryCheck">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip">
+ <string>Discretionary Ligatures (dlig)</string>
+ </property>
+ <property name="text">
+ <string>Discretionary Ligatures</string>
+ </property>
+ <property name="autoExclusive">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0">
+ <widget class="QCheckBox" name="ContextualCheck">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip">
+ <string>Contextual Ligatures (clig)</string>
+ </property>
+ <property name="text">
+ <string>Contextual Ligatures</string>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
+ <property name="autoRepeat">
+ <bool>false</bool>
+ </property>
+ <property name="autoExclusive">
+ <bool>false</bool>
+ </property>
+ <property name="tristate">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QCheckBox" name="HistoricalCheck">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip">
+ <string>Historical Ligatures (hlig)</string>
+ </property>
+ <property name="text">
+ <string>Historical Ligatures</string>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
+ <property name="autoExclusive">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="capitalsGroupBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title">
+ <string>Capitals && Position</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_3">
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QLabel" name="capitalsLabel">
+ <property name="text">
+ <string>Capitals:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="capitalsComboBox">
+ <item>
+ <property name="text">
+ <string>Default Capitals</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Small Capitals</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Petite Capitals</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Unicase</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Titling</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Petite Capitals from Captials</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Small Capitals from Captials</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_4">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <widget class="QLabel" name="positionLabel">
+ <property name="text">
+ <string>Position:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="positionComboBox">
+ <item>
+ <property name="text">
+ <string>Default Position</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Subscript</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Superscript</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Ordinals</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_5">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <widget class="QGroupBox" name="numeralsGroupBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title">
+ <string>Numerals</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
+ <item>
+ <widget class="QLabel" name="styleLabel">
+ <property name="text">
+ <string>Style:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="numeralComboBox">
+ <item>
+ <property name="text">
+ <string>Default Numerals</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Lining</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Old Style</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
+ <item>
+ <widget class="QLabel" name="widthLabel">
+ <property name="text">
+ <string>Width:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="widthComboBox">
+ <item>
+ <property name="text">
+ <string>Default Numeral Width</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Proportional</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Tabular</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_5">
+ <item>
+ <widget class="QLabel" name="fractionLabel">
+ <property name="text">
+ <string>Fraction:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QComboBox" name="fractionComboBox">
+ <item>
+ <property name="text">
+ <string>No Fractions</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Diagonal Fractions</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
+ <string>Stacked Fractions</string>
+ </property>
+ </item>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_3">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="SlashedZeroCheck">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
+ <property name="toolTip">
+ <string>Slashed Zero (zero)</string>
+ </property>
+ <property name="text">
+ <string>Slashed Zero</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_6">
+ <item>
+ <widget class="QLabel" name="stylisticSetsLabel">
+ <property name="text">
+ <string>Stylistic Sets:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCommandLinkButton" name="commandLinkButton">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>168</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>click to select</string>
+ </property>
+ <property name="checkable">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_6">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>
More information about the scribus-commit
mailing list