From ffeb40141fac033c7929134e2a5a23f87bc4eabb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 18 Mar 2008 16:49:05 +0000 Subject: [PATCH] PrefLanguageUi.ui: - fix layout and add some tooltips. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23810 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/ui/PrefLanguageUi.ui | 286 ++++++++++++++++--------- 1 file changed, 181 insertions(+), 105 deletions(-) diff --git a/src/frontends/qt4/ui/PrefLanguageUi.ui b/src/frontends/qt4/ui/PrefLanguageUi.ui index b8aebba723..5d220ca2c7 100644 --- a/src/frontends/qt4/ui/PrefLanguageUi.ui +++ b/src/frontends/qt4/ui/PrefLanguageUi.ui @@ -20,53 +20,50 @@ 6 - - - RTL - - - true - - - - - - - Qt::Vertical - - - QSizePolicy::Fixed - - - - 20 - 5 - - - - - - + - Select to enable support of right-to-left languages (e.g. Hebrew, Arabic). + - &Right-to-left language support + Right-to-left language support - false + true - true + false - + - 3 + 9 6 - + + + + Select to enable support of right-to-left languages (e.g. Hebrew, Arabic). + + + Enable &RTL support + + + + + + + Qt::Horizontal + + + + 101 + 20 + + + + + 0 @@ -75,7 +72,7 @@ 6 - + Cursor movement: @@ -87,7 +84,7 @@ - Logical + &Logical true @@ -97,7 +94,7 @@ - Visual + &Visual @@ -106,7 +103,17 @@ - + + + + Check to highlight foreign languages visually in the work area + + + Mark &foreign languages + + + + Qt::Vertical @@ -122,58 +129,81 @@ - + + + + Select the default language of your documents + + + 20 + + + + + + + The LaTeX command that starts a switch to a foreign language + + + + + + + Enter the command to load the language package (default: babel) + + + + + + + The LaTeX command that ends a switch to a foreign language + + + + - Qt::Vertical - - - QSizePolicy::Fixed + Qt::Horizontal - 20 - 16 + 40 + 20 - - + + - Use b&abel + &Default language: - - - - - - Mark &foreign languages + + defaultLanguageCO - - + + - Auto &end + Language pac&kage: - - - - - - Auto &begin + + languagePackageED - - + + - &Global + Command s&tart: + + + startCommandED - + Command e&nd: @@ -183,65 +213,62 @@ - - - - Command s&tart: + + + + Check to pass the language globally (to the document class), not locally (to the language package) - - startCommandED + + &Global - - - - Language pac&kage: + + + + If checked, the document language is not explicitely set by a language switch command - - languagePackageED + + Auto &begin - - + + + + If checked, the document language is not explicitely closed by a language switch command + - &Default language: + Auto &end - - defaultLanguageCO + + + + + + Use the babel package for multilingual support + + + Use b&abel - + - Qt::Horizontal + Qt::Vertical + + + QSizePolicy::Fixed - 40 - 20 + 20 + 16 - - - - - - - - - - - - - 20 - - - @@ -259,5 +286,54 @@ qt_helpers.h - + + + rtlGB + toggled(bool) + logicalCursorRB + setEnabled(bool) + + + 139 + 317 + + + 162 + 348 + + + + + rtlGB + toggled(bool) + visualCursorRB + setEnabled(bool) + + + 139 + 317 + + + 228 + 348 + + + + + rtlGB + toggled(bool) + cursorMovementLA + setEnabled(bool) + + + 139 + 317 + + + 72 + 348 + + + + -- 2.39.2