From 0b5c26c45ca8cae7ba67c80e56f1b65385dbff9f Mon Sep 17 00:00:00 2001 From: Edwin Leuven Date: Fri, 31 Aug 2001 12:48:41 +0000 Subject: [PATCH] return of the minipage dialog tweak git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2644 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/ChangeLog | 4 + src/frontends/qt2/ui/QMinipageDialog.ui | 283 ++++++++++++++---------- 2 files changed, 169 insertions(+), 118 deletions(-) diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 168ad4be99..8d46a427c4 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,7 @@ +2001-08-31 Edwin Leuven + + * ui/QMinipageDialog.ui: layout tweak again (but it's getting better) + 2001-08-31 Edwin Leuven * ui/QGraphicsDialog.ui : minor layout tweak diff --git a/src/frontends/qt2/ui/QMinipageDialog.ui b/src/frontends/qt2/ui/QMinipageDialog.ui index 21c9bbed5f..d3250f54b6 100644 --- a/src/frontends/qt2/ui/QMinipageDialog.ui +++ b/src/frontends/qt2/ui/QMinipageDialog.ui @@ -14,8 +14,8 @@ 0 0 - 287 - 181 + 296 + 184 @@ -31,12 +31,79 @@ spacing 6 + + QPushButton + + name + restorePB + + + text + &Restore + + + default + true + + + toolTip + + + + + LengthCombo + + name + unitsLC + + + sizePolicy + + 3 + 0 + + + + minimumSize + + 40 + 22 + + + + focusPolicy + StrongFocus + + + toolTip + Units of width value + + + + QLineEdit + + name + widthED + + + toolTip + Width value + + QLabel name widthLA + + frameShape + MShape + + + frameShadow + MShadow + text &Width: @@ -46,12 +113,19 @@ widthED - + QButtonGroup name alignmentBG + + sizePolicy + + 5 + 7 + + frameShape Box @@ -124,133 +198,106 @@ - - QPushButton - - name - closePB - - - text - &Close - - - - QPushButton - - name - okPB - - - text - &OK - - - default - true - - - toolTip - - - - - QPushButton + + QLayoutWidget name - applyPB - - - text - &Apply - - - default - true - - - toolTip - + Layout1 + + + margin + 0 + + + spacing + 6 + + + QPushButton + + name + okPB + + + text + &OK + + + default + true + + + toolTip + + + + + QPushButton + + name + closePB + + + text + &Close + + + + + name + Spacer145 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QPushButton + + name + applyPB + + + text + &Apply + + + default + true + + + toolTip + + + + - QLineEdit - - name - widthED - - - toolTip - Width value - - - - LengthCombo - - name - unitsLC - - - sizePolicy - - 3 - 1 - - - - minimumSize - - 40 - 20 - - - - focusPolicy - StrongFocus - - - toolTip - Units of width value - - - - - name - Spacer145 - - - orientation - Vertical - - - sizeType - Expanding - - - sizeHint - - 20 - 20 - - - - - QPushButton + QLabel name - restorePB + unitsLA text - &Restore - - - default - true + &Units: - toolTip - + buddy + unitsLC -- 2.39.2