From 6be89f23db472b51bf8d15bd493b9ab8c15006b6 Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 17 Oct 2002 17:14:22 +0000 Subject: [PATCH] Fix from Juergen. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5436 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/ChangeLog | 4 + src/frontends/qt2/ui/QSendtoDialog.ui | 341 ++++++++++++-------------- 2 files changed, 157 insertions(+), 188 deletions(-) diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 33ff673428..eaab34edac 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,7 @@ +2002-10-17 Juergen Spitzmueller + + * ui/QSendtoDialog.ui: fix layout + 2002-10-17 Angus Leeming * lyx_gui.C (getDPI): use an average of DpiX and DpiY. diff --git a/src/frontends/qt2/ui/QSendtoDialog.ui b/src/frontends/qt2/ui/QSendtoDialog.ui index f501a5bb29..ba6d0f657c 100644 --- a/src/frontends/qt2/ui/QSendtoDialog.ui +++ b/src/frontends/qt2/ui/QSendtoDialog.ui @@ -13,7 +13,7 @@ 0 0 - 278 + 276 262 @@ -25,209 +25,174 @@ sizeGripEnabled true - - QComboBox + - name - commandCO + margin + 11 - geometry - - 15 - 185 - 245 - 22 - + spacing + 6 - - sizePolicy - - 3 - 0 - - - - focusPolicy - StrongFocus - - - editable - true - - - sizeLimit - 10 - - - maxCount - 666 - - - insertionPolicy - AtTop - - - autoCompletion - true - - - duplicatesEnabled - false - - - toolTip - Process the converted file with this command ($$FName = file name) - - - - QLabel - - name - commandLA - - - geometry - - 15 - 165 - 126 - 16 - - - - text - &Command: - - - buddy - commandCO - - - - QLabel - - name - formatLA - - - geometry - - 15 - 10 - 115 - 16 - - - - text - &Export formats: - - - buddy - formatLB - - - - QListBox - - + + QLabel + + name + commandLA + + text - New Item + &Command: - - - name - formatLB - - - geometry - - 15 - 30 - 245 - 125 - - - - maximumSize - - 32767 - 32767 - - - - toolTip - Available export converters - - - - QLayoutWidget - - name - Layout6 - - - geometry - - 11 - 225 - 256 - 24 - - - + + buddy + commandCO + + + + QLabel - margin - 0 + name + formatLA - spacing - 6 + text + &Export formats: - - QPushButton - - name - okPB - - - text - OK - - - autoDefault - true - - - default - false - - - - QPushButton + + buddy + formatLB + + + + QLayoutWidget + + name + Layout6 + + - name - applyPB + margin + 0 - text - &Apply + spacing + 6 - - - QPushButton - - name - closePB - - + + QPushButton + + name + okPB + + + text + OK + + + autoDefault + true + + + default + false + + + + QPushButton + + name + applyPB + + + text + &Apply + + + + QPushButton + + name + closePB + + + text + Cancel + + + + + + QComboBox + + name + commandCO + + + sizePolicy + + 3 + 0 + + + + focusPolicy + StrongFocus + + + editable + true + + + sizeLimit + 10 + + + maxCount + 666 + + + insertionPolicy + AtTop + + + autoCompletion + true + + + duplicatesEnabled + false + + + toolTip + Process the converted file with this command ($$FName = file name) + + + + QListBox + + text - Cancel + New Item - - - + + + name + formatLB + + + maximumSize + + 32767 + 32767 + + + + toolTip + Available export converters + + + -- 2.39.5