From b355feb630ffd0b30204a30d7c33d6219923ec0f Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 7 Nov 2002 19:58:19 +0000 Subject: [PATCH] initial prefs ui git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5598 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt2/ChangeLog | 4 + src/frontends/qt2/ui/QPrefAsciiModule.ui | 110 +++++ src/frontends/qt2/ui/QPrefColorsModule.ui | 93 ++++ src/frontends/qt2/ui/QPrefConvertersModule.ui | 192 ++++++++ src/frontends/qt2/ui/QPrefDateModule.ui | 76 +++ src/frontends/qt2/ui/QPrefDisplayModule.ui | 107 +++++ .../qt2/ui/QPrefFileformatsModule.ui | 214 +++++++++ src/frontends/qt2/ui/QPrefKeyboardModule.ui | 163 +++++++ src/frontends/qt2/ui/QPrefLNFMiscModule.ui | 181 +++++++ src/frontends/qt2/ui/QPrefLanguageModule.ui | 250 ++++++++++ src/frontends/qt2/ui/QPrefLatexModule.ui | 186 ++++++++ src/frontends/qt2/ui/QPrefPathsModule.ui | 346 ++++++++++++++ src/frontends/qt2/ui/QPrefPrinterModule.ui | 447 ++++++++++++++++++ .../qt2/ui/QPrefScreenFontsModule.ui | 446 +++++++++++++++++ .../qt2/ui/QPrefSpellcheckerModule.ui | 250 ++++++++++ src/frontends/qt2/ui/QPrefUIModule.ui | 200 ++++++++ src/frontends/qt2/ui/QPreferencesDialog.ui | 256 ++++++++++ src/frontends/qt2/ui/QPrefsDialog.ui | 339 +++++++++++++ 18 files changed, 3860 insertions(+) create mode 100644 src/frontends/qt2/ui/QPrefAsciiModule.ui create mode 100644 src/frontends/qt2/ui/QPrefColorsModule.ui create mode 100644 src/frontends/qt2/ui/QPrefConvertersModule.ui create mode 100644 src/frontends/qt2/ui/QPrefDateModule.ui create mode 100644 src/frontends/qt2/ui/QPrefDisplayModule.ui create mode 100644 src/frontends/qt2/ui/QPrefFileformatsModule.ui create mode 100644 src/frontends/qt2/ui/QPrefKeyboardModule.ui create mode 100644 src/frontends/qt2/ui/QPrefLNFMiscModule.ui create mode 100644 src/frontends/qt2/ui/QPrefLanguageModule.ui create mode 100644 src/frontends/qt2/ui/QPrefLatexModule.ui create mode 100644 src/frontends/qt2/ui/QPrefPathsModule.ui create mode 100644 src/frontends/qt2/ui/QPrefPrinterModule.ui create mode 100644 src/frontends/qt2/ui/QPrefScreenFontsModule.ui create mode 100644 src/frontends/qt2/ui/QPrefSpellcheckerModule.ui create mode 100644 src/frontends/qt2/ui/QPrefUIModule.ui create mode 100644 src/frontends/qt2/ui/QPreferencesDialog.ui create mode 100644 src/frontends/qt2/ui/QPrefsDialog.ui diff --git a/src/frontends/qt2/ChangeLog b/src/frontends/qt2/ChangeLog index 9179e3fc9e..9cb60393bb 100644 --- a/src/frontends/qt2/ChangeLog +++ b/src/frontends/qt2/ChangeLog @@ -1,3 +1,7 @@ +2002-11-07 John Levon + + * ui/QPref*: add initial prefs ui from Juergen S + 2002-11-27 Juergen Spitzmueller * ui/QDocument.ui: diff --git a/src/frontends/qt2/ui/QPrefAsciiModule.ui b/src/frontends/qt2/ui/QPrefAsciiModule.ui new file mode 100644 index 0000000000..26a4c9af35 --- /dev/null +++ b/src/frontends/qt2/ui/QPrefAsciiModule.ui @@ -0,0 +1,110 @@ + +QPrefAsciiModuleBase + + QDialog + + name + QPrefAsciiModuleBase + + + geometry + + 0 + 0 + 356 + 99 + + + + caption + ASCII settings + + + + margin + 11 + + + spacing + 6 + + + QLabel + + name + asciiLinelengthLA + + + text + Output &line length: + + + buddy + asciiLinelengthSB + + + + QSpinBox + + name + asciiLinelengthSB + + + maxValue + 120 + + + toolTip + Max. line length of exported ASCII/LaTeX/ SGML files + + + + QLabel + + name + asciiRoffLA + + + text + ASCII &roff: + + + buddy + asciiRoffED + + + + QLineEdit + + name + asciiRoffED + + + toolTip + External app for formating tables in ASCII output + + + + + name + Spacer6 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + diff --git a/src/frontends/qt2/ui/QPrefColorsModule.ui b/src/frontends/qt2/ui/QPrefColorsModule.ui new file mode 100644 index 0000000000..04afc90c4a --- /dev/null +++ b/src/frontends/qt2/ui/QPrefColorsModule.ui @@ -0,0 +1,93 @@ + +QPrefColorsModule + + QDialog + + name + QPrefColorsModule + + + geometry + + 0 + 0 + 317 + 259 + + + + caption + Colors + + + + margin + 11 + + + spacing + 6 + + + QListBox + + + text + New Item + + + + name + lyxObjectsLB + + + + QLabel + + name + lyxObjectsLA + + + text + LyX &Objects: + + + buddy + lyxObjectsLB + + + + QPushButton + + name + colorChangePB + + + text + Chan&ge Color... + + + + + name + Spacer6 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + diff --git a/src/frontends/qt2/ui/QPrefConvertersModule.ui b/src/frontends/qt2/ui/QPrefConvertersModule.ui new file mode 100644 index 0000000000..e3ef4efc27 --- /dev/null +++ b/src/frontends/qt2/ui/QPrefConvertersModule.ui @@ -0,0 +1,192 @@ + +QPrefConvertersModuleBase + + QDialog + + name + QPrefConvertersModuleBase + + + geometry + + 0 + 0 + 362 + 263 + + + + caption + File Conversion + + + + margin + 11 + + + spacing + 6 + + + QComboBox + + name + converterToCO + + + + QPushButton + + name + converterAddPB + + + text + A&dd + + + + QLabel + + name + formatsLA_2 + + + text + Availab&le converters: + + + buddy + convertersLB + + + + QLabel + + name + converterFromLA + + + text + F&rom: + + + buddy + converterFromCO + + + + QLabel + + name + converterToLA + + + text + &To: + + + buddy + converterToCO + + + + QLabel + + name + converterFlagLA + + + text + E&xtra flag: + + + buddy + converterFlagED + + + + QPushButton + + name + converterDeletePB + + + text + D&elete + + + + QLineEdit + + name + converterFlagED + + + + QLineEdit + + name + converterED + + + + QListBox + + + text + New Item + + + + name + convertersLB + + + + QComboBox + + name + converterFromCO + + + + QLabel + + name + converterLA + + + text + C&onverter: + + + buddy + converterED + + + + + name + Spacer28 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + diff --git a/src/frontends/qt2/ui/QPrefDateModule.ui b/src/frontends/qt2/ui/QPrefDateModule.ui new file mode 100644 index 0000000000..903bd2eabb --- /dev/null +++ b/src/frontends/qt2/ui/QPrefDateModule.ui @@ -0,0 +1,76 @@ + +QPrefDateModuleBase + + QDialog + + name + QPrefDateModuleBase + + + geometry + + 0 + 0 + 291 + 53 + + + + caption + Date Format + + + + margin + 11 + + + spacing + 6 + + + QLayoutWidget + + name + Layout1 + + + + margin + 0 + + + spacing + 6 + + + QLabel + + name + DateLA + + + text + &Date format: + + + buddy + DateED + + + + QLineEdit + + name + DateED + + + toolTip + Date format for strftime output + + + + + + + diff --git a/src/frontends/qt2/ui/QPrefDisplayModule.ui b/src/frontends/qt2/ui/QPrefDisplayModule.ui new file mode 100644 index 0000000000..e104674b6c --- /dev/null +++ b/src/frontends/qt2/ui/QPrefDisplayModule.ui @@ -0,0 +1,107 @@ + +QPrefDisplayModuleBase + + QDialog + + name + QPrefDisplayModuleBase + + + geometry + + 0 + 0 + 248 + 102 + + + + caption + Display insets + + + + margin + 11 + + + spacing + 6 + + + QLayoutWidget + + name + Layout1 + + + + margin + 0 + + + spacing + 6 + + + QComboBox + + + text + Monochrome + + + + + text + Grayscale + + + + + text + Color + + + + + text + Do not display + + + + name + displayGraphicsCO + + + + QLabel + + name + displayGraphicsLA + + + text + Display &Graphics: + + + buddy + displayGraphicsCO + + + + + + QCheckBox + + name + previewCB + + + text + Instant &preview + + + + + diff --git a/src/frontends/qt2/ui/QPrefFileformatsModule.ui b/src/frontends/qt2/ui/QPrefFileformatsModule.ui new file mode 100644 index 0000000000..06540fc6ad --- /dev/null +++ b/src/frontends/qt2/ui/QPrefFileformatsModule.ui @@ -0,0 +1,214 @@ + +QPrefFileformatsModuleBase + + QDialog + + name + QPrefFileformatsModuleBase + + + geometry + + 0 + 0 + 349 + 261 + + + + caption + File Formats + + + + margin + 11 + + + spacing + 6 + + + QLabel + + name + viewerLA + + + text + &Viewer: + + + buddy + viewerED + + + + QLineEdit + + name + shortcutED + + + + QPushButton + + name + formatDeletePB + + + text + D&elete + + + + QLineEdit + + name + extensionED + + + + QLineEdit + + name + guiNameED + + + + QLabel + + name + shortcutLA + + + text + S&hortcut: + + + buddy + shortcutED + + + + QLineEdit + + name + viewerED + + + + QLabel + + name + extensionLA + + + text + E&xtension: + + + buddy + extensionED + + + + QLabel + + name + formatLA + + + text + F&ormat: + + + buddy + formatED + + + + QListBox + + + text + New Item + + + + name + formatsLB + + + + QPushButton + + name + formatAddPB + + + text + A&dd + + + + QLineEdit + + name + formatED + + + + QLabel + + name + guiNameLA + + + text + &GUI name: + + + buddy + guiNameED + + + + + name + Spacer26 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLabel + + name + formatsLA + + + text + &Known formats: + + + buddy + formatsLB + + + + + diff --git a/src/frontends/qt2/ui/QPrefKeyboardModule.ui b/src/frontends/qt2/ui/QPrefKeyboardModule.ui new file mode 100644 index 0000000000..dad54ec348 --- /dev/null +++ b/src/frontends/qt2/ui/QPrefKeyboardModule.ui @@ -0,0 +1,163 @@ + +QPrefKeyboardModuleBase + + QDialog + + name + QPrefKeyboardModuleBase + + + geometry + + 0 + 0 + 358 + 253 + + + + caption + Keyboard + + + + margin + 11 + + + spacing + 6 + + + + name + Spacer4 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLineEdit + + name + firstKeymapED + + + + QLineEdit + + name + secondKeymapED + + + + QPushButton + + name + secondKeymapPB + + + text + Bro&wse... + + + + QLabel + + name + secondKeymapLA + + + text + S&econd: + + + buddy + secondKeymapED + + + + + name + Spacer3 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLabel + + name + firstKeymapLA + + + text + &First: + + + buddy + firstKeymapED + + + + QPushButton + + name + firstKeymapPB + + + text + Br&owse... + + + + QCheckBox + + name + deadKeysCB_2 + + + text + Ignore dead ke&ys + + + + QCheckBox + + name + keymapCB + + + text + Use &keyboard map + + + + + diff --git a/src/frontends/qt2/ui/QPrefLNFMiscModule.ui b/src/frontends/qt2/ui/QPrefLNFMiscModule.ui new file mode 100644 index 0000000000..ebf1f480d7 --- /dev/null +++ b/src/frontends/qt2/ui/QPrefLNFMiscModule.ui @@ -0,0 +1,181 @@ + +QPrefLNFMiscBase + + QDialog + + name + QPrefLNFMiscBase + + + geometry + + 0 + 0 + 248 + 211 + + + + caption + Form2 + + + + margin + 11 + + + spacing + 6 + + + + name + Spacer1 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QSpinBox + + name + wheelMouseSB + + + maxValue + 250 + + + + QLabel + + name + wheelMouseLA + + + text + W&heel mouse jump: + + + buddy + wheelMouseSB + + + + QCheckBox + + name + autoRegionDeleteCB + + + text + A&uto region delete + + + + QCheckBox + + name + cursorFollowsCB + + + text + Cursor follo&ws scrollbar + + + + QCheckBox + + name + dialogsIconifyCB + + + text + Dia&logs iconify with main window + + + + QSpinBox + + name + autoSaveSB + + + maxValue + 1200 + + + + QLabel + + name + autoSaveLA + + + text + Autosa&ve Interval: + + + buddy + autoSaveSB + + + + + name + Spacer2 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + name + Spacer3 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + diff --git a/src/frontends/qt2/ui/QPrefLanguageModule.ui b/src/frontends/qt2/ui/QPrefLanguageModule.ui new file mode 100644 index 0000000000..bb04928349 --- /dev/null +++ b/src/frontends/qt2/ui/QPrefLanguageModule.ui @@ -0,0 +1,250 @@ + +QLanguageModuleBase + + QDialog + + name + QLanguageModuleBase + + + geometry + + 0 + 0 + 322 + 258 + + + + caption + Language settings + + + + margin + 11 + + + spacing + 6 + + + QLabel + + name + startCommandLA + + + text + Command s&tart: + + + buddy + startCommandED + + + + QLineEdit + + name + endCommandED + + + + QLineEdit + + name + startCommandED + + + + QCheckBox + + name + useBabelCB + + + text + Use &babel + + + + QCheckBox + + name + globalCB + + + text + &Global + + + + QCheckBox + + name + autoEndCB + + + text + Auto &end + + + + QCheckBox + + name + markForeignCB + + + text + Mark &foreign languages + + + + QCheckBox + + name + rtlCB + + + text + &RtL support + + + + QLineEdit + + name + languagePackageED + + + + QComboBox + + name + defaultLanguageCO + + + + QLabel + + name + defaultLanguageLA + + + text + &Default language: + + + buddy + defaultLanguageCO + + + + QLabel + + name + endCommandLA + + + text + Command e&nd: + + + buddy + endCommandED + + + + QCheckBox + + name + autoBeginCB + + + text + Auto &begin + + + + QLabel + + name + languagePackageLA + + + text + Language pac&kage: + + + buddy + languagePackageED + + + + + name + Spacer1 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + name + Spacer2 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + name + Spacer3 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + diff --git a/src/frontends/qt2/ui/QPrefLatexModule.ui b/src/frontends/qt2/ui/QPrefLatexModule.ui new file mode 100644 index 0000000000..a6a5dbf335 --- /dev/null +++ b/src/frontends/qt2/ui/QPrefLatexModule.ui @@ -0,0 +1,186 @@ + +QPrefLatexModuleBase + + QDialog + + name + QPrefLatexModuleBase + + + geometry + + 0 + 0 + 359 + 237 + + + + caption + LaTeX settings + + + + margin + 11 + + + spacing + 6 + + + QLabel + + name + latexPaperSizeLA + + + text + Default paper si&ze: + + + buddy + latexPaperSizeCO + + + + + name + Spacer2 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLabel + + name + latexEncodingLA + + + text + Te&X encoding: + + + buddy + latexEncodingED + + + + QGroupBox + + name + GroupBox3 + + + title + External applications + + + + margin + 11 + + + spacing + 6 + + + QLabel + + name + latexChecktexLA + + + text + Chec&kTeX: + + + buddy + latexChecktexED + + + + QLabel + + name + latexDviPaperLA + + + text + DVI paper size: + + + buddy + latexDviPaperED + + + + QLineEdit + + name + latexDviPaperED + + + toolTip + Optional paper size flag (-paper) for some DVI viewers + + + + QLineEdit + + name + latexChecktexED + + + toolTip + CheckTeX start options and flags + + + + + + QCheckBox + + name + latexAutoresetCB + + + text + Auto&reset class options + + + toolTip + Set class options to default on class change + + + + QComboBox + + name + latexPaperSizeCO + + + + QLineEdit + + name + latexEncodingED + + + + + diff --git a/src/frontends/qt2/ui/QPrefPathsModule.ui b/src/frontends/qt2/ui/QPrefPathsModule.ui new file mode 100644 index 0000000000..6ecf9a186e --- /dev/null +++ b/src/frontends/qt2/ui/QPrefPathsModule.ui @@ -0,0 +1,346 @@ + +QPrefLNFModuleBase + + QDialog + + name + QPrefLNFModuleBase + + + geometry + + 0 + 0 + 366 + 297 + + + + caption + Form1 + + + + margin + 11 + + + spacing + 6 + + + + name + Spacer1 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QPushButton + + name + wokingDirPB + + + text + Browse... + + + + + name + Spacer2 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + name + Spacer7 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QPushButton + + name + templateDirPB + + + text + Browse... + + + + QLineEdit + + name + workingDirED + + + + QLabel + + name + workingDirLA + + + text + &Working directory: + + + buddy + workingDirED + + + + QCheckBox + + name + tempDirCB + + + text + &Use temporary directory + + + + QLabel + + name + tempDirLA + + + text + Te&mporary Directory: + + + buddy + tempDirED + + + + QPushButton + + name + tempDirPB + + + text + Browse... + + + + QCheckBox + + name + backupDirCB + + + text + Use backup &directory + + + + QLabel + + name + backupDirLA + + + text + &Backups: + + + buddy + backupDirED + + + + QPushButton + + name + backupDirPB + + + text + Browse... + + + + QPushButton + + name + lyxserverDirPB + + + text + Browse... + + + + QLabel + + name + lyxserverDirLA + + + text + Ly&XServer pipe: + + + buddy + lyxserverDirED + + + + QLineEdit + + name + templateDirED + + + + QLabel + + name + templateDirLA + + + text + &Templates: + + + buddy + templateDirED + + + + + name + Spacer6 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + name + Spacer5 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + name + Spacer8 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLineEdit + + name + tempDirED + + + + QLineEdit + + name + backupDirED + + + + QLineEdit + + name + lyxserverDirED + + + + + diff --git a/src/frontends/qt2/ui/QPrefPrinterModule.ui b/src/frontends/qt2/ui/QPrefPrinterModule.ui new file mode 100644 index 0000000000..88e5bb4962 --- /dev/null +++ b/src/frontends/qt2/ui/QPrefPrinterModule.ui @@ -0,0 +1,447 @@ + +QPrefPrinterModuleBase + + QDialog + + name + QPrefPrinterModuleBase + + + geometry + + 0 + 0 + 328 + 307 + + + + caption + Printer settings + + + + margin + 11 + + + spacing + 6 + + + QLabel + + name + printerNameLA + + + text + &Name: + + + buddy + printerNameED + + + + QLineEdit + + name + printerNameED + + + toolTip + Name of the default printer + + + + QCheckBox + + name + printerAdaptCB + + + text + Adapt outp&ut + + + toolTip + Use printer name explicitely + + + + QGroupBox + + name + GroupBox1 + + + title + Commands and flags + + + + margin + 11 + + + spacing + 6 + + + QLabel + + name + printerPageRangeLA + + + text + Pa&ge range: + + + buddy + printerPageRangeED + + + + QLineEdit + + name + printerOddED + + + + QLineEdit + + name + printerEvenED + + + + QLabel + + name + printerCommandLA + + + text + Co&mmand: + + + buddy + printerCommandED + + + + QLineEdit + + name + printerSpoolPrefixED + + + + QLineEdit + + name + printerLandscapeED + + + + QLineEdit + + name + printerToFileED + + + + QLineEdit + + name + printerCollatedED + + + + QLineEdit + + name + printerExtraED + + + + QLabel + + name + printerCollatedLA + + + text + Co&llated: + + + buddy + printerCollatedED + + + + QLabel + + name + printerCopiesLA + + + text + Co&pies: + + + buddy + printerCopiesED + + + + QLabel + + name + printerReverseLA + + + text + Re&verse: + + + buddy + printerReverseED + + + + QLabel + + name + printerToPrinterLA + + + text + To p&rinter: + + + buddy + printerToPrinterED + + + + QLabel + + name + printerExtensionLA + + + text + File ex&tension: + + + buddy + printerExtensionED + + + + QLabel + + name + printerLandscapeLA + + + text + Lan&dscape: + + + buddy + printerLandscapeED + + + + QLabel + + name + printerPaperTypeLA + + + text + Paper t&ype: + + + buddy + printerPaperTypeED + + + + QLabel + + name + printerEvenLA + + + text + &Even pages: + + + buddy + printerEvenED + + + + QLabel + + name + printerOddLA + + + text + &Odd pages: + + + buddy + printerOddED + + + + QLabel + + name + printerToFileLA + + + text + To &file: + + + buddy + printerToFileED + + + + QLineEdit + + name + printerPageRangeED + + + + QLineEdit + + name + printerCommandED + + + + QLineEdit + + name + printerPaperTypeED + + + + QLineEdit + + name + printerReverseED + + + + QLineEdit + + name + printerSpoolCommandED + + + + QLineEdit + + name + printerToPrinterED + + + + QLineEdit + + name + printerCopiesED + + + + QLineEdit + + name + printerExtensionED + + + + QLabel + + name + printerSpoolCommandLA + + + text + Spool &command: + + + buddy + printerSpoolCommandED + + + + QLineEdit + + name + printerPaperSizeED + + + + QLabel + + name + printerPaperSizeLA + + + text + Paper si&ze: + + + buddy + printerPaperSizeED + + + + QLabel + + name + printerSpoolPrefixLA + + + text + Spool pref&ix: + + + buddy + printerSpoolPrefixED + + + + QLabel + + name + printerExtraLA + + + text + E&xtra options: + + + buddy + printerExtraED + + + + + + + diff --git a/src/frontends/qt2/ui/QPrefScreenFontsModule.ui b/src/frontends/qt2/ui/QPrefScreenFontsModule.ui new file mode 100644 index 0000000000..94286b0e8b --- /dev/null +++ b/src/frontends/qt2/ui/QPrefScreenFontsModule.ui @@ -0,0 +1,446 @@ + +QPrefScreenFontsModule + + QDialog + + name + QPrefScreenFontsModule + + + geometry + + 0 + 0 + 306 + 296 + + + + caption + Screen Fonts + + + + margin + 11 + + + spacing + 6 + + + QPushButton + + name + screenSansPB + + + text + C&hoose... + + + + QLabel + + name + screenZoomLA + + + text + &Zoom %: + + + buddy + screenZoomSB + + + + QPushButton + + name + screenTypewriterPB + + + text + Choos&e... + + + + QPushButton + + name + screenRomanPB + + + text + Ch&oose... + + + + QSpinBox + + name + screenZoomSB + + + maxValue + 999 + + + + QGroupBox + + name + GroupBox3 + + + title + Size + + + + margin + 11 + + + spacing + 6 + + + QLineEdit + + name + scrrenTinyED + + + + QLineEdit + + name + screenHugerED + + + + QLineEdit + + name + screenSmallestED + + + + QLineEdit + + name + screenSmallerED + + + + QLineEdit + + name + screenSmallED + + + + QLineEdit + + name + screenNormalED + + + + QLineEdit + + name + screenLargeED + + + + QLineEdit + + name + screenLargerED + + + + QLineEdit + + name + screenLargestED + + + + QLabel + + name + screenLargerLA + + + text + Larger: + + + buddy + screenLargerED + + + + QLabel + + name + screenLargestLA + + + text + Largest: + + + buddy + screenLargestED + + + + QLineEdit + + name + screenHugeED + + + + QLabel + + name + screenHugeLA + + + text + Huge: + + + buddy + screenHugeED + + + + QLabel + + name + screenHugestLA + + + text + Hugest: + + + buddy + screenHugestED + + + + QLabel + + name + screenSmallestLA + + + text + Smallest: + + + buddy + screenSmallestED + + + + QLabel + + name + screenSmallerLA + + + text + Smaller: + + + buddy + screenSmallerED + + + + QLabel + + name + screenSmallLA + + + text + Small: + + + buddy + screenSmallED + + + + QLabel + + name + screenNormalLA + + + text + Normal: + + + buddy + screenNormalED + + + + QLabel + + name + screenTinyLA + + + text + Tiny: + + + buddy + screenTinyED + + + + QLabel + + name + screenLargeLA + + + text + Large: + + + buddy + screenLargeED + + + + + + QSpinBox + + name + screenDpiSB + + + maxValue + 999 + + + + QLabel + + name + scrrenDpiLA + + + text + Screen &dpi: + + + buddy + screenDpiSB + + + + + name + Spacer3 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLabel + + name + screenRomanLA + + + text + &Roman: + + + buddy + screenRomanED + + + + QLabel + + name + screenSansLA + + + text + Sa&ns Serif: + + + buddy + screenSansED + + + + QLabel + + name + screenTypewriterLA + + + text + T&ypewriter: + + + buddy + screenTypewriterED + + + + QLineEdit + + name + screenRomanED + + + + QLineEdit + + name + screenSansED + + + + QLineEdit + + name + screenTypewriterED + + + + + diff --git a/src/frontends/qt2/ui/QPrefSpellcheckerModule.ui b/src/frontends/qt2/ui/QPrefSpellcheckerModule.ui new file mode 100644 index 0000000000..c61f1df671 --- /dev/null +++ b/src/frontends/qt2/ui/QPrefSpellcheckerModule.ui @@ -0,0 +1,250 @@ + +QPrefSpellcheckerModuleBase + + QDialog + + name + QPrefSpellcheckerModuleBase + + + geometry + + 0 + 0 + 349 + 213 + + + + caption + Spell checker + + + + margin + 11 + + + spacing + 6 + + + + name + Spacer17 + + + orientation + Vertical + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLabel + + name + spellCommandLA + + + text + Spell chec&ker program: + + + buddy + spellCommandCO + + + + + name + Spacer13 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + name + Spacer12 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QLineEdit + + name + altLanguageED + + + + QLabel + + name + altLanguageLA + + + text + Al&ternative language: + + + buddy + altLanguageED + + + + QCheckBox + + name + inputEncodingCB + + + text + Use input encod&ing + + + + + name + Spacer11 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QCheckBox + + name + compoundWordCB + + + text + Accept compound &words + + + + QComboBox + + + text + ispell + + + + + text + aspell + + + + name + spellCommandCO + + + + QLabel + + name + escapeCharactersLA + + + text + Escape Cha&racters: + + + buddy + escapeCharactersED + + + + QLineEdit + + name + escapeCharactersED + + + + QLineEdit + + name + persDictionaryED + + + + QLabel + + name + persDictionaryLA + + + text + Personal &dictionary: + + + buddy + persDictionaryED + + + + QPushButton + + name + persDictionaryPB + + + text + Br&owse... + + + + + diff --git a/src/frontends/qt2/ui/QPrefUIModule.ui b/src/frontends/qt2/ui/QPrefUIModule.ui new file mode 100644 index 0000000000..7319223250 --- /dev/null +++ b/src/frontends/qt2/ui/QPrefUIModule.ui @@ -0,0 +1,200 @@ + +QPrefUIModule + + QDialog + + name + QPrefUIModule + + + geometry + + 0 + 0 + 328 + 191 + + + + caption + Screen Fonts + + + + margin + 11 + + + spacing + 6 + + + QGroupBox + + name + GroupBox2_2 + + + title + Last files + + + + margin + 11 + + + spacing + 6 + + + QLineEdit + + name + lastfilePathED + + + + QLabel + + name + lastfilePathLA + + + text + &Path: + + + buddy + lastfilePathED + + + + QLabel + + name + lastfilesLA + + + text + &Number: + + + buddy + lastfilesSB + + + + QSpinBox + + name + lastfilesSB + + + maxValue + 20 + + + + QCheckBox + + name + checkLastfilesCB + + + text + C&heck last files + + + + + name + Spacer9 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + + + QLineEdit + + name + uiFileED + + + + QLabel + + name + uiFileLA + + + text + &User interface file: + + + buddy + uiFileED + + + + QPushButton + + name + uiFilePB + + + text + Bro&wse... + + + + QLabel + + name + bindFileLA + + + text + &Bind file: + + + buddy + bindFileED + + + + QLineEdit + + name + bindFileED + + + + QPushButton + + name + bindFilePB + + + text + B&rowse... + + + + + diff --git a/src/frontends/qt2/ui/QPreferencesDialog.ui b/src/frontends/qt2/ui/QPreferencesDialog.ui new file mode 100644 index 0000000000..567f386fd1 --- /dev/null +++ b/src/frontends/qt2/ui/QPreferencesDialog.ui @@ -0,0 +1,256 @@ + +QPreferencesDialogBase +config.h +gettext.h + + QDialog + + name + QPreferencesDialogBase + + + geometry + + 0 + 0 + 476 + 382 + + + + caption + Preferences + + + + margin + 11 + + + spacing + 6 + + + QLayoutWidget + + name + Layout3 + + + + margin + 0 + + + spacing + 6 + + + QPushButton + + name + restorePB + + + text + &Restore + + + + + name + Spacer1 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QPushButton + + name + savePB + + + text + &Save + + + + QPushButton + + name + applyPB + + + text + &Apply + + + + QPushButton + + name + cancelPB + + + text + &Close + + + + + + QLayoutWidget + + name + Layout3 + + + + margin + 0 + + + spacing + 6 + + + QLabel + + name + titleL + + + sizePolicy + + 7 + 1 + + + + text + title here + + + + Line + + name + Line1 + + + sizePolicy + + 1 + 0 + + + + orientation + Horizontal + + + + QWidgetStack + + name + moduleStack + + + + + + QListView + + + text + Column 1 + + + clickable + true + + + resizeable + true + + + + + text + New Item + + + pixmap + + + + + name + moduleLV + + + sizePolicy + + 1 + 7 + + + + dragAutoScroll + true + + + itemMargin + 1 + + + rootIsDecorated + false + + + + + + + QWidgetStack +
qwidgetstack.h
+ + 0 + -1 + + 0 + + 7 + 7 + + image0 + raiseWidget(int) +
+
+ + + image0 + 789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758 + + + + change_adaptor() + defaultClicked() + saveClicked() + setTitle(int) + +
diff --git a/src/frontends/qt2/ui/QPrefsDialog.ui b/src/frontends/qt2/ui/QPrefsDialog.ui new file mode 100644 index 0000000000..4324c55b8e --- /dev/null +++ b/src/frontends/qt2/ui/QPrefsDialog.ui @@ -0,0 +1,339 @@ + +QPrefsDialogBase +config.h +gettext.h + + QDialog + + name + QPrefsDialogBase + + + geometry + + 0 + 0 + 530 + 473 + + + + caption + Index + + + sizeGripEnabled + true + + + + margin + 11 + + + spacing + 6 + + + QLayoutWidget + + name + Layout4 + + + + margin + 0 + + + spacing + 6 + + + QListView + + + text + Preferences + + + clickable + false + + + resizeable + false + + + + + text + Look and Feel + + + pixmap + + + + + text + Interface + + + pixmap + + + + + + text + Zoom settings + + + pixmap + + + + + + text + Fonts + + + pixmap + + + + + + text + Colors + + + pixmap + + + + + + text + Graphics + + + pixmap + + + + + + + text + Language + + + pixmap + + + + + text + Spellchecking + + + pixmap + + + + + + text + Advanced settings + + + pixmap + + + + + + + text + Default paths + + + pixmap + + + + + + text + File types + + + pixmap + + + + + + text + File convertors + + + pixmap + + + + + + text + Advanced settings + + + pixmap + + + + + name + prefsLV + + + sizePolicy + + 5 + 7 + + + + + QWidgetStack + + name + prefsWS + + + sizePolicy + + 7 + 7 + + + + + + + QLayoutWidget + + name + Layout3 + + + + margin + 0 + + + spacing + 6 + + + QPushButton + + name + restorePB + + + text + Restore + + + + + name + Spacer2 + + + orientation + Horizontal + + + sizeType + Expanding + + + sizeHint + + 20 + 20 + + + + + QPushButton + + name + savePB + + + text + Save + + + default + true + + + + QPushButton + + name + applyPB + + + text + Apply + + + + QPushButton + + name + closePB + + + text + Close + + + + + + + + + QWidgetStack +
qwidgetstack.h
+ + -1 + -1 + + 0 + + 7 + 7 + + image0 +
+
+ + + image0 + 789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758 + + + + change_adaptor() + +