From 542c82edbe67844bd23f6cd854d3e9b2e01f9431 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Mon, 21 Mar 2005 08:31:54 +0000 Subject: [PATCH] fix preferences dialog layout git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9725 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/ChangeLog | 4 + src/frontends/qt2/ui/QPrefLatexModule.ui | 599 ++++++++++++----------- 2 files changed, 304 insertions(+), 299 deletions(-) diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 9a7699155a..f33dc6b9e8 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,7 @@ +2005-03-18 Georg Baum + + * ui/QPrefLatexModule.ui: fix layout + 2005-02-18 Michael Schmitt * ui/QRefDialogBase.ui: substitute "reference" by "label" diff --git a/src/frontends/qt2/ui/QPrefLatexModule.ui b/src/frontends/qt2/ui/QPrefLatexModule.ui index 24ece98f4b..19ea5b1e68 100644 --- a/src/frontends/qt2/ui/QPrefLatexModule.ui +++ b/src/frontends/qt2/ui/QPrefLatexModule.ui @@ -13,7 +13,7 @@ 0 0 - 371 + 433 350 @@ -21,340 +21,341 @@ caption LaTeX settings - - QLayoutWidget + - name - Layout3 + margin + 11 - geometry - - 10 - 10 - 348 - 315 - + spacing + 6 - + + QLayoutWidget - margin - 0 + name + Layout3 - - spacing - 6 - - - - name - Spacer3 - + - orientation - Vertical + margin + 0 - sizeType - Expanding - - - sizeHint - - 20 - 20 - - - - - QCheckBox - - name - latexAutoresetCB - - - text - &Reset class options when document class changes - - - toolTip - Set class options to default on class change + spacing + 6 - - - QGroupBox - - name - GroupBox3 - - - title - External Applications - - + + + name + Spacer3 + - margin - 11 + orientation + Vertical - spacing - 6 + sizeType + Expanding - - QLineEdit - - name - latexChecktexED - - - toolTip - CheckTeX start options and flags - - - - QLabel - - name - latexChecktexLA - - - text - Chec&kTeX command: - - - buddy - latexChecktexED - - - - QLineEdit - - name - latexBibtexED - - - toolTip - BibTeX command and options - - - - QLabel - - name - latexBibtexLA - - - text - &BibTeX command: - - - buddy - latexChecktexED - - - - QLineEdit - - name - latexIndexED - - - toolTip - Index command and options (makeindex, xindy) - - - - QLabel - - name - latexIndexLA - - - text - Index command: - - - buddy - latexDviPaperED - - - - QLabel - - name - latexDviPaperLA - - - text - DVI viewer paper size options: - - - buddy - latexDviPaperED - - - - QLineEdit - - name - latexDviPaperED - - - toolTip - Optional paper size flag (-paper) for some DVI viewers - - - - - - QLayoutWidget - - name - Layout4 - - + + sizeHint + + 20 + 20 + + + + + QCheckBox - margin - 0 + name + latexAutoresetCB - spacing - 6 + text + &Reset class options when document class changes - - QLayoutWidget + + toolTip + Set class options to default on class change + + + + QGroupBox + + name + GroupBox3 + + + title + External Applications + + + + margin + 11 + - name - Layout3 + spacing + 6 - + + QLineEdit - margin - 0 + name + latexChecktexED + + + toolTip + CheckTeX start options and flags + + + QLabel - spacing - 6 + name + latexChecktexLA - - QComboBox - - - text - Default + + text + Chec&kTeX command: + + + buddy + latexChecktexED + + + + QLineEdit + + name + latexBibtexED + + + toolTip + BibTeX command and options + + + + QLabel + + name + latexBibtexLA + + + text + &BibTeX command: + + + buddy + latexChecktexED + + + + QLineEdit + + name + latexIndexED + + + toolTip + Index command and options (makeindex, xindy) + + + + QLabel + + name + latexIndexLA + + + text + Index command: + + + buddy + latexDviPaperED + + + + QLabel + + name + latexDviPaperLA + + + text + DVI viewer paper size options: + + + buddy + latexDviPaperED + + + + QLineEdit + + name + latexDviPaperED + + + toolTip + Optional paper size flag (-paper) for some DVI viewers + + + + + + QLayoutWidget + + name + Layout4 + + + + margin + 0 + + + spacing + 6 + + + QLayoutWidget + + name + Layout3 + + + + margin + 0 + + + spacing + 6 + + + QComboBox + + + text + Default + + + + + text + US Letter + + + + + text + Legal + + + + + text + Executive + + + + + text + A3 + + + + + text + A4 + + + + + text + A5 + + + + + text + B5 + + + + name + latexPaperSizeCO - - - - text - US Letter + + + QLineEdit + + name + latexEncodingED - - - - text - Legal + + + QLabel + + name + latexEncodingLA - - - + text - Executive + Te&X encoding: - - - text - A3 + buddy + latexEncodingED - - - - text - A4 + + + QLabel + + name + latexPaperSizeLA - - - + text - A5 + Default paper si&ze: - - - text - B5 + buddy + latexPaperSizeCO - - - name - latexPaperSizeCO - - - - QLineEdit - - name - latexEncodingED - - - - QLabel - - name - latexEncodingLA - - - text - Te&X encoding: - - - buddy - latexEncodingED - - - - QLabel - - name - latexPaperSizeLA - - - text - Default paper si&ze: - - - buddy - latexPaperSizeCO - - - - - - - name - Spacer4 - - - orientation - Horizontal - - - sizeType - Expanding - - - sizeHint - - 20 - 20 - - - - - - - + + + + + + name + Spacer4 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + + + latexEncodingED -- 2.39.5