Restore lost connections in the Qt paragraph dialog

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8155 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2003-11-29 15:49:10 +00:00
parent 2e1abd05a7
commit 98584b07ac
2 changed files with 102 additions and 50 deletions

View File

@ -1,3 +1,8 @@
2003-11-29 Juergen Spitzmueller <j.spitzmueller@gmx.de>
* QParagraph.C: whitespace
* ui/QParagraphDialogBase.ui: restore lost connections.
2003-11-29 Juergen Spitzmueller <j.spitzmueller@gmx.de> 2003-11-29 Juergen Spitzmueller <j.spitzmueller@gmx.de>
* QVSpace.[Ch]: (new) * QVSpace.[Ch]: (new)

View File

@ -13,8 +13,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>411</width> <width>400</width>
<height>250</height> <height>214</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property stdset="1">
@ -230,7 +230,7 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget row="4" column="0" rowspan="1" colspan="3" > <widget row="3" column="0" rowspan="1" colspan="3" >
<class>QButtonGroup</class> <class>QButtonGroup</class>
<property stdset="1"> <property stdset="1">
<name>name</name> <name>name</name>
@ -244,56 +244,69 @@
<name>title</name> <name>title</name>
<string>Label Width</string> <string>Label Width</string>
</property> </property>
<widget> <grid>
<class>QLabel</class>
<property stdset="1"> <property stdset="1">
<name>name</name> <name>margin</name>
<cstring>TextLabel2</cstring> <number>11</number>
</property> </property>
<property stdset="1"> <property stdset="1">
<name>geometry</name> <name>spacing</name>
<rect> <number>6</number>
<x>11</x>
<y>26</y>
<width>84</width>
<height>30</height>
</rect>
</property> </property>
<property stdset="1"> <widget row="0" column="1" >
<name>text</name> <class>QLineEdit</class>
<string>Lo&amp;ngest label</string> <property stdset="1">
</property> <name>name</name>
<property> <cstring>labelWidth</cstring>
<name>buddy</name> </property>
<cstring>labelWidth</cstring> <property>
</property> <name>toolTip</name>
<property> <string>This text defines the width of the paragraph label</string>
<name>toolTip</name> </property>
<string>This text defines the width of the paragraph label</string> </widget>
</property> <widget row="0" column="0" >
</widget> <class>QLabel</class>
<widget> <property stdset="1">
<class>QLineEdit</class> <name>name</name>
<property stdset="1"> <cstring>TextLabel2</cstring>
<name>name</name> </property>
<cstring>labelWidth</cstring> <property stdset="1">
</property> <name>text</name>
<property stdset="1"> <string>Lo&amp;ngest label</string>
<name>geometry</name> </property>
<rect> <property>
<x>101</x> <name>buddy</name>
<y>26</y> <cstring>labelWidth</cstring>
<width>275</width> </property>
<height>30</height> <property>
</rect> <name>toolTip</name>
</property> <string>This text defines the width of the paragraph label</string>
<property> </property>
<name>toolTip</name> </widget>
<string>This text defines the width of the paragraph label</string> </grid>
</property>
</widget>
</widget> </widget>
<widget row="6" column="0" rowspan="1" colspan="3" > <spacer row="4" column="2" >
<property>
<name>name</name>
<cstring>Spacer5</cstring>
</property>
<property stdset="1">
<name>orientation</name>
<enum>Vertical</enum>
</property>
<property stdset="1">
<name>sizeType</name>
<enum>Expanding</enum>
</property>
<property>
<name>sizeHint</name>
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget row="5" column="0" rowspan="1" colspan="3" >
<class>QLayoutWidget</class> <class>QLayoutWidget</class>
<property stdset="1"> <property stdset="1">
<name>name</name> <name>name</name>
@ -398,10 +411,44 @@
</grid> </grid>
</widget> </widget>
<connections> <connections>
<connection>
<sender>align</sender>
<signal>activated(int)</signal>
<receiver>QParagraphDialogBase</receiver>
<slot>change_adaptor()</slot>
</connection>
<connection>
<sender>linespacing</sender>
<signal>activated(int)</signal>
<receiver>QParagraphDialogBase</receiver>
<slot>change_adaptor()</slot>
</connection>
<connection>
<sender>linespacing</sender>
<signal>activated(int)</signal>
<receiver>QParagraphDialogBase</receiver>
<slot>enableLinespacingValue(int)</slot>
</connection>
<connection>
<sender>linespacingValue</sender>
<signal>textChanged(const QString&amp;)</signal>
<receiver>QParagraphDialogBase</receiver>
<slot>change_adaptor()</slot>
</connection>
<connection>
<sender>indentCB</sender>
<signal>toggled(bool)</signal>
<receiver>QParagraphDialogBase</receiver>
<slot>change_adaptor()</slot>
</connection>
<connection>
<sender>labelWidth</sender>
<signal>textChanged(const QString&amp;)</signal>
<receiver>QParagraphDialogBase</receiver>
<slot>change_adaptor()</slot>
</connection>
<slot access="protected">change_adaptor()</slot> <slot access="protected">change_adaptor()</slot>
<slot access="protected">enableLinespacingValue(int)</slot> <slot access="protected">enableLinespacingValue(int)</slot>
<slot access="protected">enableAbove(int)</slot>
<slot access="protected">enableBelow(int)</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>restorePB</tabstop> <tabstop>restorePB</tabstop>