r23699 by jghali - Fix wrong flow mode buttons order in PP shape tab
scribus-commit
scribus-commit at lists.scribus.net
Tue May 5 18:00:03 UTC 2020
Author: jghali
Date: Tue May 5 18:00:03 2020
New Revision: 23699
URL: http://scribus.net/websvn/listing.php?repname=Scribus&sc=1&rev=23699
Log:
Fix wrong flow mode buttons order in PP shape tab
Modified:
trunk/Scribus/scribus/ui/propertiespalette_shapebase.ui
Modified: trunk/Scribus/scribus/ui/propertiespalette_shapebase.ui
URL: http://scribus.net/websvn/diff.php?repname=Scribus&rev=23699&path=/trunk/Scribus/scribus/ui/propertiespalette_shapebase.ui
==============================================================================
--- trunk/Scribus/scribus/ui/propertiespalette_shapebase.ui (original)
+++ trunk/Scribus/scribus/ui/propertiespalette_shapebase.ui Tue May 5 18:00:03 2020
@@ -41,9 +41,77 @@
<item row="3" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
+ <widget class="QToolButton" name="textFlowDisabled">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>22</width>
+ <height>16777215</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Text flow around frame disabled</string>
+ </property>
+ <property name="text">
+ <string>Disabled</string>
+ </property>
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="autoExclusive">
+ <bool>true</bool>
+ </property>
+ <property name="toolButtonStyle">
+ <enum>Qt::ToolButtonIconOnly</enum>
+ </property>
+ <attribute name="buttonGroup">
+ <string notr="true">textFlowBtnGroup</string>
+ </attribute>
+ </widget>
+ </item>
+ <item>
+ <widget class="QToolButton" name="textFlowUsesFrameShape">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>22</width>
+ <height>16777215</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Text flow around frame shape</string>
+ </property>
+ <property name="text">
+ <string>Use Frame &Shape</string>
+ </property>
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="autoExclusive">
+ <bool>true</bool>
+ </property>
+ <property name="toolButtonStyle">
+ <enum>Qt::ToolButtonIconOnly</enum>
+ </property>
+ <attribute name="buttonGroup">
+ <string notr="true">textFlowBtnGroup</string>
+ </attribute>
+ </widget>
+ </item>
+ <item>
<widget class="QToolButton" name="textFlowUsesBoundingBox">
<property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -59,74 +127,6 @@
</property>
<property name="text">
<string>Use &Bounding Box</string>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="autoExclusive">
- <bool>true</bool>
- </property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonIconOnly</enum>
- </property>
- <attribute name="buttonGroup">
- <string notr="true">textFlowBtnGroup</string>
- </attribute>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="textFlowUsesFrameShape">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="maximumSize">
- <size>
- <width>22</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Text flow around frame shape</string>
- </property>
- <property name="text">
- <string>Use Frame &Shape</string>
- </property>
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="autoExclusive">
- <bool>true</bool>
- </property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonIconOnly</enum>
- </property>
- <attribute name="buttonGroup">
- <string notr="true">textFlowBtnGroup</string>
- </attribute>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="textFlowDisabled">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="maximumSize">
- <size>
- <width>22</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="toolTip">
- <string>Text flow around frame disabled</string>
- </property>
- <property name="text">
- <string>Disabled</string>
</property>
<property name="checkable">
<bool>true</bool>
@@ -389,7 +389,7 @@
<resources/>
<connections/>
<buttongroups>
+ <buttongroup name="textFlowBtnGroup"/>
<buttongroup name="fillRuleBtnGroup"/>
- <buttongroup name="textFlowBtnGroup"/>
</buttongroups>
</ui>
More information about the scribus-commit
mailing list