From 98584b07ac3841d30fed94cada5eaaba9759692d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 29 Nov 2003 15:49:10 +0000 Subject: [PATCH] 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 --- src/frontends/qt2/ChangeLog | 5 + src/frontends/qt2/ui/QParagraphDialogBase.ui | 147 ++++++++++++------- 2 files changed, 102 insertions(+), 50 deletions(-) diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 06fbfc59c9..393489c9d4 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,8 @@ +2003-11-29 Juergen Spitzmueller + + * QParagraph.C: whitespace + * ui/QParagraphDialogBase.ui: restore lost connections. + 2003-11-29 Juergen Spitzmueller * QVSpace.[Ch]: (new) diff --git a/src/frontends/qt2/ui/QParagraphDialogBase.ui b/src/frontends/qt2/ui/QParagraphDialogBase.ui index 6fa96151a9..9a6fe5102f 100644 --- a/src/frontends/qt2/ui/QParagraphDialogBase.ui +++ b/src/frontends/qt2/ui/QParagraphDialogBase.ui @@ -13,8 +13,8 @@ 0 0 - 411 - 250 + 400 + 214 @@ -230,7 +230,7 @@ - + QButtonGroup name @@ -244,56 +244,69 @@ title Label Width - - QLabel + - name - TextLabel2 - - - geometry - - 11 - 26 - 84 - 30 - - - - text - Lo&ngest label - - - buddy - labelWidth - - - toolTip - This text defines the width of the paragraph label - - - - QLineEdit - - name - labelWidth + margin + 11 - geometry - - 101 - 26 - 275 - 30 - - - - toolTip - This text defines the width of the paragraph label + spacing + 6 - + + QLineEdit + + name + labelWidth + + + toolTip + This text defines the width of the paragraph label + + + + QLabel + + name + TextLabel2 + + + text + Lo&ngest label + + + buddy + labelWidth + + + toolTip + This text defines the width of the paragraph label + + + - + + + name + Spacer5 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + QLayoutWidget name @@ -398,10 +411,44 @@ + + align + activated(int) + QParagraphDialogBase + change_adaptor() + + + linespacing + activated(int) + QParagraphDialogBase + change_adaptor() + + + linespacing + activated(int) + QParagraphDialogBase + enableLinespacingValue(int) + + + linespacingValue + textChanged(const QString&) + QParagraphDialogBase + change_adaptor() + + + indentCB + toggled(bool) + QParagraphDialogBase + change_adaptor() + + + labelWidth + textChanged(const QString&) + QParagraphDialogBase + change_adaptor() + change_adaptor() enableLinespacingValue(int) - enableAbove(int) - enableBelow(int) restorePB -- 2.39.2