From 067a4819b8c1976a439f4ca0e1a6e4c15d5de411 Mon Sep 17 00:00:00 2001 From: Edwin Leuven Date: Sun, 2 Sep 2001 19:34:01 +0000 Subject: [PATCH] reworked layout git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2659 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/ChangeLog | 4 + src/frontends/qt2/ui/QSpellcheckerDialog.ui | 613 +++++++++----------- 2 files changed, 269 insertions(+), 348 deletions(-) diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 31ebdd2ebe..b71fdf833e 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,7 @@ +2001-09-02 Edwin Leuven + + * ui/QSpellcheckerDialog.ui: reworded layout + 2001-09-02 Edwin Leuven * QMinipage.C: remove radiobutton add combox diff --git a/src/frontends/qt2/ui/QSpellcheckerDialog.ui b/src/frontends/qt2/ui/QSpellcheckerDialog.ui index 207f4be45c..927f763f11 100644 --- a/src/frontends/qt2/ui/QSpellcheckerDialog.ui +++ b/src/frontends/qt2/ui/QSpellcheckerDialog.ui @@ -13,15 +13,15 @@ 0 0 - 434 - 282 + 314 + 379 caption Spellchecker - + margin 11 @@ -30,357 +30,262 @@ spacing 6 - - QLayoutWidget + + QLabel name - Layout8 - - - - margin - 0 - - - spacing - 6 - - - QLayoutWidget - - name - Layout7 - - - - margin - 0 - - - spacing - 6 - - - QLayoutWidget - - name - Layout10 - - - - margin - 0 - - - spacing - 6 - - - QLayoutWidget - - name - Layout9 - - - - margin - 0 - - - spacing - 6 - - - QLineEdit - - name - wordED - - - toolTip - Current word - - - - QComboBox - - name - replaceCO - - - focusPolicy - StrongFocus - - - editable - true - - - insertionPolicy - AtTop - - - autoCompletion - true - - - duplicatesEnabled - false - - - sizePolicy - - 3 - 0 - - - - toolTip - Replace with selected word - - - - - - - name - Spacer11 - - - orientation - Horizontal - - - sizeType - MinimumExpanding - - - sizeHint - - 20 - 20 - - - - - - - QListBox - - name - suggestionsLB - - - toolTip - Suggestions - - - - QProgressBar - - name - spellcheckPR - - - toolTip - How far spellchecking has got - - - - - - QLayoutWidget - - name - Layout5 - - - - margin - 0 - - - spacing - 6 - - - QPushButton - - name - replacePB - - - text - &Replace - - - toolTip - Replace word with current choice - - - - QPushButton - - name - ignorePB - - - text - &Ignore - - - toolTip - Ignore this word - - - - QPushButton - - name - replacePB_3 - - - text - &Accept - - - toolTip - Accept word for this session - - - - QPushButton - - name - addPB - - - text - &Add to dictionary - - - toolTip - Add the word to your personal dictionary - - - - - name - Spacer10 - - - orientation - Vertical - - - sizeType - Expanding - - - sizeHint - - 20 - 20 - - - - - - + TextLabel2 + + + text + Suggestions: + + + buddy + suggestionsLB + + + + QPushButton + + name + replacePB + + + text + &Replace + + + toolTip + Replace word with current choice + + + + QPushButton + + name + addPB + + + text + &Add + + + toolTip + Add the word to your personal dictionary + + + + QPushButton + + name + ignorePB + + + text + &Ignore + + + toolTip + Ignore this word + + + + QPushButton + + name + replacePB_3 + + + text + &Accept + + + toolTip + Accept word for this session + + + + QPushButton + + name + optionsPB + + + text + &Options... + + + + + name + Spacer6 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QPushButton + + name + closePB + + + text + &Close + + + + QProgressBar + + name + spellcheckPR + + + toolTip + How far spellchecking has got + + + + QListBox + + name + suggestionsLB + + + toolTip + Suggestions + + + + + name + Spacer10 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLabel + + name + TextLabel1 + + + text + Replacement: + + + buddy + replaceCO + + + + QLineEdit + + name + wordED + + + toolTip + Current word + + + + QLabel + + name + TextLabel3 + + + text + Unknown: + + + buddy + wordED + - - QLayoutWidget + + QComboBox name - Layout1 - - - - margin - 0 - - - spacing - 6 - - - QPushButton - - name - spellcheckPB - - - text - &Spellcheck ... - - - - - name - Spacer6 - - - orientation - Horizontal - - - sizeType - Expanding - - - sizeHint - - 20 - 20 - - - - - QPushButton - - name - optionsPB - - - text - &Options ... - - - - - name - Spacer5 - - - orientation - Horizontal - - - sizeType - Expanding - - - sizeHint - - 20 - 20 - - - - - QPushButton - - name - closePB - - - text - &Close - - - + replaceCO + + + focusPolicy + StrongFocus + + + editable + true + + + insertionPolicy + AtTop + + + autoCompletion + true + + + duplicatesEnabled + false + + + sizePolicy + + 3 + 0 + + + + toolTip + Replace with selected word + + + + QPushButton + + name + spellcheckPB + + + text + &Start... + + + toolTip + Start spellcheck + - + @@ -440,4 +345,16 @@ spellcheckClicked() suggestionChanged(const QString &) + + spellcheckPB + wordED + replaceCO + suggestionsLB + replacePB + ignorePB + replacePB_3 + addPB + optionsPB + closePB + -- 2.39.2