From f7a545e47191c11bbbe0a66b2fb8a205cbce5312 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 14 Nov 2002 06:00:07 +0000 Subject: [PATCH] small ui fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5631 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/ChangeLog | 4 + src/frontends/qt2/ui/QTabularDialog.ui | 221 +++++++++++++++---------- 2 files changed, 138 insertions(+), 87 deletions(-) diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 55a4969663..126c0b378a 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,7 @@ +2002-11-14 John Levon + + * ui/QTabularDialog.ui: label for cell pos + 2002-11-13 Herbert Voss * QBibtex.C: (apply, isValid) small changes diff --git a/src/frontends/qt2/ui/QTabularDialog.ui b/src/frontends/qt2/ui/QTabularDialog.ui index 4031e1e0e4..a7ba826d86 100644 --- a/src/frontends/qt2/ui/QTabularDialog.ui +++ b/src/frontends/qt2/ui/QTabularDialog.ui @@ -13,8 +13,8 @@ 0 0 - 434 - 334 + 452 + 307 @@ -25,7 +25,7 @@ sizeGripEnabled true - + margin 11 @@ -34,89 +34,7 @@ spacing 6 - - QLayoutWidget - - name - Layout7 - - - - margin - 0 - - - spacing - 6 - - - QLineEdit - - name - tabularRowED - - - toolTip - Current row position - - - - QLineEdit - - name - tabularColumnED - - - toolTip - Current column position - - - - - name - Spacer1 - - - orientation - Horizontal - - - sizeType - Fixed - - - sizeHint - - 275 - 26 - - - - - QPushButton - - name - closePB - - - sizePolicy - - 1 - 0 - - - - text - Close - - - autoDefault - false - - - - - + QTabWidget name @@ -1271,7 +1189,136 @@ - + + QLayoutWidget + + name + Layout2 + + + + margin + 0 + + + spacing + 6 + + + QLabel + + name + TextLabel1 + + + text + Current cell : + + + + QLineEdit + + name + tabularRowED + + + sizePolicy + + 1 + 0 + + + + maximumSize + + 40 + 32767 + + + + focusPolicy + NoFocus + + + toolTip + Current row position + + + + QLineEdit + + name + tabularColumnED + + + sizePolicy + + 1 + 0 + + + + maximumSize + + 40 + 32767 + + + + focusPolicy + NoFocus + + + toolTip + Current column position + + + + + name + Spacer1 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QPushButton + + name + closePB + + + sizePolicy + + 1 + 0 + + + + text + Close + + + autoDefault + false + + + + +