Expand Up
@@ -217,7 +217,7 @@
<rect >
<x >0</x >
<y >0</y >
<width >678 </width >
<width >683 </width >
<height >300</height >
</rect >
</property >
Expand Down
Expand Up
@@ -429,8 +429,8 @@
<rect >
<x >0</x >
<y >0</y >
<width >689 </width >
<height >826 </height >
<width >693 </width >
<height >709 </height >
</rect >
</property >
<layout class =" QGridLayout" name =" gridLayout_17" >
Expand Down
Expand Up
@@ -1082,6 +1082,16 @@
</property >
</widget >
</item >
<item row =" 3" column =" 1" >
<widget class =" QgsBlendModeComboBox" name =" comboBlendMode" />
</item >
<item row =" 3" column =" 0" >
<widget class =" QLabel" name =" labelBlendMode" >
<property name =" text" >
<string >Blending mode</string >
</property >
</widget >
</item >
</layout >
</item >
<item row =" 0" column =" 0" >
Expand All
@@ -1100,39 +1110,39 @@
</property >
</widget >
</item >
<item row =" 3 " column =" 0" >
<widget class =" QLabel" name =" mFontColorLabel " >
<item row =" 2 " column =" 0" >
<widget class =" QLabel" name =" mFontSizeLabel " >
<property name =" sizePolicy" >
<sizepolicy hsizetype =" Maximum" vsizetype =" Preferred" >
<horstretch >0</horstretch >
<verstretch >0</verstretch >
</sizepolicy >
</property >
<property name =" text" >
<string >Color </string >
<string >Size </string >
</property >
<property name =" alignment" >
<set >Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set >
</widget >
</item >
<item row =" 0" column =" 2" rowspan =" 5" >
<widget class =" Line" name =" line_2" >
<property name =" orientation" >
<enum >Qt::Vertical</enum >
</property >
</widget >
</item >
<item row =" 2 " column =" 0" >
<widget class =" QLabel" name =" mFontSizeLabel " >
<item row =" 3 " column =" 0" >
<widget class =" QLabel" name =" mFontColorLabel " >
<property name =" sizePolicy" >
<sizepolicy hsizetype =" Maximum" vsizetype =" Preferred" >
<horstretch >0</horstretch >
<verstretch >0</verstretch >
</sizepolicy >
</property >
<property name =" text" >
<string >Size </string >
<string >Color </string >
</property >
</widget >
</item >
<item row =" 0" column =" 2" rowspan =" 5" >
<widget class =" Line" name =" line_2" >
<property name =" orientation" >
<enum >Qt::Vertical</enum >
<property name =" alignment" >
<set >Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set >
</property >
</widget >
</item >
Expand Down
Expand Up
@@ -1260,6 +1270,16 @@
</property >
</widget >
</item >
<item row =" 2" column =" 1" >
<widget class =" QgsBlendModeComboBox" name =" comboBufferBlendMode" />
</item >
<item row =" 2" column =" 0" >
<widget class =" QLabel" name =" labelBufferBlend" >
<property name =" text" >
<string >Blending mode</string >
</property >
</widget >
</item >
</layout >
</item >
<item row =" 1" column =" 1" >
Expand Down
Expand Up
@@ -1911,8 +1931,8 @@
<rect >
<x >0</x >
<y >0</y >
<width >686 </width >
<height >618 </height >
<width >604 </width >
<height >622 </height >
</rect >
</property >
<layout class =" QGridLayout" name =" gridLayout_13" >
Expand Down
Expand Up
@@ -2360,12 +2380,12 @@
<item >
<widget class =" QFrame" name =" mMaxCharAngleFrame" >
<layout class =" QGridLayout" name =" gridLayout_22" >
<property name =" verticalSpacing" >
<number >6</number >
</property >
<property name =" margin" >
<number >0</number >
</property >
<property name =" verticalSpacing" >
<number >6</number >
</property >
<item row =" 1" column =" 4" >
<widget class =" QDoubleSpinBox" name =" mMaxCharAngleOutDSpinBox" >
<property name =" sizePolicy" >
Expand Down
Expand Up
@@ -2988,8 +3008,8 @@
<rect >
<x >0</x >
<y >0</y >
<width >686 </width >
<height >981 </height >
<width >520 </width >
<height >1043 </height >
</rect >
</property >
<layout class =" QGridLayout" name =" gridLayout_11" >
Expand Down
Expand Up
@@ -3484,6 +3504,11 @@
<extends >QComboBox</extends >
<header >qgspenstylecombobox.h</header >
</customwidget >
<customwidget >
<class >QgsBlendModeComboBox</class >
<extends >QComboBox</extends >
<header >qgsblendmodecombobox.h</header >
</customwidget >
</customwidgets >
<resources >
<include location =" ../../images/images.qrc" />
Expand Down