From: André Pönitz Date: Tue, 24 Apr 2007 08:56:28 +0000 (+0000) Subject: renaming in frontends/qt4/ui: s/Q//g X-Git-Tag: 1.6.10~10139 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a1607b414ae8a523f735e02d5bd3772f212f7d91;p=features.git renaming in frontends/qt4/ui: s/Q//g git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17936 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/Alert_pimpl.C b/src/frontends/qt4/Alert_pimpl.C index eb32f5ab66..95c6903408 100644 --- a/src/frontends/qt4/Alert_pimpl.C +++ b/src/frontends/qt4/Alert_pimpl.C @@ -14,7 +14,7 @@ #include "Alert_pimpl.h" #include "Alert.h" -#include "ui/QAskForTextUi.h" +#include "ui/AskForTextUi.h" #include "qt_helpers.h" #include "frontends/Application.h" diff --git a/src/frontends/qt4/Makefile.dialogs b/src/frontends/qt4/Makefile.dialogs index 2d665eec86..1f7d024e9a 100644 --- a/src/frontends/qt4/Makefile.dialogs +++ b/src/frontends/qt4/Makefile.dialogs @@ -1,76 +1,76 @@ # this is the master file from which the dialog file rules are generated UIFILES = \ + AboutUi.ui \ + AskForTextUi.ui \ + BibitemUi.ui \ BiblioUi.ui \ + BibtexAddUi.ui \ + BibtexUi.ui \ + BoxUi.ui \ BranchesUi.ui \ + BranchUi.ui \ BulletsUi.ui \ + ChangesUi.ui \ + CharacterUi.ui \ + CitationUi.ui \ + DelimiterUi.ui \ + DocumentUi.ui \ + ErrorListUi.ui \ + ERTUi.ui \ + ExternalUi.ui \ FloatPlacementUi.ui \ + FloatUi.ui \ FontUi.ui \ - TextLayoutUi.ui \ + GraphicsUi.ui \ + IncludeUi.ui \ + IndexUi.ui \ LanguageUi.ui \ LaTeXUi.ui \ + LogUi.ui \ MarginsUi.ui \ - NumberingUi.ui \ + MathMatrixUi.ui \ MathsUi.ui \ + NomenclUi.ui \ + NoteUi.ui \ + NumberingUi.ui \ PageLayoutUi.ui \ + ParagraphUi.ui \ PreambleUi.ui \ - QAboutUi.ui \ - QAskForTextUi.ui \ - QBibitemUi.ui \ - QBibtexUi.ui \ - QBibtexAddUi.ui \ - QBoxUi.ui \ - QBranchUi.ui \ - QChangesUi.ui \ - QCharacterUi.ui \ - QCitationUi.ui \ - QDelimiterUi.ui \ - QDocumentUi.ui \ - QErrorListUi.ui \ - QERTUi.ui \ - QExternalUi.ui \ - QFloatUi.ui \ - QGraphicsUi.ui \ - QIncludeUi.ui \ - QIndexUi.ui \ - QLogUi.ui \ - QViewSourceUi.ui \ - QMathMatrixUi.ui \ - QNomenclUi.ui \ - QNoteUi.ui \ - QParagraphUi.ui \ - QPrefColorsUi.ui \ - QPrefConvertersUi.ui \ - QPrefCopiersUi.ui \ - QPrefCygwinPathUi.ui \ - QPrefDateUi.ui \ - QPrefDisplayUi.ui \ - QPrefFileformatsUi.ui \ - QPrefIdentityUi.ui \ - QPrefKeyboardUi.ui \ - QPrefLanguageUi.ui \ - QPrefLatexUi.ui \ - QPrefPathsUi.ui \ - QPrefPlaintextUi.ui \ - QPrefPrinterUi.ui \ - QPrefScreenFontsUi.ui \ - QPrefsUi.ui \ - QPrefSpellcheckerUi.ui \ - QPrefUi.ui \ - QPrintUi.ui \ - QRefUi.ui \ - QSearchUi.ui \ - QSendtoUi.ui \ - QShowFileUi.ui \ - QSpellcheckerUi.ui \ - QTabularCreateUi.ui \ - QTabularUi.ui \ - QTexinfoUi.ui \ - QThesaurusUi.ui \ - QTocUi.ui \ - QURLUi.ui \ - QVSpaceUi.ui \ - QWrapUi.ui + PrefColorsUi.ui \ + PrefConvertersUi.ui \ + PrefCopiersUi.ui \ + PrefCygwinPathUi.ui \ + PrefDateUi.ui \ + PrefDisplayUi.ui \ + PrefFileformatsUi.ui \ + PrefIdentityUi.ui \ + PrefKeyboardUi.ui \ + PrefLanguageUi.ui \ + PrefLatexUi.ui \ + PrefPathsUi.ui \ + PrefPlaintextUi.ui \ + PrefPrinterUi.ui \ + PrefScreenFontsUi.ui \ + PrefSpellcheckerUi.ui \ + PrefsUi.ui \ + PrefUi.ui \ + PrintUi.ui \ + RefUi.ui \ + SearchUi.ui \ + SendtoUi.ui \ + ShowFileUi.ui \ + SpellcheckerUi.ui \ + TabularCreateUi.ui \ + TabularUi.ui \ + TexinfoUi.ui \ + TextLayoutUi.ui \ + ThesaurusUi.ui \ + TocUi.ui \ + URLUi.ui \ + ViewSourceUi.ui \ + VSpaceUi.ui \ + WrapUi.ui MOCFILES = \ Action.C Action.h \ diff --git a/src/frontends/qt4/QAboutDialog.h b/src/frontends/qt4/QAboutDialog.h index 08c58932d5..de8f94b301 100644 --- a/src/frontends/qt4/QAboutDialog.h +++ b/src/frontends/qt4/QAboutDialog.h @@ -12,7 +12,7 @@ #ifndef QABOUTDIALOG_H #define QABOUTDIALOG_H -#include "ui/QAboutUi.h" +#include "ui/AboutUi.h" #include namespace lyx { diff --git a/src/frontends/qt4/QBibitemDialog.h b/src/frontends/qt4/QBibitemDialog.h index 5662b14aaa..6ce5a2cc14 100644 --- a/src/frontends/qt4/QBibitemDialog.h +++ b/src/frontends/qt4/QBibitemDialog.h @@ -12,7 +12,7 @@ #ifndef QBIBITEMDIALOG_H #define QBIBITEMDIALOG_H -#include "ui/QBibitemUi.h" +#include "ui/BibitemUi.h" #include diff --git a/src/frontends/qt4/QBibtex.C b/src/frontends/qt4/QBibtex.C index 0e45c8ab3e..7c9136eb8e 100644 --- a/src/frontends/qt4/QBibtex.C +++ b/src/frontends/qt4/QBibtex.C @@ -15,7 +15,7 @@ #include "QBibtex.h" #include "QBibtexDialog.h" -#include "ui/QBibtexAddUi.h" +#include "ui/BibtexAddUi.h" #include "Qt2BC.h" #include "qt_helpers.h" #include "validators.h" diff --git a/src/frontends/qt4/QBibtexDialog.h b/src/frontends/qt4/QBibtexDialog.h index 0b03ade2ba..5f9054e328 100644 --- a/src/frontends/qt4/QBibtexDialog.h +++ b/src/frontends/qt4/QBibtexDialog.h @@ -12,8 +12,8 @@ #ifndef QBIBTEXDIALOG_H #define QBIBTEXDIALOG_H -#include "ui/QBibtexUi.h" -#include "ui/QBibtexAddUi.h" +#include "ui/BibtexUi.h" +#include "ui/BibtexAddUi.h" #include "ButtonController.h" diff --git a/src/frontends/qt4/QBoxDialog.h b/src/frontends/qt4/QBoxDialog.h index 86f6188a58..5deeb3e23e 100644 --- a/src/frontends/qt4/QBoxDialog.h +++ b/src/frontends/qt4/QBoxDialog.h @@ -12,7 +12,7 @@ #ifndef QBOXDIALOG_H #define QBOXDIALOG_H -#include "ui/QBoxUi.h" +#include "ui/BoxUi.h" #include #include diff --git a/src/frontends/qt4/QBranchDialog.h b/src/frontends/qt4/QBranchDialog.h index b87e25d957..7981d98183 100644 --- a/src/frontends/qt4/QBranchDialog.h +++ b/src/frontends/qt4/QBranchDialog.h @@ -12,7 +12,7 @@ #ifndef QBRANCHDIALOG_H #define QBRANCHDIALOG_H -#include "ui/QBranchUi.h" +#include "ui/BranchUi.h" #include #include diff --git a/src/frontends/qt4/QChangesDialog.h b/src/frontends/qt4/QChangesDialog.h index 09018ef189..ee6d38dac4 100644 --- a/src/frontends/qt4/QChangesDialog.h +++ b/src/frontends/qt4/QChangesDialog.h @@ -12,7 +12,7 @@ #ifndef QCHANGESDIALOG_H #define QCHANGESDIALOG_H -#include "ui/QChangesUi.h" +#include "ui/ChangesUi.h" #include #include diff --git a/src/frontends/qt4/QCharacterDialog.h b/src/frontends/qt4/QCharacterDialog.h index 0a98228364..11520b19b9 100644 --- a/src/frontends/qt4/QCharacterDialog.h +++ b/src/frontends/qt4/QCharacterDialog.h @@ -13,7 +13,7 @@ #ifndef QCHARACTERDIALOG_H #define QCHARACTERDIALOG_H -#include "ui/QCharacterUi.h" +#include "ui/CharacterUi.h" #include #include diff --git a/src/frontends/qt4/QCitationDialog.h b/src/frontends/qt4/QCitationDialog.h index 5f34a0acbe..7aa5077a74 100644 --- a/src/frontends/qt4/QCitationDialog.h +++ b/src/frontends/qt4/QCitationDialog.h @@ -14,7 +14,7 @@ #define QCITATIONDIALOG_H #include "Dialog.h" -#include "ui/QCitationUi.h" +#include "ui/CitationUi.h" #include #include diff --git a/src/frontends/qt4/QDelimiterDialog.h b/src/frontends/qt4/QDelimiterDialog.h index 0fd35577c6..3b87993f8b 100644 --- a/src/frontends/qt4/QDelimiterDialog.h +++ b/src/frontends/qt4/QDelimiterDialog.h @@ -14,7 +14,7 @@ #include "QDialogView.h" -#include "ui/QDelimiterUi.h" +#include "ui/DelimiterUi.h" #include diff --git a/src/frontends/qt4/QDocumentDialog.h b/src/frontends/qt4/QDocumentDialog.h index 8a0638ec54..02474639b5 100644 --- a/src/frontends/qt4/QDocumentDialog.h +++ b/src/frontends/qt4/QDocumentDialog.h @@ -13,7 +13,7 @@ #ifndef QDOCUMENTDIALOG_H #define QDOCUMENTDIALOG_H -#include "ui/QDocumentUi.h" +#include "ui/DocumentUi.h" #include "ui/FontUi.h" #include "ui/TextLayoutUi.h" #include "ui/MathsUi.h" diff --git a/src/frontends/qt4/QERTDialog.h b/src/frontends/qt4/QERTDialog.h index 529c5e7d08..0e637037c6 100644 --- a/src/frontends/qt4/QERTDialog.h +++ b/src/frontends/qt4/QERTDialog.h @@ -12,7 +12,7 @@ #ifndef QERTDIALOG_H #define QERTDIALOG_H -#include "ui/QERTUi.h" +#include "ui/ERTUi.h" #include #include diff --git a/src/frontends/qt4/QErrorListDialog.h b/src/frontends/qt4/QErrorListDialog.h index cf467009fc..8ded9c6787 100644 --- a/src/frontends/qt4/QErrorListDialog.h +++ b/src/frontends/qt4/QErrorListDialog.h @@ -12,7 +12,7 @@ #ifndef QERRORLISTDIALOG_H #define QERRORLISTDIALOG_H -#include "ui/QErrorListUi.h" +#include "ui/ErrorListUi.h" #include #include diff --git a/src/frontends/qt4/QExternalDialog.h b/src/frontends/qt4/QExternalDialog.h index e55c0079f2..a89dd8eb37 100644 --- a/src/frontends/qt4/QExternalDialog.h +++ b/src/frontends/qt4/QExternalDialog.h @@ -12,7 +12,7 @@ #ifndef QEXTERNALDIALOG_H #define QEXTERNALDIALOG_H -#include "ui/QExternalUi.h" +#include "ui/ExternalUi.h" #include #include diff --git a/src/frontends/qt4/QFloatDialog.h b/src/frontends/qt4/QFloatDialog.h index 24e75f5dc9..a444710c59 100644 --- a/src/frontends/qt4/QFloatDialog.h +++ b/src/frontends/qt4/QFloatDialog.h @@ -12,7 +12,7 @@ #ifndef QFLOATDIALOG_H #define QFLOATDIALOG_H -#include "ui/QFloatUi.h" +#include "ui/FloatUi.h" #include #include diff --git a/src/frontends/qt4/QGraphicsDialog.h b/src/frontends/qt4/QGraphicsDialog.h index 2e0a0da91e..29ba1b4ab5 100644 --- a/src/frontends/qt4/QGraphicsDialog.h +++ b/src/frontends/qt4/QGraphicsDialog.h @@ -14,7 +14,7 @@ #ifndef QGRAPHICSDIALOG_H #define QGRAPHICSDIALOG_H -#include "ui/QGraphicsUi.h" +#include "ui/GraphicsUi.h" #include #include diff --git a/src/frontends/qt4/QIncludeDialog.h b/src/frontends/qt4/QIncludeDialog.h index 66d74d22f2..5640b846a7 100644 --- a/src/frontends/qt4/QIncludeDialog.h +++ b/src/frontends/qt4/QIncludeDialog.h @@ -12,7 +12,7 @@ #ifndef QINCLUDEDIALOG_H #define QINCLUDEDIALOG_H -#include "ui/QIncludeUi.h" +#include "ui/IncludeUi.h" #include #include diff --git a/src/frontends/qt4/QIndexDialog.h b/src/frontends/qt4/QIndexDialog.h index bb286c4de4..482bb0b394 100644 --- a/src/frontends/qt4/QIndexDialog.h +++ b/src/frontends/qt4/QIndexDialog.h @@ -12,7 +12,7 @@ #ifndef QINDEXDIALOG_H #define QINDEXDIALOG_H -#include "ui/QIndexUi.h" +#include "ui/IndexUi.h" #include #include diff --git a/src/frontends/qt4/QLPrintDialog.h b/src/frontends/qt4/QLPrintDialog.h index f61ca673e7..c41aac98d8 100644 --- a/src/frontends/qt4/QLPrintDialog.h +++ b/src/frontends/qt4/QLPrintDialog.h @@ -13,7 +13,7 @@ #ifndef QLPRINTDIALOG_H #define QLPRINTDIALOG_H -#include "ui/QPrintUi.h" +#include "ui/PrintUi.h" #include diff --git a/src/frontends/qt4/QLogDialog.h b/src/frontends/qt4/QLogDialog.h index 8ea96fc6e2..21919050cd 100644 --- a/src/frontends/qt4/QLogDialog.h +++ b/src/frontends/qt4/QLogDialog.h @@ -12,7 +12,7 @@ #ifndef QLOGDIALOG_H #define QLOGDIALOG_H -#include "ui/QLogUi.h" +#include "ui/LogUi.h" #include #include diff --git a/src/frontends/qt4/QMathMatrixDialog.h b/src/frontends/qt4/QMathMatrixDialog.h index 3497198cad..d426f32364 100644 --- a/src/frontends/qt4/QMathMatrixDialog.h +++ b/src/frontends/qt4/QMathMatrixDialog.h @@ -16,7 +16,7 @@ #include "QDialogView.h" -#include "ui/QMathMatrixUi.h" +#include "ui/MathMatrixUi.h" #include diff --git a/src/frontends/qt4/QNomenclDialog.h b/src/frontends/qt4/QNomenclDialog.h index 62acdb7ab5..79b20f4d83 100644 --- a/src/frontends/qt4/QNomenclDialog.h +++ b/src/frontends/qt4/QNomenclDialog.h @@ -13,7 +13,7 @@ #ifndef QNOMENCLDIALOG_H #define QNOMENCLDIALOG_H -#include "ui/QNomenclUi.h" +#include "ui/NomenclUi.h" #include #include diff --git a/src/frontends/qt4/QNoteDialog.h b/src/frontends/qt4/QNoteDialog.h index f06c4c34b6..166ad48e8b 100644 --- a/src/frontends/qt4/QNoteDialog.h +++ b/src/frontends/qt4/QNoteDialog.h @@ -12,7 +12,7 @@ #ifndef QNOTEDIALOG_H #define QNOTEDIALOG_H -#include "ui/QNoteUi.h" +#include "ui/NoteUi.h" #include #include diff --git a/src/frontends/qt4/QParagraphDialog.h b/src/frontends/qt4/QParagraphDialog.h index 7eaabe2b37..1fce7e3aef 100644 --- a/src/frontends/qt4/QParagraphDialog.h +++ b/src/frontends/qt4/QParagraphDialog.h @@ -14,7 +14,7 @@ #ifndef QPARAGRAPHDIALOG_H #define QPARAGRAPHDIALOG_H -#include "ui/QParagraphUi.h" +#include "ui/ParagraphUi.h" #include #include diff --git a/src/frontends/qt4/QPrefsDialog.h b/src/frontends/qt4/QPrefsDialog.h index e335a4338d..a6693fd24c 100644 --- a/src/frontends/qt4/QPrefsDialog.h +++ b/src/frontends/qt4/QPrefsDialog.h @@ -16,30 +16,30 @@ #include "LColor.h" #include "lyxrc.h" -#include "ui/QPrefsUi.h" +#include "ui/PrefsUi.h" #include #include #include -#include "ui/QPrefPlaintextUi.h" -#include "ui/QPrefDateUi.h" -#include "ui/QPrefKeyboardUi.h" -#include "ui/QPrefLatexUi.h" -#include "ui/QPrefScreenFontsUi.h" -#include "ui/QPrefColorsUi.h" -#include "ui/QPrefCygwinPathUi.h" -#include "ui/QPrefDisplayUi.h" -#include "ui/QPrefPathsUi.h" -#include "ui/QPrefSpellcheckerUi.h" -#include "ui/QPrefConvertersUi.h" -#include "ui/QPrefCopiersUi.h" -#include "ui/QPrefFileformatsUi.h" -#include "ui/QPrefLanguageUi.h" -#include "ui/QPrefPrinterUi.h" -#include "ui/QPrefUi.h" -#include "ui/QPrefIdentityUi.h" +#include "ui/PrefPlaintextUi.h" +#include "ui/PrefDateUi.h" +#include "ui/PrefKeyboardUi.h" +#include "ui/PrefLatexUi.h" +#include "ui/PrefScreenFontsUi.h" +#include "ui/PrefColorsUi.h" +#include "ui/PrefCygwinPathUi.h" +#include "ui/PrefDisplayUi.h" +#include "ui/PrefPathsUi.h" +#include "ui/PrefSpellcheckerUi.h" +#include "ui/PrefConvertersUi.h" +#include "ui/PrefCopiersUi.h" +#include "ui/PrefFileformatsUi.h" +#include "ui/PrefLanguageUi.h" +#include "ui/PrefPrinterUi.h" +#include "ui/PrefUi.h" +#include "ui/PrefIdentityUi.h" namespace lyx { namespace frontend { diff --git a/src/frontends/qt4/QRefDialog.h b/src/frontends/qt4/QRefDialog.h index 92b49d473b..21c83baeab 100644 --- a/src/frontends/qt4/QRefDialog.h +++ b/src/frontends/qt4/QRefDialog.h @@ -13,7 +13,7 @@ #ifndef QREFDIALOG_H #define QREFDIALOG_H -#include "ui/QRefUi.h" +#include "ui/RefUi.h" #include #include diff --git a/src/frontends/qt4/QSearchDialog.h b/src/frontends/qt4/QSearchDialog.h index e75cbeae62..cf997e33fa 100644 --- a/src/frontends/qt4/QSearchDialog.h +++ b/src/frontends/qt4/QSearchDialog.h @@ -12,7 +12,7 @@ #ifndef QSEARCHDIALOG_H #define QSEARCHDIALOG_H -#include "ui/QSearchUi.h" +#include "ui/SearchUi.h" #include #include diff --git a/src/frontends/qt4/QSendtoDialog.h b/src/frontends/qt4/QSendtoDialog.h index 7d73ace9f4..3958894816 100644 --- a/src/frontends/qt4/QSendtoDialog.h +++ b/src/frontends/qt4/QSendtoDialog.h @@ -12,7 +12,7 @@ #ifndef QSENDTODIALOG_H #define QSENDTODIALOG_H -#include "ui/QSendtoUi.h" +#include "ui/SendtoUi.h" #include #include diff --git a/src/frontends/qt4/QShowFileDialog.h b/src/frontends/qt4/QShowFileDialog.h index 96367b000e..9b620b1328 100644 --- a/src/frontends/qt4/QShowFileDialog.h +++ b/src/frontends/qt4/QShowFileDialog.h @@ -12,7 +12,7 @@ #ifndef QSHOWFILEDIALOG_H #define QSHOWFILEDIALOG_H -#include "ui/QShowFileUi.h" +#include "ui/ShowFileUi.h" #include #include diff --git a/src/frontends/qt4/QSpellcheckerDialog.h b/src/frontends/qt4/QSpellcheckerDialog.h index dba8ec8fee..d4c8feecde 100644 --- a/src/frontends/qt4/QSpellcheckerDialog.h +++ b/src/frontends/qt4/QSpellcheckerDialog.h @@ -12,7 +12,7 @@ #ifndef QSPELLCHECKERDIALOG_H #define QSPELLCHECKERDIALOG_H -#include "ui/QSpellcheckerUi.h" +#include "ui/SpellcheckerUi.h" #include #include diff --git a/src/frontends/qt4/QTabularCreateDialog.h b/src/frontends/qt4/QTabularCreateDialog.h index e7dde850fb..3ae9eaa399 100644 --- a/src/frontends/qt4/QTabularCreateDialog.h +++ b/src/frontends/qt4/QTabularCreateDialog.h @@ -13,7 +13,7 @@ #ifndef QTABULARCREATEDIALOG_H #define QTABULARCREATEDIALOG_H -#include "ui/QTabularCreateUi.h" +#include "ui/TabularCreateUi.h" #include diff --git a/src/frontends/qt4/QTabularDialog.h b/src/frontends/qt4/QTabularDialog.h index 249ade6b87..4ed60a2ffb 100644 --- a/src/frontends/qt4/QTabularDialog.h +++ b/src/frontends/qt4/QTabularDialog.h @@ -14,7 +14,7 @@ #ifndef QTABULARDIALOG_H #define QTABULARDIALOG_H -#include "ui/QTabularUi.h" +#include "ui/TabularUi.h" #include #include diff --git a/src/frontends/qt4/QTexinfoDialog.h b/src/frontends/qt4/QTexinfoDialog.h index f323cc90e0..98367d04d7 100644 --- a/src/frontends/qt4/QTexinfoDialog.h +++ b/src/frontends/qt4/QTexinfoDialog.h @@ -12,7 +12,7 @@ #ifndef QTEXINFODIALOG_H #define QTEXINFODIALOG_H -#include "ui/QTexinfoUi.h" +#include "ui/TexinfoUi.h" #include #include diff --git a/src/frontends/qt4/QThesaurusDialog.h b/src/frontends/qt4/QThesaurusDialog.h index 90f80c32d1..e34f4f6ad9 100644 --- a/src/frontends/qt4/QThesaurusDialog.h +++ b/src/frontends/qt4/QThesaurusDialog.h @@ -12,7 +12,7 @@ #ifndef QTHESAURUSDIALOG_H #define QTHESAURUSDIALOG_H -#include "ui/QThesaurusUi.h" +#include "ui/ThesaurusUi.h" #include #include diff --git a/src/frontends/qt4/QURLDialog.h b/src/frontends/qt4/QURLDialog.h index 22c83f25a0..3cda893fdb 100644 --- a/src/frontends/qt4/QURLDialog.h +++ b/src/frontends/qt4/QURLDialog.h @@ -12,7 +12,7 @@ #ifndef QURLDIALOG_H #define QURLDIALOG_H -#include "ui/QURLUi.h" +#include "ui/URLUi.h" #include #include diff --git a/src/frontends/qt4/QVSpaceDialog.h b/src/frontends/qt4/QVSpaceDialog.h index 921eb01de8..81b779f5a5 100644 --- a/src/frontends/qt4/QVSpaceDialog.h +++ b/src/frontends/qt4/QVSpaceDialog.h @@ -13,7 +13,7 @@ #ifndef QVSPACEDIALOG_H #define QVSPACEDIALOG_H -#include "ui/QVSpaceUi.h" +#include "ui/VSpaceUi.h" #include #include diff --git a/src/frontends/qt4/QViewSourceDialog.h b/src/frontends/qt4/QViewSourceDialog.h index 59f9f40885..1330f9e360 100644 --- a/src/frontends/qt4/QViewSourceDialog.h +++ b/src/frontends/qt4/QViewSourceDialog.h @@ -14,7 +14,7 @@ #ifndef QVIEWSOURCEDIALOG_H #define QVIEWSOURCEDIALOG_H -#include "ui/QViewSourceUi.h" +#include "ui/ViewSourceUi.h" #include "frontends/Application.h" diff --git a/src/frontends/qt4/QWrapDialog.h b/src/frontends/qt4/QWrapDialog.h index 5613caa23e..f945218d9c 100644 --- a/src/frontends/qt4/QWrapDialog.h +++ b/src/frontends/qt4/QWrapDialog.h @@ -12,7 +12,7 @@ #ifndef QWRAPDIALOG_H #define QWRAPDIALOG_H -#include "ui/QWrapUi.h" +#include "ui/WrapUi.h" #include #include diff --git a/src/frontends/qt4/README b/src/frontends/qt4/README index cac4bef808..2c28190694 100644 --- a/src/frontends/qt4/README +++ b/src/frontends/qt4/README @@ -43,8 +43,8 @@ Naming conventions QFoo.[Ch] The file that interacts with the controller QFooDialog.[Ch] The implementation of the dialog, derived from the generated files -ui/QFooDialog.ui The designer file -ui/QFooDialogBase.[Ch] Generated files from QFooDialog.ui +ui/FooDialog.ui The designer file +ui/FooDialogBase.[Ch] Generated files from FooDialog.ui slots should be named e.g. slotFooClicked(), slotFooSelected(), where foo is the name of the widget. diff --git a/src/frontends/qt4/TocWidget.h b/src/frontends/qt4/TocWidget.h index 14897cfaaf..b46f834522 100644 --- a/src/frontends/qt4/TocWidget.h +++ b/src/frontends/qt4/TocWidget.h @@ -13,7 +13,7 @@ #ifndef TOC_WIDGET_H #define TOC_WIDGET_H -#include "ui/QTocUi.h" +#include "ui/TocUi.h" #include diff --git a/src/frontends/qt4/ui/AboutUi.ui b/src/frontends/qt4/ui/AboutUi.ui new file mode 100644 index 0000000000..8ed2910310 --- /dev/null +++ b/src/frontends/qt4/ui/AboutUi.ui @@ -0,0 +1,148 @@ + + + + + QAboutUi + + + + 0 + 0 + 327 + 232 + + + + + + + true + + + + 9 + + + 6 + + + + + + Version + + + + 11 + + + 6 + + + + + QFrame::Box + + + QFrame::Sunken + + + Version goes here + + + Qt::AlignCenter + + + 6 + + + + + + + + Credits + + + + 9 + + + 6 + + + + + + + + + Copyright + + + + 9 + + + 6 + + + + + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + 0 + 0 + 0 + 0 + + + + &Close + + + true + + + + + + + + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/AskForTextUi.ui b/src/frontends/qt4/ui/AskForTextUi.ui new file mode 100644 index 0000000000..ed66f7ba83 --- /dev/null +++ b/src/frontends/qt4/ui/AskForTextUi.ui @@ -0,0 +1,111 @@ + + + + + QAskForTextUi + + + + 0 + 0 + 269 + 116 + + + + LyX: Enter text + + + true + + + + 11 + + + 6 + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &Dummy + + + askLE + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + 0 + + + 6 + + + + + &OK + + + true + + + + + + + &Cancel + + + false + + + + + + + + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/BibitemUi.ui b/src/frontends/qt4/ui/BibitemUi.ui new file mode 100644 index 0000000000..8588383c4c --- /dev/null +++ b/src/frontends/qt4/ui/BibitemUi.ui @@ -0,0 +1,135 @@ + + + + + QBibitemUi + + + + 0 + 0 + 197 + 134 + + + + + + + true + + + + 9 + + + 6 + + + + + + 7 + 0 + 0 + 0 + + + + The bibliography key + + + + + + + + 7 + 0 + 0 + 0 + + + + The label as it appears in the document + + + + + + + The label as it appears in the document + + + &Label: + + + labelED + + + + + + + The bibliography key + + + &Key: + + + keyED + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + true + + + + + + + &Close + + + + + + + + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/BibtexAddUi.ui b/src/frontends/qt4/ui/BibtexAddUi.ui new file mode 100644 index 0000000000..f3b4bc0982 --- /dev/null +++ b/src/frontends/qt4/ui/BibtexAddUi.ui @@ -0,0 +1,151 @@ + + + + + QBibtexAddUi + + + + 0 + 0 + 221 + 321 + + + + + 1 + 1 + 0 + 0 + + + + LyX: Add BibTeX Database + + + true + + + + 9 + + + 6 + + + + + QAbstractItemView::ExtendedSelection + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &Add + + + false + + + true + + + + + + + Cancel + + + false + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + 7 + 0 + 0 + 0 + + + + Enter BibTeX database name + + + + + + + &Browse... + + + false + + + true + + + + + + + + qt_helpers.h + + + bibLW + bibED + browsePB + addPB + closePB + + + + diff --git a/src/frontends/qt4/ui/BibtexUi.ui b/src/frontends/qt4/ui/BibtexUi.ui new file mode 100644 index 0000000000..792e62a87f --- /dev/null +++ b/src/frontends/qt4/ui/BibtexUi.ui @@ -0,0 +1,277 @@ + + + + + QBibtexUi + + + + 0 + 0 + 352 + 313 + + + + + + + true + + + + 9 + + + 6 + + + + + + + + Add bibliography to the table of contents + + + Add bibliography to &TOC + + + + + + + + 1 + 0 + 0 + 0 + + + + This bibliography section contains... + + + &Content: + + + styleCB + + + + + + + This bibliography section contains... + + + + all cited references + + + + + all uncited references + + + + + all references + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Choose a style file + + + &Browse... + + + false + + + + + + + Choose a style file + + + true + + + true + + + false + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Remove the selected database + + + &Delete + + + + + + + Add a BibTeX database file + + + &Add... + + + + + + + + 1 + 0 + 0 + 0 + + + + BibTeX database to use + + + Databa&ses + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + databaseLW + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + false + + + true + + + + + + + Cancel + + + false + + + + + + + + + + 1 + 0 + 0 + 0 + + + + The BibTeX style + + + St&yle + + + styleCB + + + + + + + + qt_helpers.h + + + addBibPB + deletePB + styleCB + stylePB + bibtocCB + btPrintCO + okPB + closePB + + + + diff --git a/src/frontends/qt4/ui/BoxUi.ui b/src/frontends/qt4/ui/BoxUi.ui new file mode 100644 index 0000000000..e7ac1f2613 --- /dev/null +++ b/src/frontends/qt4/ui/BoxUi.ui @@ -0,0 +1,395 @@ + + + + + QBoxUi + + + + 0 + 0 + 333 + 274 + + + + + + + true + + + + 9 + + + 6 + + + + + + + + Inner box -- needed for fixed width & line breaks + + + + None + + + + + Parbox + + + + + Minipage + + + + + + + + Supported box types + + + + + + + Inner box -- needed for fixed width & line breaks + + + Inner Bo&x: + + + innerBoxCO + + + + + + + Supported box types + + + &Decoration: + + + typeCO + + + + + + + + 1 + 0 + 0 + 0 + + + + Height value + + + + + + + + 1 + 0 + 0 + 0 + + + + Width value + + + + + + + Height value + + + &Height: + + + heightED + + + + + + + + + + Width value + + + &Width: + + + widthED + + + + + + + Alignment + + + + 9 + + + 6 + + + + + Horizontal alignment of the content inside the box + + + + Left + + + + + Center + + + + + Right + + + + + Stretch + + + + + + + + Horizontal alignment of the content inside the box + + + Horizontal + + + + + + + Vertical alignment of the box (with regard to baseline) + + + + Top + + + + + Middle + + + + + Bottom + + + + + + + + Vertical alignment of the box (with regard to baseline) + + + &Box: + + + valignCO + + + + + + + Co&ntent: + + + ialignCO + + + + + + + Vertical alignment of the content inside the box + + + + Top + + + + + Middle + + + + + Bottom + + + + + Stretch + + + + + + + + Vertical alignment of the content inside the box + + + Vertical + + + + + + + + + + 0 + + + 6 + + + + + + + + &Restore + + + false + + + false + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + + &OK + + + true + + + + + + + + + + &Apply + + + false + + + false + + + + + + + &Close + + + false + + + false + + + + + + + + + + qt_helpers.h + + + + LengthCombo + QComboBox +
lengthcombo.h
+ 0 + +
+
+ + typeCO + innerBoxCO + widthED + widthUnitsLC + heightED + heightUnitsLC + ialignCO + halignCO + valignCO + restorePB + okPB + closePB + applyPB + + + +
diff --git a/src/frontends/qt4/ui/BranchUi.ui b/src/frontends/qt4/ui/BranchUi.ui new file mode 100644 index 0000000000..2be531b05c --- /dev/null +++ b/src/frontends/qt4/ui/BranchUi.ui @@ -0,0 +1,88 @@ + + + + + QBranchUi + + + + 0 + 0 + 188 + 129 + + + + + + + true + + + + 11 + + + 6 + + + + + &OK + + + false + + + + + + + &Close + + + true + + + + + + + 0 + + + 6 + + + + + &Available branches: + + + branchCO + + + + + + + Select your branch + + + + + + + + + + qt_helpers.h + + + branchCO + okPB + closePB + + + + diff --git a/src/frontends/qt4/ui/ChangesUi.ui b/src/frontends/qt4/ui/ChangesUi.ui new file mode 100644 index 0000000000..5fdef6f206 --- /dev/null +++ b/src/frontends/qt4/ui/ChangesUi.ui @@ -0,0 +1,151 @@ + + + + + QChangesUi + + + + 0 + 0 + 298 + 264 + + + + + + + true + + + + 9 + + + 6 + + + + + Change: + + + + + + + + + + 0 + + + 6 + + + + + Go to next change + + + &Next change + + + true + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Cancel + + + + + + + + + 0 + + + 6 + + + + + Accept this change + + + &Accept + + + false + + + + + + + Reject this change + + + &Reject + + + false + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + + qt_helpers.h + + + changeTB + acceptPB + rejectPB + nextPB + closePB + + + + diff --git a/src/frontends/qt4/ui/CharacterUi.ui b/src/frontends/qt4/ui/CharacterUi.ui new file mode 100644 index 0000000000..9eba9fd01e --- /dev/null +++ b/src/frontends/qt4/ui/CharacterUi.ui @@ -0,0 +1,423 @@ + + QCharacterUi + + + + 0 + 0 + 325 + 231 + + + + + + + true + + + + 11 + + + 6 + + + + + 0 + + + 6 + + + + + 0 + + + 6 + + + + + Font family + + + &Family: + + + familyCO + + + + + + + + 3 + 0 + 0 + 0 + + + + Font shape + + + QComboBox::AdjustToContents + + + + + + + Font shape + + + S&hape: + + + shapeCO + + + + + + + + 3 + 0 + 0 + 0 + + + + Font series + + + QComboBox::AdjustToContents + + + + + + + + 3 + 0 + 0 + 0 + + + + Language + + + QComboBox::AdjustToContents + + + + + + + + 3 + 0 + 0 + 0 + + + + Font family + + + QComboBox::AdjustToContents + + + + + + + + 3 + 0 + 0 + 0 + + + + Font color + + + QComboBox::AdjustToContents + + + + + + + Language + + + &Language: + + + langCO + + + + + + + Font series + + + &Series: + + + seriesCO + + + + + + + true + + + Font color + + + &Color: + + + colorCO + + + + + + + + + 0 + + + 6 + + + + + Never Toggled + + + + 11 + + + 6 + + + + + Font size + + + Si&ze: + + + sizeCO + + + + + + + + 1 + 0 + 0 + 0 + + + + Font size + + + QComboBox::AdjustToContents + + + + + + + + + + Other font settings + + + Always Toggled + + + + 11 + + + 6 + + + + + &Misc: + + + miscCO + + + + + + + Other font settings + + + QComboBox::AdjustToContents + + + + + + + + + + + + + + 0 + + + 6 + + + + + toggle font on all of the above + + + &Toggle all + + + + + + + Apply each change automatically + + + Apply changes immediately + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + true + + + + + + + &Apply + + + false + + + + + + + Close + + + false + + + false + + + + + + + + + familyCO + seriesCO + shapeCO + colorCO + langCO + toggleallCB + sizeCO + miscCO + autoapplyCB + okPB + applyPB + closePB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/CitationUi.ui b/src/frontends/qt4/ui/CitationUi.ui new file mode 100644 index 0000000000..a1be0eab50 --- /dev/null +++ b/src/frontends/qt4/ui/CitationUi.ui @@ -0,0 +1,432 @@ + + QCitationUi + + + + 0 + 0 + 369 + 509 + + + + + 1 + 1 + 0 + 0 + + + + + + + true + + + + 9 + + + 6 + + + + + 0 + + + 6 + + + + + + 0 + 0 + 0 + 0 + + + + Move the selected citation up + + + &Up + + + + + + + + + + + 0 + 0 + 0 + 0 + + + + Move the selected citation down + + + &Down + + + + + + + + + + Qt::Vertical + + + + 77 + 16 + + + + + + + + D&elete + + + + + + + QAbstractItemView::NoEditTriggers + + + + + + + + + + &Add + + + true + + + + + + + &Selected Citations: + + + selectedLV + + + + + + + A&vailable Citations: + + + availableLV + + + + + + + QAbstractItemView::NoEditTriggers + + + + + + + + + Qt::NoFocus + + + + + + + Formatting + + + true + + + + 9 + + + 6 + + + + + + 3 + 0 + 0 + 0 + + + + Natbib citation style to use + + + + + + + Citation st&yle: + + + citationStyleCO + + + + + + + List all authors + + + Full aut&hor list + + + + + + + Force upper case in citation + + + &Force upper case + + + + + + + &Text after: + + + textAfterED + + + + + + + + 5 + 0 + 0 + 0 + + + + Text to place after citation + + + + + + + Text &before: + + + textAfterED + + + + + + + + 5 + 0 + 0 + 0 + + + + Text to place before citation + + + + + + + + + + 0 + + + 6 + + + + + &Restore + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + &OK + + + true + + + true + + + + + + + A&pply + + + + + + + &Cancel + + + false + + + + + + + + + Search Citation + + + true + + + + 9 + + + 6 + + + + + 0 + + + 6 + + + + + Case Se&nsitive + + + + + + + Regular E&xpression + + + + + + + + + false + + + <- C&lear + + + + + + + + + + + + + + F&ind: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + findLE + + + + + + + + + + availableLV + selectedLV + addPB + deletePB + upPB + downPB + findLE + clearPB + caseCB + regexCB + citationStyleCO + textBeforeED + textAfterED + fulllistCB + forceuppercaseCB + restorePB + okPB + applyPB + cancelPB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/DelimiterUi.ui b/src/frontends/qt4/ui/DelimiterUi.ui new file mode 100644 index 0000000000..3edcfb8cc9 --- /dev/null +++ b/src/frontends/qt4/ui/DelimiterUi.ui @@ -0,0 +1,300 @@ + + QDelimiterUi + + + + 0 + 0 + 300 + 330 + + + + + 5 + 5 + 0 + 0 + + + + + 300 + 330 + + + + + 16777215 + 16777215 + + + + + + + true + + + + + 0 + 0 + 291 + 321 + + + + + 0 + + + 6 + + + + + 0 + + + 6 + + + + + + 5 + 0 + 0 + 0 + + + + &Size: + + + Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter + + + sizeCO + + + + + + + + 5 + 0 + 0 + 0 + + + + + + + + + + 0 + + + 6 + + + + + + 5 + 5 + 0 + 0 + + + + + 60 + 0 + + + + + 16777215 + 16777215 + + + + + 16 + 16 + + + + QListView::Adjust + + + 0 + + + -1 + + + + + + + + 5 + 5 + 0 + 0 + + + + + 60 + 0 + + + + + 16777215 + 16777215 + + + + + 16 + 16 + + + + QListView::Adjust + + + 0 + + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 50 + 28 + + + + + + + + + 5 + 0 + 0 + 0 + + + + Insert the delimiters + + + &Insert + + + + + + + + 5 + 0 + 0 + 0 + + + + &Close + + + + + + + + + + 3 + 0 + 0 + 0 + + + + TeX Code: + + + Qt::AutoText + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + false + + + + + + + + 3 + 0 + 0 + 0 + + + + Match delimiter types + + + &Keep matched + + + true + + + + + + + + matchCB + sizeCO + insertPB + closePB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/DocumentUi.ui b/src/frontends/qt4/ui/DocumentUi.ui new file mode 100644 index 0000000000..edce19db6e --- /dev/null +++ b/src/frontends/qt4/ui/DocumentUi.ui @@ -0,0 +1,178 @@ + + + + + QDocumentUi + + + + 0 + 0 + 422 + 124 + + + + + 1 + 1 + 0 + 0 + + + + + + + true + + + + 11 + + + 6 + + + + + + + + 0 + + + 6 + + + + + + 3 + 0 + 0 + 0 + + + + Reset to the default settings for the document class + + + Use Class Defaults + + + + + + + + 3 + 0 + 0 + 0 + + + + Save settings as LyX's default document settings + + + Save as Document Defaults + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + 0 + + + 6 + + + + + &Restore + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + true + + + + + + + &Apply + + + + + + + &Cancel + + + false + + + + + + + + + + qt_helpers.h + + + + lyx::frontend::PanelStack + +
panelstack.h
+ 1 + +
+
+ + +
diff --git a/src/frontends/qt4/ui/ERTUi.ui b/src/frontends/qt4/ui/ERTUi.ui new file mode 100644 index 0000000000..f149ffac17 --- /dev/null +++ b/src/frontends/qt4/ui/ERTUi.ui @@ -0,0 +1,127 @@ + + + + + QERTUi + + + + 0 + 0 + 197 + 194 + + + + + + + true + + + + 11 + + + 6 + + + + + Display + + + + 11 + + + 6 + + + + + Show ERT inline + + + &Inline + + + + + + + Show ERT button only + + + &Collapsed + + + + + + + Show ERT contents + + + O&pen + + + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + false + + + + + + + Close + + + true + + + + + + + + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/ErrorListUi.ui b/src/frontends/qt4/ui/ErrorListUi.ui new file mode 100644 index 0000000000..9fffa9af30 --- /dev/null +++ b/src/frontends/qt4/ui/ErrorListUi.ui @@ -0,0 +1,79 @@ + + + + + QErrorListUi + + + + 0 + 0 + 367 + 459 + + + + + + + true + + + + 9 + + + 6 + + + + + + 7 + 5 + 0 + 0 + + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &Close + + + + + + + + qt_helpers.h + + + errorsLW + descriptionTB + closePB + + + + diff --git a/src/frontends/qt4/ui/ExternalUi.ui b/src/frontends/qt4/ui/ExternalUi.ui new file mode 100644 index 0000000000..d98edef7f3 --- /dev/null +++ b/src/frontends/qt4/ui/ExternalUi.ui @@ -0,0 +1,761 @@ + + + + + QExternalUi + + + + 0 + 0 + 390 + 367 + + + + + + + true + + + + 9 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + 0 + + + + File + + + + 9 + + + 6 + + + + + &Draft + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Edit the file externally + + + &Edit File... + + + + + + + Select a file + + + &Browse... + + + + + + + Filename + + + &File: + + + fileED + + + + + + + Filename + + + + + + + Template + + + + 9 + + + 6 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Preferred + + + + 20 + 20 + + + + + + + + + 3 + 0 + 0 + 0 + + + + Available templates + + + + + + + + + + + LyX View + + + + 9 + + + 6 + + + + + Screen display + + + + Default + + + + + Monochrome + + + + + Grayscale + + + + + Color + + + + + Preview + + + + + + + + 0 + + + 6 + + + + + true + + + + 5 + 0 + 0 + 0 + + + + Percentage to scale by in LyX + + + + + + + true + + + Qt::NoFocus + + + % + + + + + + + + + Screen display + + + &Display: + + + showCO + + + + + + + Percentage to scale by in LyX + + + Sca&le: + + + displayscaleED + + + + + + + Qt::Horizontal + + + + 87 + 20 + + + + + + + + Display image in LyX + + + &Show in LyX + + + + + + + Qt::Vertical + + + + 81 + 196 + + + + + + + + + Rotate + + + + 9 + + + 6 + + + + + Qt::Vertical + + + + 20 + 222 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + 0 + + + 6 + + + + + + 3 + 0 + 0 + 0 + + + + Angle to rotate image by + + + + + + + + + + The origin of the rotation + + + &Origin: + + + originCO + + + + + + + The origin of the rotation + + + + + + + Angle to rotate image by + + + A&ngle: + + + angleED + + + + + + + + + + Scale + + + + 9 + + + 6 + + + + + + + + + + + true + + + Height of image in output + + + + + + + true + + + Maintain aspect ratio with largest dimension + + + &Maintain aspect ratio + + + + + + + Qt::Vertical + + + + 20 + 165 + + + + + + + + true + + + &Width: + + + widthED + + + + + + + true + + + Width of image in output + + + + + + + true + + + &Height: + + + heightED + + + + + + + + Crop + + + + 9 + + + 6 + + + + + Get bounding box from the (EPS) file + + + &Get from File + + + + + + + Qt::Horizontal + + + + 43 + 18 + + + + + + + + Clip to bounding box values + + + Clip to &bounding box + + + + + + + + + + + + + + + + + &Left bottom: + + + xlED + + + + + + + + + + Right &top: + + + xrED + + + + + + + + + + Qt::Vertical + + + + 20 + 158 + + + + + + + + x + + + + + + + y + + + + + + + + Options + + + + 9 + + + 6 + + + + + Qt::Vertical + + + + 20 + 229 + + + + + + + + + + + O&ption: + + + extraED + + + + + + + + + + Forma&t: + + + Qt::AutoText + + + extraFormatCO + + + + + + + + + + + &OK + + + true + + + + + + + &Apply + + + false + + + + + + + &Close + + + false + + + false + + + + + + + + qt_helpers.h + + + + LengthCombo + QWidget +
lengthcombo.h
+ 0 + +
+
+ + tab + fileED + browsePB + editPB + externalCO + externalTB + draftCB + displayCB + showCO + displayscaleED + angleED + originCO + widthED + widthUnitCO + heightED + aspectratioCB + clipCB + getbbPB + xrED + ytED + xlED + ybED + extraFormatCO + extraED + okPB + applyPB + closePB + + + +
diff --git a/src/frontends/qt4/ui/FloatUi.ui b/src/frontends/qt4/ui/FloatUi.ui new file mode 100644 index 0000000000..d5a6efc8f1 --- /dev/null +++ b/src/frontends/qt4/ui/FloatUi.ui @@ -0,0 +1,114 @@ + + + + + QFloatUi + + + + 0 + 0 + 410 + 336 + + + + + + + true + + + + 11 + + + 6 + + + + + + + + 0 + + + 6 + + + + + &Restore + + + false + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + true + + + + + + + &Apply + + + + + + + &Close + + + + + + + + + + qt_helpers.h + + + + FloatPlacement + +
FloatPlacement.h
+ 1 + +
+
+ + restorePB + okPB + applyPB + closePB + + + +
diff --git a/src/frontends/qt4/ui/GraphicsUi.ui b/src/frontends/qt4/ui/GraphicsUi.ui new file mode 100644 index 0000000000..6fd3094c3c --- /dev/null +++ b/src/frontends/qt4/ui/GraphicsUi.ui @@ -0,0 +1,807 @@ + + QGraphicsUi + + + + 0 + 0 + 432 + 328 + + + + + 1 + 1 + 0 + 0 + + + + + + + true + + + + 9 + + + 6 + + + + + + + + 0 + + + + &Graphics + + + + 9 + + + 6 + + + + + &Edit + + + false + + + false + + + + + + + Select an image file + + + &Browse... + + + + + + + File name of image + + + + + + + File name of image + + + &File: + + + filename + + + + + + + Rotate Graphics + + + true + + + + 9 + + + 6 + + + + + Angle to rotate image by + + + A&ngle (Degrees): + + + angle + + + + + + + + 3 + 0 + 0 + 0 + + + + Angle to rotate image by + + + + + + + The origin of the rotation + + + Or&igin: + + + origin + + + + + + + The origin of the rotation + + + + + + + + + + Output Size + + + true + + + + 9 + + + 6 + + + + + + + + + + + true + + + + 1 + 0 + 0 + 0 + + + + Width of image in output + + + + + + + Qt::Horizontal + + + + 61 + 20 + + + + + + + + + + + true + + + + 1 + 0 + 0 + 0 + + + + Height of image in output + + + + + + + true + + + Sets height of graphic. Leave unchecked to set automatically. + + + Set &height: + + + + + + + &Scale Graphics (%): + + + + + + + true + + + Sets width of graphic. Leave unchecked to set automatically. + + + Set &width: + + + + + + + true + + + Scale image to maximum size not exceeding width and height + + + &Maintain aspect ratio + + + + + + + + + + + &Clipping + + + + 9 + + + 6 + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Clip to bounding box values + + + Clip to &bounding box + + + + + + + true + + + + 5 + 1 + 0 + 0 + + + + QFrame::StyledPanel + + + QFrame::Raised + + + + 9 + + + 6 + + + + + &Left bottom: + + + lbX + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Right &top: + + + rtX + + + + + + + y: + + + + + + + y: + + + + + + + x: + + + + + + + x: + + + + + + + + + + Qt::Horizontal + + + + 181 + 20 + + + + + + + + Get bounding box from the (EPS) file + + + &Get from File + + + + + + + + LaTe&X and LyX options + + + + 9 + + + 6 + + + + + Additional LaTeX options + + + LaTeX &options: + + + latexoptions + + + + + + + + 3 + 0 + 0 + 0 + + + + Additional LaTeX options + + + + + + + Don't uncompress image before exporting to LaTeX + + + Don't un&zip on export + + + + + + + Draft mode + + + &Draft mode + + + + + + + Qt::StrongFocus + + + S&ubfigure + + + true + + + true + + + false + + + + 9 + + + 6 + + + + + The caption for the sub-figure + + + Ca&ption: + + + subcaption + + + + + + + + 3 + 0 + 0 + 0 + + + + The caption for the sub-figure + + + + + + + + + + Qt::StrongFocus + + + Sho&w in LyX + + + true + + + true + + + + 9 + + + 6 + + + + + Screen display + + + &Display: + + + showCB + + + + + + + Screen display + + + + Default + + + + + Monochrome + + + + + Grayscale + + + + + Color + + + + + + + + Percentage to scale by in LyX + + + Sca&le on Screen (%): + + + displayscale + + + + + + + true + + + + 1 + 0 + 0 + 0 + + + + Percentage to scale by in LyX + + + + + + + + + + + + + + 0 + + + 6 + + + + + &Restore + + + false + + + false + + + + + + + Qt::Horizontal + + + QSizePolicy::MinimumExpanding + + + + 20 + 20 + + + + + + + + &OK + + + true + + + true + + + + + + + + 1 + 0 + 0 + 0 + + + + &Apply + + + false + + + false + + + + + + + + 1 + 0 + 0 + 0 + + + + Close + + + false + + + + + + + + + + LengthCombo + QComboBox +
lengthcombo.h
+
+
+ + TabWidget + filename + browsePB + editPB + scaleCB + Scale + WidthCB + Width + widthUnit + HeightCB + Height + heightUnit + aspectratio + angle + origin + restorePB + okPB + applyPB + closePB + clip + lbX + lbXunit + lbY + lbYunit + rtX + rtXunit + rtY + rtYunit + getPB + latexoptions + draftCB + unzipCB + subfigure + subcaption + displayGB + showCB + displayscale + + + qt_helpers.h + + + + +
diff --git a/src/frontends/qt4/ui/IncludeUi.ui b/src/frontends/qt4/ui/IncludeUi.ui new file mode 100644 index 0000000000..704c8b5b18 --- /dev/null +++ b/src/frontends/qt4/ui/IncludeUi.ui @@ -0,0 +1,222 @@ + + QIncludeUi + + + + 0 + 0 + 386 + 171 + + + + + + + true + + + + 9 + + + 6 + + + + + + 3 + 0 + 0 + 0 + + + + Show LaTeX preview + + + &Show preview + + + + + + + + 3 + 0 + 0 + 0 + + + + Underline spaces in generated output + + + &Mark spaces in output + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 130 + 50 + + + + + + + + File name to include + + + + + + + Load the file + + + &Load + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 28 + 28 + + + + + + + + + Include + + + + + Input + + + + + Verbatim + + + + + + + + &Include Type: + + + typeCO + + + + + + + Select a file + + + &Browse... + + + + + + + + + + &File: + + + filenameED + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + true + + + + + + + &Close + + + + + + + + + filenameED + browsePB + typeCO + loadPB + visiblespaceCB + previewCB + okPB + closePB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/IndexUi.ui b/src/frontends/qt4/ui/IndexUi.ui new file mode 100644 index 0000000000..c2e856d5f2 --- /dev/null +++ b/src/frontends/qt4/ui/IndexUi.ui @@ -0,0 +1,111 @@ + + QIndexUi + + + + 0 + 0 + 203 + 82 + + + + + + + true + + + + 11 + + + 6 + + + + + 0 + + + 6 + + + + + + + + + + + keywordED + + + + + + + + + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + true + + + + + + + Cancel + + + false + + + false + + + + + + + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/LogUi.ui b/src/frontends/qt4/ui/LogUi.ui new file mode 100644 index 0000000000..38081b1756 --- /dev/null +++ b/src/frontends/qt4/ui/LogUi.ui @@ -0,0 +1,90 @@ + + + + + QLogUi + + + + 0 + 0 + 420 + 328 + + + + + + + true + + + + 9 + + + 6 + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Update the display + + + &Update + + + true + + + + + + + &Close + + + + + + + + + + qt_helpers.h + + + logTB + updatePB + closePB + + + + diff --git a/src/frontends/qt4/ui/MathMatrixUi.ui b/src/frontends/qt4/ui/MathMatrixUi.ui new file mode 100644 index 0000000000..a524aae29c --- /dev/null +++ b/src/frontends/qt4/ui/MathMatrixUi.ui @@ -0,0 +1,299 @@ + + + + + QMathMatrixUi + + + + 0 + 0 + 248 + 371 + + + + + + + true + + + + 11 + + + 6 + + + + + 0 + + + 6 + + + + + Number of rows + + + &Rows: + + + rowsSB + + + + + + + Number of rows + + + QAbstractSpinBox::PlusMinus + + + 511 + + + 1 + + + + + + + Number of columns + + + &Columns: + + + columnsSB + + + + + + + Number of columns + + + QAbstractSpinBox::PlusMinus + + + 511 + + + 1 + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::MinimumExpanding + + + + 20 + 20 + + + + + + + + + 5 + 5 + 0 + 0 + + + + Resize this to the correct table dimensions + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + + + + + Close + + + + + + + + + Qt::Vertical + + + QSizePolicy::MinimumExpanding + + + + 20 + 20 + + + + + + + + Alignment + + + + 11 + + + 6 + + + + + Vertical alignment + + + + Top + + + + + Middle + + + + + Bottom + + + + + + + + &Vertical: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + valignCO + + + + + + + + 1 + 0 + 0 + 0 + + + + Horizontal alignment per column (l,c,r) + + + + + + + &Horizontal: + + + halignED + + + + + + + + + + + qt_helpers.h + + + + EmptyTable + QWidget +
emptytable.h
+ 0 + +
+
+ + rowsSB + columnsSB + valignCO + halignED + okPB + closePB + + + +
diff --git a/src/frontends/qt4/ui/NomenclUi.ui b/src/frontends/qt4/ui/NomenclUi.ui new file mode 100644 index 0000000000..9fd6eef585 --- /dev/null +++ b/src/frontends/qt4/ui/NomenclUi.ui @@ -0,0 +1,128 @@ + + QNomenclUi + + + + 0 + 0 + 254 + 165 + + + + + + + true + + + + 9 + + + 6 + + + + + + + + Sort &as: + + + prefixED + + + + + + + &Description: + + + descriptionTE + + + + + + + &Symbol: + + + symbolED + + + + + + + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + Alt+O + + + true + + + + + + + Cancel + + + + + + + + + + + + + symbolED + prefixED + okPB + closePB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/NoteUi.ui b/src/frontends/qt4/ui/NoteUi.ui new file mode 100644 index 0000000000..a1f941cf87 --- /dev/null +++ b/src/frontends/qt4/ui/NoteUi.ui @@ -0,0 +1,130 @@ + + + + + QNoteUi + + + + 0 + 0 + 202 + 208 + + + + + + + true + + + + 11 + + + 6 + + + + + &OK + + + false + + + + + + + Close + + + true + + + + + + + Type + + + + 11 + + + 6 + + + + + LyX internal only + + + LyX &Note + + + + + + + Export to LaTeX/Docbook but don't print + + + &Comment + + + + + + + Print as grey text + + + &Greyed out + + + + + + + Framed in box + + + &Framed + + + + + + + Box with shaded background + + + &Shaded + + + + + + + + + + + qt_helpers.h + + + noteRB + commentRB + greyedoutRB + framedRB + shadedRB + okPB + closePB + + + + diff --git a/src/frontends/qt4/ui/ParagraphUi.ui b/src/frontends/qt4/ui/ParagraphUi.ui new file mode 100644 index 0000000000..b0a4e36121 --- /dev/null +++ b/src/frontends/qt4/ui/ParagraphUi.ui @@ -0,0 +1,323 @@ + + QParagraphUi + + + Qt::ApplicationModal + + + + 0 + 0 + 373 + 203 + + + + + 1 + 1 + 0 + 0 + + + + Qt::NoFocus + + + + + + true + + + + 9 + + + 6 + + + + + 0 + + + 6 + + + + + &Restore + + + false + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + false + + + true + + + + + + + &Apply + + + false + + + + + + + &Close + + + false + + + + + + + + + false + + + Label Width + + + + 11 + + + 6 + + + + + This text defines the width of the paragraph label + + + + + + + This text defines the width of the paragraph label + + + &Longest label + + + labelWidth + + + + + + + + + + 0 + + + 6 + + + + + Indent &Paragraph + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + Qt::Vertical + + + + 249 + 31 + + + + + + + + 0 + + + 6 + + + + + L&ine spacing: + + + linespacing + + + + + + + + Default + + + + + Single + + + + + 1.5 + + + + + Double + + + + + Custom + + + + + + + + false + + + + + + + + + Alignment + + + + 9 + + + 6 + + + + + + 50 + true + false + true + + + + &Default + + + + + + + &Justified + + + + + + + &Left + + + + + + + &Right + + + + + + + &Center + + + + + + + + + + linespacing + linespacingValue + indentCB + labelWidth + restorePB + okPB + applyPB + closePB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/PrefColorsUi.ui b/src/frontends/qt4/ui/PrefColorsUi.ui new file mode 100644 index 0000000000..6ea9fe238d --- /dev/null +++ b/src/frontends/qt4/ui/PrefColorsUi.ui @@ -0,0 +1,82 @@ + + QPrefColorsUi + + + + 0 + 0 + 359 + 351 + + + + + + + + 0 + + + 6 + + + + + &Colors + + + lyxObjectsLW + + + + + + + 0 + + + 6 + + + + + + + + 0 + + + 6 + + + + + &Alter... + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/PrefConvertersUi.ui b/src/frontends/qt4/ui/PrefConvertersUi.ui new file mode 100644 index 0000000000..d428d6572c --- /dev/null +++ b/src/frontends/qt4/ui/PrefConvertersUi.ui @@ -0,0 +1,296 @@ + + QPrefConvertersUi + + + + 0 + 0 + 423 + 394 + + + + + + + + 9 + + + 6 + + + + + Converter File Cache + + + + 9 + + + 6 + + + + + 0 + + + 6 + + + + + &Enabled + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + &Maximum Age (in days): + + + maxAgeLE + + + + + + + + + + + + + + + Converter Defi&nitions + + + + 9 + + + 6 + + + + + + 7 + 7 + 0 + 0 + + + + + + + + 0 + + + 6 + + + + + A&dd + + + + + + + &Modify + + + + + + + + 1 + 0 + 0 + 0 + + + + Remo&ve + + + + + + + Qt::Vertical + + + + 75 + 16 + + + + + + + + + + 0 + + + 6 + + + + + 0 + + + 6 + + + + + &From format: + + + converterFromCO + + + + + + + + 3 + 0 + 0 + 0 + + + + + + + + + + 0 + + + 6 + + + + + &To format: + + + converterToCO + + + + + + + + 3 + 0 + 0 + 0 + + + + + + + + + + + + 0 + + + 6 + + + + + E&xtra flag: + + + converterFlagED + + + + + + + + + + + + 0 + + + 6 + + + + + C&onverter: + + + converterED + + + + + + + + + + + + + + + convertersLW + converterFromCO + converterToCO + converterED + converterFlagED + converterNewPB + converterModifyPB + converterRemovePB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/PrefCopiersUi.ui b/src/frontends/qt4/ui/PrefCopiersUi.ui new file mode 100644 index 0000000000..3f3a8da9d9 --- /dev/null +++ b/src/frontends/qt4/ui/PrefCopiersUi.ui @@ -0,0 +1,153 @@ + + QPrefCopiersUi + + + + 0 + 0 + 396 + 320 + + + + + + + + 0 + + + 6 + + + + + C&opiers + + + AllCopiersLW + + + + + + + 0 + + + 6 + + + + + + + + 0 + + + 6 + + + + + &Add + + + + + + + &Modify + + + + + + + &Remove + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + 0 + + + 6 + + + + + &Format: + + + copierFormatCO + + + + + + + + + + &Copier: + + + copierED + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + AllCopiersLW + copierFormatCO + copierED + copierNewPB + copierModifyPB + copierRemovePB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/PrefCygwinPathUi.ui b/src/frontends/qt4/ui/PrefCygwinPathUi.ui new file mode 100644 index 0000000000..550056c4bc --- /dev/null +++ b/src/frontends/qt4/ui/PrefCygwinPathUi.ui @@ -0,0 +1,58 @@ + + QPrefCygwinPathUi + + + + 0 + 0 + 275 + 91 + + + + + + + + 9 + + + 6 + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + true + + + + + + Select if LyX should output Windows-style paths rather than Posix-style paths to LaTeX files. Useful if you're using the native Windows MikTeX rather than the Cygwin teTeX. + + + &Use Windows-style paths in LaTeX files + + + + + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/PrefDateUi.ui b/src/frontends/qt4/ui/PrefDateUi.ui new file mode 100644 index 0000000000..0d2f958fbd --- /dev/null +++ b/src/frontends/qt4/ui/PrefDateUi.ui @@ -0,0 +1,76 @@ + + + + + QPrefDateUi + + + + 0 + 0 + 279 + 91 + + + + + + + + 11 + + + 6 + + + + + 0 + + + 6 + + + + + &Date format: + + + DateED + + + + + + + Date format for strftime output + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/PrefDisplayUi.ui b/src/frontends/qt4/ui/PrefDisplayUi.ui new file mode 100644 index 0000000000..e96e8a8774 --- /dev/null +++ b/src/frontends/qt4/ui/PrefDisplayUi.ui @@ -0,0 +1,126 @@ + + + + + QPrefDisplayUi + + + + 0 + 0 + 264 + 133 + + + + + + + + 11 + + + 6 + + + + + 0 + + + 6 + + + + + Display &Graphics: + + + displayGraphicsCO + + + + + + + + Off + + + + + No math + + + + + On + + + + + + + + + Monochrome + + + + + Grayscale + + + + + Color + + + + + Do not display + + + + + + + + Instant &Preview: + + + instantPreviewCO + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + qt_helpers.h + + + displayGraphicsCO + instantPreviewCO + + + + diff --git a/src/frontends/qt4/ui/PrefFileformatsUi.ui b/src/frontends/qt4/ui/PrefFileformatsUi.ui new file mode 100644 index 0000000000..2ca137b381 --- /dev/null +++ b/src/frontends/qt4/ui/PrefFileformatsUi.ui @@ -0,0 +1,261 @@ + + QPrefFileformatsUi + + + + 0 + 0 + 459 + 410 + + + + + + + + 0 + + + 6 + + + + + &File formats + + + formatsLW + + + + + + + 0 + + + 6 + + + + + + + + 0 + + + 6 + + + + + &Add + + + + + + + &Modify + + + + + + + &Remove + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + 0 + + + 6 + + + + + &Document format + + + + + + + Vector graphi&cs format + + + + + + + + + 0 + + + 6 + + + + + 0 + + + 6 + + + + + F&ormat: + + + formatED + + + + + + + S&hortcut: + + + shortcutED + + + + + + + &Viewer: + + + viewerED + + + + + + + + + 0 + + + 6 + + + + + + + + + + + + + + + + 0 + + + 6 + + + + + &GUI name: + + + guiNameED + + + + + + + E&xtension: + + + extensionED + + + + + + + Ed&itor: + + + editorED + + + + + + + + + 0 + + + 6 + + + + + + + + + + + + + + + + + + formatsLW + documentCB + vectorCB + formatED + guiNameED + shortcutED + extensionED + viewerED + editorED + formatNewPB + formatModifyPB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/PrefIdentityUi.ui b/src/frontends/qt4/ui/PrefIdentityUi.ui new file mode 100644 index 0000000000..336345e165 --- /dev/null +++ b/src/frontends/qt4/ui/PrefIdentityUi.ui @@ -0,0 +1,97 @@ + + + + + QPrefIdentityUi + + + + 0 + 0 + 388 + 209 + + + + + + + + 11 + + + 6 + + + + + 0 + + + 6 + + + + + &E-mail: + + + emailED + + + + + + + Your name + + + + + + + &Name: + + + nameED + + + + + + + Your E-mail address + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + qt_helpers.h + + + nameED + emailED + + + + diff --git a/src/frontends/qt4/ui/PrefKeyboardUi.ui b/src/frontends/qt4/ui/PrefKeyboardUi.ui new file mode 100644 index 0000000000..ea65afb2d8 --- /dev/null +++ b/src/frontends/qt4/ui/PrefKeyboardUi.ui @@ -0,0 +1,128 @@ + + QPrefKeyboardUi + + + + 0 + 0 + 338 + 253 + + + + + + + + 11 + + + 6 + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + false + + + + + + + false + + + + + + + false + + + Bro&wse... + + + false + + + + + + + false + + + S&econd: + + + secondKeymapED + + + + + + + false + + + &First: + + + firstKeymapED + + + + + + + false + + + Br&owse... + + + false + + + + + + + Use &keyboard map + + + false + + + + + + + keymapCB + firstKeymapED + firstKeymapPB + secondKeymapED + secondKeymapPB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/PrefLanguageUi.ui b/src/frontends/qt4/ui/PrefLanguageUi.ui new file mode 100644 index 0000000000..e11e254426 --- /dev/null +++ b/src/frontends/qt4/ui/PrefLanguageUi.ui @@ -0,0 +1,187 @@ + + + + + QPrefLanguageUi + + + + 0 + 0 + 360 + 323 + + + + + + + + 11 + + + 6 + + + + + Command s&tart: + + + startCommandED + + + + + + + + + + + + + + + + + + + &Default language: + + + defaultLanguageCO + + + + + + + Command e&nd: + + + endCommandED + + + + + + + Language pac&kage: + + + languagePackageED + + + + + + + Auto &begin + + + + + + + Use b&abel + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &Global + + + + + + + &Right-to-left language support + + + + + + + Auto &end + + + + + + + Mark &foreign languages + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + qt_helpers.h + + + defaultLanguageCO + languagePackageED + startCommandED + endCommandED + useBabelCB + globalCB + autoBeginCB + autoEndCB + markForeignCB + rtlCB + + + + diff --git a/src/frontends/qt4/ui/PrefLatexUi.ui b/src/frontends/qt4/ui/PrefLatexUi.ui new file mode 100644 index 0000000000..bcbee052e0 --- /dev/null +++ b/src/frontends/qt4/ui/PrefLatexUi.ui @@ -0,0 +1,232 @@ + + + + + QPrefLatexUi + + + + 0 + 0 + 427 + 285 + + + + + + + + 9 + + + 6 + + + + + Set class options to default on class change + + + &Reset class options when document class changes + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 409 + 75 + + + + + + + + Default paper si&ze: + + + latexPaperSizeCO + + + + + + + Te&X encoding: + + + latexEncodingED + + + + + + + + + + + Default + + + + + US letter + + + + + US legal + + + + + US executive + + + + + A3 + + + + + A4 + + + + + A5 + + + + + B5 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 178 + 54 + + + + + + + + External Applications + + + + 11 + + + 6 + + + + + CheckTeX start options and flags + + + + + + + Chec&kTeX command: + + + latexChecktexED + + + + + + + BibTeX command and options + + + + + + + &BibTeX command: + + + latexChecktexED + + + + + + + Index command and options (makeindex, xindy) + + + + + + + Index command: + + + latexDviPaperED + + + + + + + DVI viewer paper size options: + + + latexDviPaperED + + + + + + + Optional paper size flag (-paper) for some DVI viewers + + + + + + + + + + + qt_helpers.h + + + latexEncodingED + latexPaperSizeCO + latexAutoresetCB + latexChecktexED + latexDviPaperED + + + + diff --git a/src/frontends/qt4/ui/PrefPathsUi.ui b/src/frontends/qt4/ui/PrefPathsUi.ui new file mode 100644 index 0000000000..e711d2ef0b --- /dev/null +++ b/src/frontends/qt4/ui/PrefPathsUi.ui @@ -0,0 +1,189 @@ + + + + + QPrefPathsUi + + + + 0 + 0 + 347 + 227 + + + + + + + + 9 + + + 6 + + + + + Ly&XServer pipe: + + + lyxserverDirED + + + + + + + Browse... + + + false + + + + + + + + + + Browse... + + + false + + + + + + + Browse... + + + false + + + + + + + + + + + + + Browse... + + + false + + + + + + + &PATH prefix: + + + pathPrefixED + + + + + + + &Temporary directory: + + + tempDirED + + + + + + + &Backup directory: + + + backupDirED + + + + + + + + + + + + + Browse... + + + false + + + + + + + &Working directory: + + + workingDirED + + + + + + + &Document templates: + + + templateDirED + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + qt_helpers.h + + + workingDirED + workingDirPB + templateDirED + templateDirPB + backupDirED + backupDirPB + lyxserverDirED + lyxserverDirPB + tempDirED + tempDirPB + + + + diff --git a/src/frontends/qt4/ui/PrefPlaintextUi.ui b/src/frontends/qt4/ui/PrefPlaintextUi.ui new file mode 100644 index 0000000000..cc8d164a78 --- /dev/null +++ b/src/frontends/qt4/ui/PrefPlaintextUi.ui @@ -0,0 +1,122 @@ + + + + + QPrefPlaintextUi + + + + 0 + 0 + 340 + 99 + + + + + + + + 11 + + + 6 + + + + + 0 + + + 6 + + + + + &roff command: + + + plaintextRoffED + + + + + + + 0 + + + 6 + + + + + The maximum line length of exported plain text/LaTeX/SGML files. If set to 0, paragraphs are output in a single line; if the line length is > 0, paragraphs are separated by a blank line. + + + 120 + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + Output &line length: + + + plaintextLinelengthSB + + + + + + + External app for formating tables in plain text output + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/PrefPrinterUi.ui b/src/frontends/qt4/ui/PrefPrinterUi.ui new file mode 100644 index 0000000000..e77fb92372 --- /dev/null +++ b/src/frontends/qt4/ui/PrefPrinterUi.ui @@ -0,0 +1,342 @@ + + + + + QPrefPrinterUi + + + + 0 + 0 + 385 + 386 + + + + + + + + 9 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 184 + 83 + + + + + + + + + + + Name of the default printer + + + + + + + Use printer name explicitely + + + Adapt outp&ut + + + + + + + Command Options + + + + 11 + + + 6 + + + + + Re&verse: + + + printerReverseED + + + + + + + + + + + + + To p&rinter: + + + printerToPrinterED + + + + + + + Paper si&ze: + + + printerPaperSizeED + + + + + + + + + + + + + To &file: + + + printerToFileED + + + + + + + + + + + + + + + + Spool &command: + + + printerSpoolCommandED + + + + + + + + + + + + + &Odd pages: + + + printerOddED + + + + + + + + + + Paper t&ype: + + + printerPaperTypeED + + + + + + + + + + E&xtra options: + + + printerExtraED + + + + + + + Spool pref&ix: + + + printerSpoolPrefixED + + + + + + + + + + Co&llated: + + + printerCollatedED + + + + + + + + + + &Even pages: + + + printerEvenED + + + + + + + File ex&tension: + + + printerExtensionED + + + + + + + + + + Lan&dscape: + + + printerLandscapeED + + + + + + + + + + Co&pies: + + + printerCopiesED + + + + + + + Pa&ge range: + + + printerPageRangeED + + + + + + + Specify the command option names for your printer command + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Printer co&mmand: + + + printerCommandED + + + + + + + Printer &name: + + + printerNameED + + + + + + + + qt_helpers.h + + + printerNameED + printerAdaptCB + printerCommandED + printerEvenED + printerPageRangeED + printerCopiesED + printerReverseED + printerToPrinterED + printerExtensionED + printerSpoolCommandED + printerPaperTypeED + printerOddED + printerCollatedED + printerLandscapeED + printerToFileED + printerExtraED + printerSpoolPrefixED + printerPaperSizeED + + + + diff --git a/src/frontends/qt4/ui/PrefScreenFontsUi.ui b/src/frontends/qt4/ui/PrefScreenFontsUi.ui new file mode 100644 index 0000000000..88975764b6 --- /dev/null +++ b/src/frontends/qt4/ui/PrefScreenFontsUi.ui @@ -0,0 +1,409 @@ + + + + + QPrefScreenFontsUi + + + + 0 + 0 + 342 + 365 + + + + + + + + 11 + + + 6 + + + + + 0 + + + 6 + + + + + 0 + + + 6 + + + + + false + + + + + + + + 3 + 5 + 0 + 0 + + + + + 60 + 0 + + + + + + + + Sa&ns Serif: + + + screenSansCO + + + + + + + + 3 + 5 + 0 + 0 + + + + + 60 + 0 + + + + + + + + false + + + + + + + T&ypewriter: + + + screenTypewriterCO + + + + + + + &Roman: + + + screenRomanCO + + + + + + + + 3 + 5 + 0 + 0 + + + + + + + + false + + + + + + + + + + + 0 + + + 6 + + + + + 0 + + + 6 + + + + + Screen &DPI: + + + screenDpiSB + + + + + + + 999 + + + + + + + &Zoom %: + + + screenZoomSB + + + + + + + 999 + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + Font Sizes + + + + 11 + + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Larger: + + + screenLargerED + + + + + + + Largest: + + + screenLargestED + + + + + + + + + + Huge: + + + screenHugeED + + + + + + + Hugest: + + + screenHugerED + + + + + + + Smallest: + + + screenSmallestED + + + + + + + Smaller: + + + screenSmallerED + + + + + + + Small: + + + screenSmallED + + + + + + + Normal: + + + screenNormalED + + + + + + + Tiny: + + + screenTinyED + + + + + + + Large: + + + screenLargeED + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + qt_helpers.h + + + + QFontExample + QWidget +
qfontexample.h
+ 0 + +
+
+ + screenRomanCO + screenSansCO + screenTypewriterCO + screenZoomSB + screenDpiSB + screenTinyED + screenSmallestED + screenSmallerED + screenSmallED + screenNormalED + screenLargeED + screenLargerED + screenLargestED + screenHugeED + screenHugerED + + + +
diff --git a/src/frontends/qt4/ui/PrefSpellcheckerUi.ui b/src/frontends/qt4/ui/PrefSpellcheckerUi.ui new file mode 100644 index 0000000000..d8acecaa5b --- /dev/null +++ b/src/frontends/qt4/ui/PrefSpellcheckerUi.ui @@ -0,0 +1,200 @@ + + + + + QPrefSpellcheckerUi + + + + 0 + 0 + 386 + 268 + + + + + + + + 11 + + + 6 + + + + + 0 + + + 6 + + + + + Spellchec&ker executable: + + + spellCommandCO + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Override the language used for the spellchecker + + + + + + + Al&ternative language: + + + altLanguageED + + + + + + + Br&owse... + + + + + + + Escape cha&racters: + + + escapeCharactersED + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Specify a personal dictionary file other than the default + + + + + + + Personal &dictionary: + + + persDictionaryED + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + Accept words such as "diskdrive" + + + Accept compound &words + + + + + + + Use input encod&ing + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + qt_helpers.h + + + spellCommandCO + altLanguageED + escapeCharactersED + persDictionaryED + persDictionaryPB + compoundWordCB + inputEncodingCB + + + + diff --git a/src/frontends/qt4/ui/PrefUi.ui b/src/frontends/qt4/ui/PrefUi.ui new file mode 100644 index 0000000000..1760cc05d3 --- /dev/null +++ b/src/frontends/qt4/ui/PrefUi.ui @@ -0,0 +1,413 @@ + + QPrefUi + + + + 0 + 0 + 459 + 425 + + + + + 1 + 1 + 0 + 0 + + + + + + + + 9 + + + 6 + + + + + Scrolling + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop + + + + 11 + + + 6 + + + + + Cursor follows &scrollbar + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + B&rowse... + + + + + + + &User interface file: + + + uiFileED + + + + + + + &Bind file: + + + bindFileED + + + + + + + + + + Bro&wse... + + + + + + + + + + + 5 + 5 + 0 + 0 + + + + Session + + + + 9 + + + 6 + + + + + Save/restore window size, or use fixed size + + + true + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Load opened files from last session + + + + + + + Restore cursor positions + + + + + + + true + + + Restore to cursor position when the file was last closed + + + Save/restore window position + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + false + + + Width + + + + + + + false + + + 9999 + + + 200 + + + 10 + + + + + + + false + + + Height + + + + + + + false + + + 9999 + + + 200 + + + 10 + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 30 + 20 + + + + + + + + + + + + + Documents + + + + 11 + + + 6 + + + + + B&ackup documents + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 21 + 20 + + + + + + + + every + + + autoSaveSB + + + + + + + 300 + + + 1 + + + + + + + minutes + + + + + + + + + 0 + + + 6 + + + + + &Maximum last files: + + + lastfilesSB + + + + + + + 9 + + + + + + + + + + + + uiFileED + uiFilePB + bindFileED + bindFilePB + loadWindowSizeCB + windowWidthSB + windowHeightSB + loadWindowLocationCB + restoreCursorCB + loadSessionCB + autoSaveCB + autoSaveSB + lastfilesSB + cursorFollowsCB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/PrefsUi.ui b/src/frontends/qt4/ui/PrefsUi.ui new file mode 100644 index 0000000000..14cb86a28d --- /dev/null +++ b/src/frontends/qt4/ui/PrefsUi.ui @@ -0,0 +1,128 @@ + + + + + QPrefsUi + + + + 0 + 0 + 433 + 352 + + + + + 1 + 1 + 0 + 0 + + + + + + + true + + + + 11 + + + 6 + + + + + + + + 0 + + + 6 + + + + + &Restore + + + false + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &Save + + + false + + + + + + + &Apply + + + false + + + + + + + &Close + + + false + + + + + + + + + + qt_helpers.h + + + + lyx::frontend::PanelStack + +
panelstack.h
+ 1 + +
+
+ + restorePB + savePB + applyPB + closePB + + + +
diff --git a/src/frontends/qt4/ui/PrintUi.ui b/src/frontends/qt4/ui/PrintUi.ui new file mode 100644 index 0000000000..91ac08a751 --- /dev/null +++ b/src/frontends/qt4/ui/PrintUi.ui @@ -0,0 +1,349 @@ + + + + + QPrintUi + + + + 0 + 0 + 403 + 366 + + + + + + + true + + + + 11 + + + 6 + + + + + Pages + + + + 11 + + + 6 + + + + + 0 + + + 6 + + + + + 0 + + + 6 + + + + + false + + + Page number to print from + + + + + + + &To:[[as in 'From page x to page y']] + + + toED + + + + + + + false + + + Page number to print to + + + + + + + + + Print all pages + + + Fro&m + + + false + + + + + + + Print all pages + + + &All + + + true + + + + + + + + + Print &odd-numbered pages + + + true + + + + + + + Print &even-numbered pages + + + true + + + + + + + Print in reverse order + + + Re&verse order + + + + + + + + + + Copies + + + + 11 + + + 6 + + + + + Number of copies + + + 1 + + + 1 + + + + + + + false + + + Collate copies + + + &Collate + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &Print + + + false + + + true + + + + + + + Close + + + false + + + false + + + + + + + + + Print Destination + + + + 11 + + + 6 + + + + + Send output to the printer + + + P&rinter: + + + true + + + + + + + Send output to the given printer + + + + + + + Send output to a file + + + &File: + + + + + + + true + + + Send output to a file + + + + + + + true + + + &Browse... + + + + + + + + + + + qt_helpers.h + + + printerRB + printerED + fileRB + fileED + browsePB + allRB + rangeRB + fromED + toED + oddCB + evenCB + reverseCB + copiesSB + collateCB + printPB + closePB + + + + diff --git a/src/frontends/qt4/ui/QAboutUi.ui b/src/frontends/qt4/ui/QAboutUi.ui deleted file mode 100644 index 8ed2910310..0000000000 --- a/src/frontends/qt4/ui/QAboutUi.ui +++ /dev/null @@ -1,148 +0,0 @@ - - - - - QAboutUi - - - - 0 - 0 - 327 - 232 - - - - - - - true - - - - 9 - - - 6 - - - - - - Version - - - - 11 - - - 6 - - - - - QFrame::Box - - - QFrame::Sunken - - - Version goes here - - - Qt::AlignCenter - - - 6 - - - - - - - - Credits - - - - 9 - - - 6 - - - - - - - - - Copyright - - - - 9 - - - 6 - - - - - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - 0 - 0 - 0 - 0 - - - - &Close - - - true - - - - - - - - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QAskForTextUi.ui b/src/frontends/qt4/ui/QAskForTextUi.ui deleted file mode 100644 index ed66f7ba83..0000000000 --- a/src/frontends/qt4/ui/QAskForTextUi.ui +++ /dev/null @@ -1,111 +0,0 @@ - - - - - QAskForTextUi - - - - 0 - 0 - 269 - 116 - - - - LyX: Enter text - - - true - - - - 11 - - - 6 - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &Dummy - - - askLE - - - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - 0 - - - 6 - - - - - &OK - - - true - - - - - - - &Cancel - - - false - - - - - - - - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QBibitemUi.ui b/src/frontends/qt4/ui/QBibitemUi.ui deleted file mode 100644 index 8588383c4c..0000000000 --- a/src/frontends/qt4/ui/QBibitemUi.ui +++ /dev/null @@ -1,135 +0,0 @@ - - - - - QBibitemUi - - - - 0 - 0 - 197 - 134 - - - - - - - true - - - - 9 - - - 6 - - - - - - 7 - 0 - 0 - 0 - - - - The bibliography key - - - - - - - - 7 - 0 - 0 - 0 - - - - The label as it appears in the document - - - - - - - The label as it appears in the document - - - &Label: - - - labelED - - - - - - - The bibliography key - - - &Key: - - - keyED - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - true - - - - - - - &Close - - - - - - - - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QBibtexAddUi.ui b/src/frontends/qt4/ui/QBibtexAddUi.ui deleted file mode 100644 index f3b4bc0982..0000000000 --- a/src/frontends/qt4/ui/QBibtexAddUi.ui +++ /dev/null @@ -1,151 +0,0 @@ - - - - - QBibtexAddUi - - - - 0 - 0 - 221 - 321 - - - - - 1 - 1 - 0 - 0 - - - - LyX: Add BibTeX Database - - - true - - - - 9 - - - 6 - - - - - QAbstractItemView::ExtendedSelection - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &Add - - - false - - - true - - - - - - - Cancel - - - false - - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - 7 - 0 - 0 - 0 - - - - Enter BibTeX database name - - - - - - - &Browse... - - - false - - - true - - - - - - - - qt_helpers.h - - - bibLW - bibED - browsePB - addPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QBibtexUi.ui b/src/frontends/qt4/ui/QBibtexUi.ui deleted file mode 100644 index 792e62a87f..0000000000 --- a/src/frontends/qt4/ui/QBibtexUi.ui +++ /dev/null @@ -1,277 +0,0 @@ - - - - - QBibtexUi - - - - 0 - 0 - 352 - 313 - - - - - - - true - - - - 9 - - - 6 - - - - - - - - Add bibliography to the table of contents - - - Add bibliography to &TOC - - - - - - - - 1 - 0 - 0 - 0 - - - - This bibliography section contains... - - - &Content: - - - styleCB - - - - - - - This bibliography section contains... - - - - all cited references - - - - - all uncited references - - - - - all references - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Choose a style file - - - &Browse... - - - false - - - - - - - Choose a style file - - - true - - - true - - - false - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Remove the selected database - - - &Delete - - - - - - - Add a BibTeX database file - - - &Add... - - - - - - - - 1 - 0 - 0 - 0 - - - - BibTeX database to use - - - Databa&ses - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop - - - databaseLW - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - false - - - true - - - - - - - Cancel - - - false - - - - - - - - - - 1 - 0 - 0 - 0 - - - - The BibTeX style - - - St&yle - - - styleCB - - - - - - - - qt_helpers.h - - - addBibPB - deletePB - styleCB - stylePB - bibtocCB - btPrintCO - okPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QBoxUi.ui b/src/frontends/qt4/ui/QBoxUi.ui deleted file mode 100644 index e7ac1f2613..0000000000 --- a/src/frontends/qt4/ui/QBoxUi.ui +++ /dev/null @@ -1,395 +0,0 @@ - - - - - QBoxUi - - - - 0 - 0 - 333 - 274 - - - - - - - true - - - - 9 - - - 6 - - - - - - - - Inner box -- needed for fixed width & line breaks - - - - None - - - - - Parbox - - - - - Minipage - - - - - - - - Supported box types - - - - - - - Inner box -- needed for fixed width & line breaks - - - Inner Bo&x: - - - innerBoxCO - - - - - - - Supported box types - - - &Decoration: - - - typeCO - - - - - - - - 1 - 0 - 0 - 0 - - - - Height value - - - - - - - - 1 - 0 - 0 - 0 - - - - Width value - - - - - - - Height value - - - &Height: - - - heightED - - - - - - - - - - Width value - - - &Width: - - - widthED - - - - - - - Alignment - - - - 9 - - - 6 - - - - - Horizontal alignment of the content inside the box - - - - Left - - - - - Center - - - - - Right - - - - - Stretch - - - - - - - - Horizontal alignment of the content inside the box - - - Horizontal - - - - - - - Vertical alignment of the box (with regard to baseline) - - - - Top - - - - - Middle - - - - - Bottom - - - - - - - - Vertical alignment of the box (with regard to baseline) - - - &Box: - - - valignCO - - - - - - - Co&ntent: - - - ialignCO - - - - - - - Vertical alignment of the content inside the box - - - - Top - - - - - Middle - - - - - Bottom - - - - - Stretch - - - - - - - - Vertical alignment of the content inside the box - - - Vertical - - - - - - - - - - 0 - - - 6 - - - - - - - - &Restore - - - false - - - false - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - - - &OK - - - true - - - - - - - - - - &Apply - - - false - - - false - - - - - - - &Close - - - false - - - false - - - - - - - - - - qt_helpers.h - - - - LengthCombo - QComboBox -
lengthcombo.h
- 0 - -
-
- - typeCO - innerBoxCO - widthED - widthUnitsLC - heightED - heightUnitsLC - ialignCO - halignCO - valignCO - restorePB - okPB - closePB - applyPB - - - -
diff --git a/src/frontends/qt4/ui/QBranchUi.ui b/src/frontends/qt4/ui/QBranchUi.ui deleted file mode 100644 index 2be531b05c..0000000000 --- a/src/frontends/qt4/ui/QBranchUi.ui +++ /dev/null @@ -1,88 +0,0 @@ - - - - - QBranchUi - - - - 0 - 0 - 188 - 129 - - - - - - - true - - - - 11 - - - 6 - - - - - &OK - - - false - - - - - - - &Close - - - true - - - - - - - 0 - - - 6 - - - - - &Available branches: - - - branchCO - - - - - - - Select your branch - - - - - - - - - - qt_helpers.h - - - branchCO - okPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QChangesUi.ui b/src/frontends/qt4/ui/QChangesUi.ui deleted file mode 100644 index 5fdef6f206..0000000000 --- a/src/frontends/qt4/ui/QChangesUi.ui +++ /dev/null @@ -1,151 +0,0 @@ - - - - - QChangesUi - - - - 0 - 0 - 298 - 264 - - - - - - - true - - - - 9 - - - 6 - - - - - Change: - - - - - - - - - - 0 - - - 6 - - - - - Go to next change - - - &Next change - - - true - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Cancel - - - - - - - - - 0 - - - 6 - - - - - Accept this change - - - &Accept - - - false - - - - - - - Reject this change - - - &Reject - - - false - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - - - qt_helpers.h - - - changeTB - acceptPB - rejectPB - nextPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QCharacterUi.ui b/src/frontends/qt4/ui/QCharacterUi.ui deleted file mode 100644 index 9eba9fd01e..0000000000 --- a/src/frontends/qt4/ui/QCharacterUi.ui +++ /dev/null @@ -1,423 +0,0 @@ - - QCharacterUi - - - - 0 - 0 - 325 - 231 - - - - - - - true - - - - 11 - - - 6 - - - - - 0 - - - 6 - - - - - 0 - - - 6 - - - - - Font family - - - &Family: - - - familyCO - - - - - - - - 3 - 0 - 0 - 0 - - - - Font shape - - - QComboBox::AdjustToContents - - - - - - - Font shape - - - S&hape: - - - shapeCO - - - - - - - - 3 - 0 - 0 - 0 - - - - Font series - - - QComboBox::AdjustToContents - - - - - - - - 3 - 0 - 0 - 0 - - - - Language - - - QComboBox::AdjustToContents - - - - - - - - 3 - 0 - 0 - 0 - - - - Font family - - - QComboBox::AdjustToContents - - - - - - - - 3 - 0 - 0 - 0 - - - - Font color - - - QComboBox::AdjustToContents - - - - - - - Language - - - &Language: - - - langCO - - - - - - - Font series - - - &Series: - - - seriesCO - - - - - - - true - - - Font color - - - &Color: - - - colorCO - - - - - - - - - 0 - - - 6 - - - - - Never Toggled - - - - 11 - - - 6 - - - - - Font size - - - Si&ze: - - - sizeCO - - - - - - - - 1 - 0 - 0 - 0 - - - - Font size - - - QComboBox::AdjustToContents - - - - - - - - - - Other font settings - - - Always Toggled - - - - 11 - - - 6 - - - - - &Misc: - - - miscCO - - - - - - - Other font settings - - - QComboBox::AdjustToContents - - - - - - - - - - - - - - 0 - - - 6 - - - - - toggle font on all of the above - - - &Toggle all - - - - - - - Apply each change automatically - - - Apply changes immediately - - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - true - - - - - - - &Apply - - - false - - - - - - - Close - - - false - - - false - - - - - - - - - familyCO - seriesCO - shapeCO - colorCO - langCO - toggleallCB - sizeCO - miscCO - autoapplyCB - okPB - applyPB - closePB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QCitationUi.ui b/src/frontends/qt4/ui/QCitationUi.ui deleted file mode 100644 index a1be0eab50..0000000000 --- a/src/frontends/qt4/ui/QCitationUi.ui +++ /dev/null @@ -1,432 +0,0 @@ - - QCitationUi - - - - 0 - 0 - 369 - 509 - - - - - 1 - 1 - 0 - 0 - - - - - - - true - - - - 9 - - - 6 - - - - - 0 - - - 6 - - - - - - 0 - 0 - 0 - 0 - - - - Move the selected citation up - - - &Up - - - - - - - - - - - 0 - 0 - 0 - 0 - - - - Move the selected citation down - - - &Down - - - - - - - - - - Qt::Vertical - - - - 77 - 16 - - - - - - - - D&elete - - - - - - - QAbstractItemView::NoEditTriggers - - - - - - - - - - &Add - - - true - - - - - - - &Selected Citations: - - - selectedLV - - - - - - - A&vailable Citations: - - - availableLV - - - - - - - QAbstractItemView::NoEditTriggers - - - - - - - - - Qt::NoFocus - - - - - - - Formatting - - - true - - - - 9 - - - 6 - - - - - - 3 - 0 - 0 - 0 - - - - Natbib citation style to use - - - - - - - Citation st&yle: - - - citationStyleCO - - - - - - - List all authors - - - Full aut&hor list - - - - - - - Force upper case in citation - - - &Force upper case - - - - - - - &Text after: - - - textAfterED - - - - - - - - 5 - 0 - 0 - 0 - - - - Text to place after citation - - - - - - - Text &before: - - - textAfterED - - - - - - - - 5 - 0 - 0 - 0 - - - - Text to place before citation - - - - - - - - - - 0 - - - 6 - - - - - &Restore - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - &OK - - - true - - - true - - - - - - - A&pply - - - - - - - &Cancel - - - false - - - - - - - - - Search Citation - - - true - - - - 9 - - - 6 - - - - - 0 - - - 6 - - - - - Case Se&nsitive - - - - - - - Regular E&xpression - - - - - - - - - false - - - <- C&lear - - - - - - - - - - - - - - F&ind: - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - findLE - - - - - - - - - - availableLV - selectedLV - addPB - deletePB - upPB - downPB - findLE - clearPB - caseCB - regexCB - citationStyleCO - textBeforeED - textAfterED - fulllistCB - forceuppercaseCB - restorePB - okPB - applyPB - cancelPB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QDelimiterUi.ui b/src/frontends/qt4/ui/QDelimiterUi.ui deleted file mode 100644 index 3edcfb8cc9..0000000000 --- a/src/frontends/qt4/ui/QDelimiterUi.ui +++ /dev/null @@ -1,300 +0,0 @@ - - QDelimiterUi - - - - 0 - 0 - 300 - 330 - - - - - 5 - 5 - 0 - 0 - - - - - 300 - 330 - - - - - 16777215 - 16777215 - - - - - - - true - - - - - 0 - 0 - 291 - 321 - - - - - 0 - - - 6 - - - - - 0 - - - 6 - - - - - - 5 - 0 - 0 - 0 - - - - &Size: - - - Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter - - - sizeCO - - - - - - - - 5 - 0 - 0 - 0 - - - - - - - - - - 0 - - - 6 - - - - - - 5 - 5 - 0 - 0 - - - - - 60 - 0 - - - - - 16777215 - 16777215 - - - - - 16 - 16 - - - - QListView::Adjust - - - 0 - - - -1 - - - - - - - - 5 - 5 - 0 - 0 - - - - - 60 - 0 - - - - - 16777215 - 16777215 - - - - - 16 - 16 - - - - QListView::Adjust - - - 0 - - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 50 - 28 - - - - - - - - - 5 - 0 - 0 - 0 - - - - Insert the delimiters - - - &Insert - - - - - - - - 5 - 0 - 0 - 0 - - - - &Close - - - - - - - - - - 3 - 0 - 0 - 0 - - - - TeX Code: - - - Qt::AutoText - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - false - - - - - - - - 3 - 0 - 0 - 0 - - - - Match delimiter types - - - &Keep matched - - - true - - - - - - - - matchCB - sizeCO - insertPB - closePB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QDocumentUi.ui b/src/frontends/qt4/ui/QDocumentUi.ui deleted file mode 100644 index edce19db6e..0000000000 --- a/src/frontends/qt4/ui/QDocumentUi.ui +++ /dev/null @@ -1,178 +0,0 @@ - - - - - QDocumentUi - - - - 0 - 0 - 422 - 124 - - - - - 1 - 1 - 0 - 0 - - - - - - - true - - - - 11 - - - 6 - - - - - - - - 0 - - - 6 - - - - - - 3 - 0 - 0 - 0 - - - - Reset to the default settings for the document class - - - Use Class Defaults - - - - - - - - 3 - 0 - 0 - 0 - - - - Save settings as LyX's default document settings - - - Save as Document Defaults - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - - 0 - - - 6 - - - - - &Restore - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - true - - - - - - - &Apply - - - - - - - &Cancel - - - false - - - - - - - - - - qt_helpers.h - - - - lyx::frontend::PanelStack - -
panelstack.h
- 1 - -
-
- - -
diff --git a/src/frontends/qt4/ui/QERTUi.ui b/src/frontends/qt4/ui/QERTUi.ui deleted file mode 100644 index f149ffac17..0000000000 --- a/src/frontends/qt4/ui/QERTUi.ui +++ /dev/null @@ -1,127 +0,0 @@ - - - - - QERTUi - - - - 0 - 0 - 197 - 194 - - - - - - - true - - - - 11 - - - 6 - - - - - Display - - - - 11 - - - 6 - - - - - Show ERT inline - - - &Inline - - - - - - - Show ERT button only - - - &Collapsed - - - - - - - Show ERT contents - - - O&pen - - - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - false - - - - - - - Close - - - true - - - - - - - - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QErrorListUi.ui b/src/frontends/qt4/ui/QErrorListUi.ui deleted file mode 100644 index 9fffa9af30..0000000000 --- a/src/frontends/qt4/ui/QErrorListUi.ui +++ /dev/null @@ -1,79 +0,0 @@ - - - - - QErrorListUi - - - - 0 - 0 - 367 - 459 - - - - - - - true - - - - 9 - - - 6 - - - - - - 7 - 5 - 0 - 0 - - - - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &Close - - - - - - - - qt_helpers.h - - - errorsLW - descriptionTB - closePB - - - - diff --git a/src/frontends/qt4/ui/QExternalUi.ui b/src/frontends/qt4/ui/QExternalUi.ui deleted file mode 100644 index d98edef7f3..0000000000 --- a/src/frontends/qt4/ui/QExternalUi.ui +++ /dev/null @@ -1,761 +0,0 @@ - - - - - QExternalUi - - - - 0 - 0 - 390 - 367 - - - - - - - true - - - - 9 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - 0 - - - - File - - - - 9 - - - 6 - - - - - &Draft - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Edit the file externally - - - &Edit File... - - - - - - - Select a file - - - &Browse... - - - - - - - Filename - - - &File: - - - fileED - - - - - - - Filename - - - - - - - Template - - - - 9 - - - 6 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Preferred - - - - 20 - 20 - - - - - - - - - 3 - 0 - 0 - 0 - - - - Available templates - - - - - - - - - - - LyX View - - - - 9 - - - 6 - - - - - Screen display - - - - Default - - - - - Monochrome - - - - - Grayscale - - - - - Color - - - - - Preview - - - - - - - - 0 - - - 6 - - - - - true - - - - 5 - 0 - 0 - 0 - - - - Percentage to scale by in LyX - - - - - - - true - - - Qt::NoFocus - - - % - - - - - - - - - Screen display - - - &Display: - - - showCO - - - - - - - Percentage to scale by in LyX - - - Sca&le: - - - displayscaleED - - - - - - - Qt::Horizontal - - - - 87 - 20 - - - - - - - - Display image in LyX - - - &Show in LyX - - - - - - - Qt::Vertical - - - - 81 - 196 - - - - - - - - - Rotate - - - - 9 - - - 6 - - - - - Qt::Vertical - - - - 20 - 222 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - 0 - - - 6 - - - - - - 3 - 0 - 0 - 0 - - - - Angle to rotate image by - - - - - - - - - - The origin of the rotation - - - &Origin: - - - originCO - - - - - - - The origin of the rotation - - - - - - - Angle to rotate image by - - - A&ngle: - - - angleED - - - - - - - - - - Scale - - - - 9 - - - 6 - - - - - - - - - - - true - - - Height of image in output - - - - - - - true - - - Maintain aspect ratio with largest dimension - - - &Maintain aspect ratio - - - - - - - Qt::Vertical - - - - 20 - 165 - - - - - - - - true - - - &Width: - - - widthED - - - - - - - true - - - Width of image in output - - - - - - - true - - - &Height: - - - heightED - - - - - - - - Crop - - - - 9 - - - 6 - - - - - Get bounding box from the (EPS) file - - - &Get from File - - - - - - - Qt::Horizontal - - - - 43 - 18 - - - - - - - - Clip to bounding box values - - - Clip to &bounding box - - - - - - - - - - - - - - - - - &Left bottom: - - - xlED - - - - - - - - - - Right &top: - - - xrED - - - - - - - - - - Qt::Vertical - - - - 20 - 158 - - - - - - - - x - - - - - - - y - - - - - - - - Options - - - - 9 - - - 6 - - - - - Qt::Vertical - - - - 20 - 229 - - - - - - - - - - - O&ption: - - - extraED - - - - - - - - - - Forma&t: - - - Qt::AutoText - - - extraFormatCO - - - - - - - - - - - &OK - - - true - - - - - - - &Apply - - - false - - - - - - - &Close - - - false - - - false - - - - - - - - qt_helpers.h - - - - LengthCombo - QWidget -
lengthcombo.h
- 0 - -
-
- - tab - fileED - browsePB - editPB - externalCO - externalTB - draftCB - displayCB - showCO - displayscaleED - angleED - originCO - widthED - widthUnitCO - heightED - aspectratioCB - clipCB - getbbPB - xrED - ytED - xlED - ybED - extraFormatCO - extraED - okPB - applyPB - closePB - - - -
diff --git a/src/frontends/qt4/ui/QFloatUi.ui b/src/frontends/qt4/ui/QFloatUi.ui deleted file mode 100644 index d5a6efc8f1..0000000000 --- a/src/frontends/qt4/ui/QFloatUi.ui +++ /dev/null @@ -1,114 +0,0 @@ - - - - - QFloatUi - - - - 0 - 0 - 410 - 336 - - - - - - - true - - - - 11 - - - 6 - - - - - - - - 0 - - - 6 - - - - - &Restore - - - false - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - true - - - - - - - &Apply - - - - - - - &Close - - - - - - - - - - qt_helpers.h - - - - FloatPlacement - -
FloatPlacement.h
- 1 - -
-
- - restorePB - okPB - applyPB - closePB - - - -
diff --git a/src/frontends/qt4/ui/QGraphicsUi.ui b/src/frontends/qt4/ui/QGraphicsUi.ui deleted file mode 100644 index 6fd3094c3c..0000000000 --- a/src/frontends/qt4/ui/QGraphicsUi.ui +++ /dev/null @@ -1,807 +0,0 @@ - - QGraphicsUi - - - - 0 - 0 - 432 - 328 - - - - - 1 - 1 - 0 - 0 - - - - - - - true - - - - 9 - - - 6 - - - - - - - - 0 - - - - &Graphics - - - - 9 - - - 6 - - - - - &Edit - - - false - - - false - - - - - - - Select an image file - - - &Browse... - - - - - - - File name of image - - - - - - - File name of image - - - &File: - - - filename - - - - - - - Rotate Graphics - - - true - - - - 9 - - - 6 - - - - - Angle to rotate image by - - - A&ngle (Degrees): - - - angle - - - - - - - - 3 - 0 - 0 - 0 - - - - Angle to rotate image by - - - - - - - The origin of the rotation - - - Or&igin: - - - origin - - - - - - - The origin of the rotation - - - - - - - - - - Output Size - - - true - - - - 9 - - - 6 - - - - - - - - - - - true - - - - 1 - 0 - 0 - 0 - - - - Width of image in output - - - - - - - Qt::Horizontal - - - - 61 - 20 - - - - - - - - - - - true - - - - 1 - 0 - 0 - 0 - - - - Height of image in output - - - - - - - true - - - Sets height of graphic. Leave unchecked to set automatically. - - - Set &height: - - - - - - - &Scale Graphics (%): - - - - - - - true - - - Sets width of graphic. Leave unchecked to set automatically. - - - Set &width: - - - - - - - true - - - Scale image to maximum size not exceeding width and height - - - &Maintain aspect ratio - - - - - - - - - - - &Clipping - - - - 9 - - - 6 - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - Clip to bounding box values - - - Clip to &bounding box - - - - - - - true - - - - 5 - 1 - 0 - 0 - - - - QFrame::StyledPanel - - - QFrame::Raised - - - - 9 - - - 6 - - - - - &Left bottom: - - - lbX - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Right &top: - - - rtX - - - - - - - y: - - - - - - - y: - - - - - - - x: - - - - - - - x: - - - - - - - - - - Qt::Horizontal - - - - 181 - 20 - - - - - - - - Get bounding box from the (EPS) file - - - &Get from File - - - - - - - - LaTe&X and LyX options - - - - 9 - - - 6 - - - - - Additional LaTeX options - - - LaTeX &options: - - - latexoptions - - - - - - - - 3 - 0 - 0 - 0 - - - - Additional LaTeX options - - - - - - - Don't uncompress image before exporting to LaTeX - - - Don't un&zip on export - - - - - - - Draft mode - - - &Draft mode - - - - - - - Qt::StrongFocus - - - S&ubfigure - - - true - - - true - - - false - - - - 9 - - - 6 - - - - - The caption for the sub-figure - - - Ca&ption: - - - subcaption - - - - - - - - 3 - 0 - 0 - 0 - - - - The caption for the sub-figure - - - - - - - - - - Qt::StrongFocus - - - Sho&w in LyX - - - true - - - true - - - - 9 - - - 6 - - - - - Screen display - - - &Display: - - - showCB - - - - - - - Screen display - - - - Default - - - - - Monochrome - - - - - Grayscale - - - - - Color - - - - - - - - Percentage to scale by in LyX - - - Sca&le on Screen (%): - - - displayscale - - - - - - - true - - - - 1 - 0 - 0 - 0 - - - - Percentage to scale by in LyX - - - - - - - - - - - - - - 0 - - - 6 - - - - - &Restore - - - false - - - false - - - - - - - Qt::Horizontal - - - QSizePolicy::MinimumExpanding - - - - 20 - 20 - - - - - - - - &OK - - - true - - - true - - - - - - - - 1 - 0 - 0 - 0 - - - - &Apply - - - false - - - false - - - - - - - - 1 - 0 - 0 - 0 - - - - Close - - - false - - - - - - - - - - LengthCombo - QComboBox -
lengthcombo.h
-
-
- - TabWidget - filename - browsePB - editPB - scaleCB - Scale - WidthCB - Width - widthUnit - HeightCB - Height - heightUnit - aspectratio - angle - origin - restorePB - okPB - applyPB - closePB - clip - lbX - lbXunit - lbY - lbYunit - rtX - rtXunit - rtY - rtYunit - getPB - latexoptions - draftCB - unzipCB - subfigure - subcaption - displayGB - showCB - displayscale - - - qt_helpers.h - - - - -
diff --git a/src/frontends/qt4/ui/QIncludeUi.ui b/src/frontends/qt4/ui/QIncludeUi.ui deleted file mode 100644 index 704c8b5b18..0000000000 --- a/src/frontends/qt4/ui/QIncludeUi.ui +++ /dev/null @@ -1,222 +0,0 @@ - - QIncludeUi - - - - 0 - 0 - 386 - 171 - - - - - - - true - - - - 9 - - - 6 - - - - - - 3 - 0 - 0 - 0 - - - - Show LaTeX preview - - - &Show preview - - - - - - - - 3 - 0 - 0 - 0 - - - - Underline spaces in generated output - - - &Mark spaces in output - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 130 - 50 - - - - - - - - File name to include - - - - - - - Load the file - - - &Load - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 28 - 28 - - - - - - - - - Include - - - - - Input - - - - - Verbatim - - - - - - - - &Include Type: - - - typeCO - - - - - - - Select a file - - - &Browse... - - - - - - - - - - &File: - - - filenameED - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - true - - - - - - - &Close - - - - - - - - - filenameED - browsePB - typeCO - loadPB - visiblespaceCB - previewCB - okPB - closePB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QIndexUi.ui b/src/frontends/qt4/ui/QIndexUi.ui deleted file mode 100644 index c2e856d5f2..0000000000 --- a/src/frontends/qt4/ui/QIndexUi.ui +++ /dev/null @@ -1,111 +0,0 @@ - - QIndexUi - - - - 0 - 0 - 203 - 82 - - - - - - - true - - - - 11 - - - 6 - - - - - 0 - - - 6 - - - - - - - - - - - keywordED - - - - - - - - - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - true - - - - - - - Cancel - - - false - - - false - - - - - - - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QLogUi.ui b/src/frontends/qt4/ui/QLogUi.ui deleted file mode 100644 index 38081b1756..0000000000 --- a/src/frontends/qt4/ui/QLogUi.ui +++ /dev/null @@ -1,90 +0,0 @@ - - - - - QLogUi - - - - 0 - 0 - 420 - 328 - - - - - - - true - - - - 9 - - - 6 - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Update the display - - - &Update - - - true - - - - - - - &Close - - - - - - - - - - qt_helpers.h - - - logTB - updatePB - closePB - - - - diff --git a/src/frontends/qt4/ui/QMathMatrixUi.ui b/src/frontends/qt4/ui/QMathMatrixUi.ui deleted file mode 100644 index a524aae29c..0000000000 --- a/src/frontends/qt4/ui/QMathMatrixUi.ui +++ /dev/null @@ -1,299 +0,0 @@ - - - - - QMathMatrixUi - - - - 0 - 0 - 248 - 371 - - - - - - - true - - - - 11 - - - 6 - - - - - 0 - - - 6 - - - - - Number of rows - - - &Rows: - - - rowsSB - - - - - - - Number of rows - - - QAbstractSpinBox::PlusMinus - - - 511 - - - 1 - - - - - - - Number of columns - - - &Columns: - - - columnsSB - - - - - - - Number of columns - - - QAbstractSpinBox::PlusMinus - - - 511 - - - 1 - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - - Qt::Horizontal - - - QSizePolicy::MinimumExpanding - - - - 20 - 20 - - - - - - - - - 5 - 5 - 0 - 0 - - - - Resize this to the correct table dimensions - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - - - - - Close - - - - - - - - - Qt::Vertical - - - QSizePolicy::MinimumExpanding - - - - 20 - 20 - - - - - - - - Alignment - - - - 11 - - - 6 - - - - - Vertical alignment - - - - Top - - - - - Middle - - - - - Bottom - - - - - - - - &Vertical: - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - valignCO - - - - - - - - 1 - 0 - 0 - 0 - - - - Horizontal alignment per column (l,c,r) - - - - - - - &Horizontal: - - - halignED - - - - - - - - - - - qt_helpers.h - - - - EmptyTable - QWidget -
emptytable.h
- 0 - -
-
- - rowsSB - columnsSB - valignCO - halignED - okPB - closePB - - - -
diff --git a/src/frontends/qt4/ui/QNomenclUi.ui b/src/frontends/qt4/ui/QNomenclUi.ui deleted file mode 100644 index 9fd6eef585..0000000000 --- a/src/frontends/qt4/ui/QNomenclUi.ui +++ /dev/null @@ -1,128 +0,0 @@ - - QNomenclUi - - - - 0 - 0 - 254 - 165 - - - - - - - true - - - - 9 - - - 6 - - - - - - - - Sort &as: - - - prefixED - - - - - - - &Description: - - - descriptionTE - - - - - - - &Symbol: - - - symbolED - - - - - - - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - Alt+O - - - true - - - - - - - Cancel - - - - - - - - - - - - - symbolED - prefixED - okPB - closePB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QNoteUi.ui b/src/frontends/qt4/ui/QNoteUi.ui deleted file mode 100644 index a1f941cf87..0000000000 --- a/src/frontends/qt4/ui/QNoteUi.ui +++ /dev/null @@ -1,130 +0,0 @@ - - - - - QNoteUi - - - - 0 - 0 - 202 - 208 - - - - - - - true - - - - 11 - - - 6 - - - - - &OK - - - false - - - - - - - Close - - - true - - - - - - - Type - - - - 11 - - - 6 - - - - - LyX internal only - - - LyX &Note - - - - - - - Export to LaTeX/Docbook but don't print - - - &Comment - - - - - - - Print as grey text - - - &Greyed out - - - - - - - Framed in box - - - &Framed - - - - - - - Box with shaded background - - - &Shaded - - - - - - - - - - - qt_helpers.h - - - noteRB - commentRB - greyedoutRB - framedRB - shadedRB - okPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QParagraphUi.ui b/src/frontends/qt4/ui/QParagraphUi.ui deleted file mode 100644 index b0a4e36121..0000000000 --- a/src/frontends/qt4/ui/QParagraphUi.ui +++ /dev/null @@ -1,323 +0,0 @@ - - QParagraphUi - - - Qt::ApplicationModal - - - - 0 - 0 - 373 - 203 - - - - - 1 - 1 - 0 - 0 - - - - Qt::NoFocus - - - - - - true - - - - 9 - - - 6 - - - - - 0 - - - 6 - - - - - &Restore - - - false - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - false - - - true - - - - - - - &Apply - - - false - - - - - - - &Close - - - false - - - - - - - - - false - - - Label Width - - - - 11 - - - 6 - - - - - This text defines the width of the paragraph label - - - - - - - This text defines the width of the paragraph label - - - &Longest label - - - labelWidth - - - - - - - - - - 0 - - - 6 - - - - - Indent &Paragraph - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - - Qt::Vertical - - - - 249 - 31 - - - - - - - - 0 - - - 6 - - - - - L&ine spacing: - - - linespacing - - - - - - - - Default - - - - - Single - - - - - 1.5 - - - - - Double - - - - - Custom - - - - - - - - false - - - - - - - - - Alignment - - - - 9 - - - 6 - - - - - - 50 - true - false - true - - - - &Default - - - - - - - &Justified - - - - - - - &Left - - - - - - - &Right - - - - - - - &Center - - - - - - - - - - linespacing - linespacingValue - indentCB - labelWidth - restorePB - okPB - applyPB - closePB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QPrefColorsUi.ui b/src/frontends/qt4/ui/QPrefColorsUi.ui deleted file mode 100644 index 6ea9fe238d..0000000000 --- a/src/frontends/qt4/ui/QPrefColorsUi.ui +++ /dev/null @@ -1,82 +0,0 @@ - - QPrefColorsUi - - - - 0 - 0 - 359 - 351 - - - - - - - - 0 - - - 6 - - - - - &Colors - - - lyxObjectsLW - - - - - - - 0 - - - 6 - - - - - - - - 0 - - - 6 - - - - - &Alter... - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QPrefConvertersUi.ui b/src/frontends/qt4/ui/QPrefConvertersUi.ui deleted file mode 100644 index d428d6572c..0000000000 --- a/src/frontends/qt4/ui/QPrefConvertersUi.ui +++ /dev/null @@ -1,296 +0,0 @@ - - QPrefConvertersUi - - - - 0 - 0 - 423 - 394 - - - - - - - - 9 - - - 6 - - - - - Converter File Cache - - - - 9 - - - 6 - - - - - 0 - - - 6 - - - - - &Enabled - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - &Maximum Age (in days): - - - maxAgeLE - - - - - - - - - - - - - - - Converter Defi&nitions - - - - 9 - - - 6 - - - - - - 7 - 7 - 0 - 0 - - - - - - - - 0 - - - 6 - - - - - A&dd - - - - - - - &Modify - - - - - - - - 1 - 0 - 0 - 0 - - - - Remo&ve - - - - - - - Qt::Vertical - - - - 75 - 16 - - - - - - - - - - 0 - - - 6 - - - - - 0 - - - 6 - - - - - &From format: - - - converterFromCO - - - - - - - - 3 - 0 - 0 - 0 - - - - - - - - - - 0 - - - 6 - - - - - &To format: - - - converterToCO - - - - - - - - 3 - 0 - 0 - 0 - - - - - - - - - - - - 0 - - - 6 - - - - - E&xtra flag: - - - converterFlagED - - - - - - - - - - - - 0 - - - 6 - - - - - C&onverter: - - - converterED - - - - - - - - - - - - - - - convertersLW - converterFromCO - converterToCO - converterED - converterFlagED - converterNewPB - converterModifyPB - converterRemovePB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QPrefCopiersUi.ui b/src/frontends/qt4/ui/QPrefCopiersUi.ui deleted file mode 100644 index 3f3a8da9d9..0000000000 --- a/src/frontends/qt4/ui/QPrefCopiersUi.ui +++ /dev/null @@ -1,153 +0,0 @@ - - QPrefCopiersUi - - - - 0 - 0 - 396 - 320 - - - - - - - - 0 - - - 6 - - - - - C&opiers - - - AllCopiersLW - - - - - - - 0 - - - 6 - - - - - - - - 0 - - - 6 - - - - - &Add - - - - - - - &Modify - - - - - - - &Remove - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - - - 0 - - - 6 - - - - - &Format: - - - copierFormatCO - - - - - - - - - - &Copier: - - - copierED - - - - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - - AllCopiersLW - copierFormatCO - copierED - copierNewPB - copierModifyPB - copierRemovePB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QPrefCygwinPathUi.ui b/src/frontends/qt4/ui/QPrefCygwinPathUi.ui deleted file mode 100644 index 550056c4bc..0000000000 --- a/src/frontends/qt4/ui/QPrefCygwinPathUi.ui +++ /dev/null @@ -1,58 +0,0 @@ - - QPrefCygwinPathUi - - - - 0 - 0 - 275 - 91 - - - - - - - - 9 - - - 6 - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - true - - - - - - Select if LyX should output Windows-style paths rather than Posix-style paths to LaTeX files. Useful if you're using the native Windows MikTeX rather than the Cygwin teTeX. - - - &Use Windows-style paths in LaTeX files - - - - - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QPrefDateUi.ui b/src/frontends/qt4/ui/QPrefDateUi.ui deleted file mode 100644 index 0d2f958fbd..0000000000 --- a/src/frontends/qt4/ui/QPrefDateUi.ui +++ /dev/null @@ -1,76 +0,0 @@ - - - - - QPrefDateUi - - - - 0 - 0 - 279 - 91 - - - - - - - - 11 - - - 6 - - - - - 0 - - - 6 - - - - - &Date format: - - - DateED - - - - - - - Date format for strftime output - - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QPrefDisplayUi.ui b/src/frontends/qt4/ui/QPrefDisplayUi.ui deleted file mode 100644 index e96e8a8774..0000000000 --- a/src/frontends/qt4/ui/QPrefDisplayUi.ui +++ /dev/null @@ -1,126 +0,0 @@ - - - - - QPrefDisplayUi - - - - 0 - 0 - 264 - 133 - - - - - - - - 11 - - - 6 - - - - - 0 - - - 6 - - - - - Display &Graphics: - - - displayGraphicsCO - - - - - - - - Off - - - - - No math - - - - - On - - - - - - - - - Monochrome - - - - - Grayscale - - - - - Color - - - - - Do not display - - - - - - - - Instant &Preview: - - - instantPreviewCO - - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - qt_helpers.h - - - displayGraphicsCO - instantPreviewCO - - - - diff --git a/src/frontends/qt4/ui/QPrefFileformatsUi.ui b/src/frontends/qt4/ui/QPrefFileformatsUi.ui deleted file mode 100644 index 2ca137b381..0000000000 --- a/src/frontends/qt4/ui/QPrefFileformatsUi.ui +++ /dev/null @@ -1,261 +0,0 @@ - - QPrefFileformatsUi - - - - 0 - 0 - 459 - 410 - - - - - - - - 0 - - - 6 - - - - - &File formats - - - formatsLW - - - - - - - 0 - - - 6 - - - - - - - - 0 - - - 6 - - - - - &Add - - - - - - - &Modify - - - - - - - &Remove - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - - - 0 - - - 6 - - - - - &Document format - - - - - - - Vector graphi&cs format - - - - - - - - - 0 - - - 6 - - - - - 0 - - - 6 - - - - - F&ormat: - - - formatED - - - - - - - S&hortcut: - - - shortcutED - - - - - - - &Viewer: - - - viewerED - - - - - - - - - 0 - - - 6 - - - - - - - - - - - - - - - - 0 - - - 6 - - - - - &GUI name: - - - guiNameED - - - - - - - E&xtension: - - - extensionED - - - - - - - Ed&itor: - - - editorED - - - - - - - - - 0 - - - 6 - - - - - - - - - - - - - - - - - - formatsLW - documentCB - vectorCB - formatED - guiNameED - shortcutED - extensionED - viewerED - editorED - formatNewPB - formatModifyPB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QPrefIdentityUi.ui b/src/frontends/qt4/ui/QPrefIdentityUi.ui deleted file mode 100644 index 336345e165..0000000000 --- a/src/frontends/qt4/ui/QPrefIdentityUi.ui +++ /dev/null @@ -1,97 +0,0 @@ - - - - - QPrefIdentityUi - - - - 0 - 0 - 388 - 209 - - - - - - - - 11 - - - 6 - - - - - 0 - - - 6 - - - - - &E-mail: - - - emailED - - - - - - - Your name - - - - - - - &Name: - - - nameED - - - - - - - Your E-mail address - - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - qt_helpers.h - - - nameED - emailED - - - - diff --git a/src/frontends/qt4/ui/QPrefKeyboardUi.ui b/src/frontends/qt4/ui/QPrefKeyboardUi.ui deleted file mode 100644 index ea65afb2d8..0000000000 --- a/src/frontends/qt4/ui/QPrefKeyboardUi.ui +++ /dev/null @@ -1,128 +0,0 @@ - - QPrefKeyboardUi - - - - 0 - 0 - 338 - 253 - - - - - - - - 11 - - - 6 - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - false - - - - - - - false - - - - - - - false - - - Bro&wse... - - - false - - - - - - - false - - - S&econd: - - - secondKeymapED - - - - - - - false - - - &First: - - - firstKeymapED - - - - - - - false - - - Br&owse... - - - false - - - - - - - Use &keyboard map - - - false - - - - - - - keymapCB - firstKeymapED - firstKeymapPB - secondKeymapED - secondKeymapPB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QPrefLanguageUi.ui b/src/frontends/qt4/ui/QPrefLanguageUi.ui deleted file mode 100644 index e11e254426..0000000000 --- a/src/frontends/qt4/ui/QPrefLanguageUi.ui +++ /dev/null @@ -1,187 +0,0 @@ - - - - - QPrefLanguageUi - - - - 0 - 0 - 360 - 323 - - - - - - - - 11 - - - 6 - - - - - Command s&tart: - - - startCommandED - - - - - - - - - - - - - - - - - - - &Default language: - - - defaultLanguageCO - - - - - - - Command e&nd: - - - endCommandED - - - - - - - Language pac&kage: - - - languagePackageED - - - - - - - Auto &begin - - - - - - - Use b&abel - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &Global - - - - - - - &Right-to-left language support - - - - - - - Auto &end - - - - - - - Mark &foreign languages - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - qt_helpers.h - - - defaultLanguageCO - languagePackageED - startCommandED - endCommandED - useBabelCB - globalCB - autoBeginCB - autoEndCB - markForeignCB - rtlCB - - - - diff --git a/src/frontends/qt4/ui/QPrefLatexUi.ui b/src/frontends/qt4/ui/QPrefLatexUi.ui deleted file mode 100644 index bcbee052e0..0000000000 --- a/src/frontends/qt4/ui/QPrefLatexUi.ui +++ /dev/null @@ -1,232 +0,0 @@ - - - - - QPrefLatexUi - - - - 0 - 0 - 427 - 285 - - - - - - - - 9 - - - 6 - - - - - Set class options to default on class change - - - &Reset class options when document class changes - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 409 - 75 - - - - - - - - Default paper si&ze: - - - latexPaperSizeCO - - - - - - - Te&X encoding: - - - latexEncodingED - - - - - - - - - - - Default - - - - - US letter - - - - - US legal - - - - - US executive - - - - - A3 - - - - - A4 - - - - - A5 - - - - - B5 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 178 - 54 - - - - - - - - External Applications - - - - 11 - - - 6 - - - - - CheckTeX start options and flags - - - - - - - Chec&kTeX command: - - - latexChecktexED - - - - - - - BibTeX command and options - - - - - - - &BibTeX command: - - - latexChecktexED - - - - - - - Index command and options (makeindex, xindy) - - - - - - - Index command: - - - latexDviPaperED - - - - - - - DVI viewer paper size options: - - - latexDviPaperED - - - - - - - Optional paper size flag (-paper) for some DVI viewers - - - - - - - - - - - qt_helpers.h - - - latexEncodingED - latexPaperSizeCO - latexAutoresetCB - latexChecktexED - latexDviPaperED - - - - diff --git a/src/frontends/qt4/ui/QPrefPathsUi.ui b/src/frontends/qt4/ui/QPrefPathsUi.ui deleted file mode 100644 index e711d2ef0b..0000000000 --- a/src/frontends/qt4/ui/QPrefPathsUi.ui +++ /dev/null @@ -1,189 +0,0 @@ - - - - - QPrefPathsUi - - - - 0 - 0 - 347 - 227 - - - - - - - - 9 - - - 6 - - - - - Ly&XServer pipe: - - - lyxserverDirED - - - - - - - Browse... - - - false - - - - - - - - - - Browse... - - - false - - - - - - - Browse... - - - false - - - - - - - - - - - - - Browse... - - - false - - - - - - - &PATH prefix: - - - pathPrefixED - - - - - - - &Temporary directory: - - - tempDirED - - - - - - - &Backup directory: - - - backupDirED - - - - - - - - - - - - - Browse... - - - false - - - - - - - &Working directory: - - - workingDirED - - - - - - - &Document templates: - - - templateDirED - - - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - qt_helpers.h - - - workingDirED - workingDirPB - templateDirED - templateDirPB - backupDirED - backupDirPB - lyxserverDirED - lyxserverDirPB - tempDirED - tempDirPB - - - - diff --git a/src/frontends/qt4/ui/QPrefPlaintextUi.ui b/src/frontends/qt4/ui/QPrefPlaintextUi.ui deleted file mode 100644 index cc8d164a78..0000000000 --- a/src/frontends/qt4/ui/QPrefPlaintextUi.ui +++ /dev/null @@ -1,122 +0,0 @@ - - - - - QPrefPlaintextUi - - - - 0 - 0 - 340 - 99 - - - - - - - - 11 - - - 6 - - - - - 0 - - - 6 - - - - - &roff command: - - - plaintextRoffED - - - - - - - 0 - - - 6 - - - - - The maximum line length of exported plain text/LaTeX/SGML files. If set to 0, paragraphs are output in a single line; if the line length is > 0, paragraphs are separated by a blank line. - - - 120 - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - - Output &line length: - - - plaintextLinelengthSB - - - - - - - External app for formating tables in plain text output - - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QPrefPrinterUi.ui b/src/frontends/qt4/ui/QPrefPrinterUi.ui deleted file mode 100644 index e77fb92372..0000000000 --- a/src/frontends/qt4/ui/QPrefPrinterUi.ui +++ /dev/null @@ -1,342 +0,0 @@ - - - - - QPrefPrinterUi - - - - 0 - 0 - 385 - 386 - - - - - - - - 9 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 184 - 83 - - - - - - - - - - - Name of the default printer - - - - - - - Use printer name explicitely - - - Adapt outp&ut - - - - - - - Command Options - - - - 11 - - - 6 - - - - - Re&verse: - - - printerReverseED - - - - - - - - - - - - - To p&rinter: - - - printerToPrinterED - - - - - - - Paper si&ze: - - - printerPaperSizeED - - - - - - - - - - - - - To &file: - - - printerToFileED - - - - - - - - - - - - - - - - Spool &command: - - - printerSpoolCommandED - - - - - - - - - - - - - &Odd pages: - - - printerOddED - - - - - - - - - - Paper t&ype: - - - printerPaperTypeED - - - - - - - - - - E&xtra options: - - - printerExtraED - - - - - - - Spool pref&ix: - - - printerSpoolPrefixED - - - - - - - - - - Co&llated: - - - printerCollatedED - - - - - - - - - - &Even pages: - - - printerEvenED - - - - - - - File ex&tension: - - - printerExtensionED - - - - - - - - - - Lan&dscape: - - - printerLandscapeED - - - - - - - - - - Co&pies: - - - printerCopiesED - - - - - - - Pa&ge range: - - - printerPageRangeED - - - - - - - Specify the command option names for your printer command - - - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Printer co&mmand: - - - printerCommandED - - - - - - - Printer &name: - - - printerNameED - - - - - - - - qt_helpers.h - - - printerNameED - printerAdaptCB - printerCommandED - printerEvenED - printerPageRangeED - printerCopiesED - printerReverseED - printerToPrinterED - printerExtensionED - printerSpoolCommandED - printerPaperTypeED - printerOddED - printerCollatedED - printerLandscapeED - printerToFileED - printerExtraED - printerSpoolPrefixED - printerPaperSizeED - - - - diff --git a/src/frontends/qt4/ui/QPrefScreenFontsUi.ui b/src/frontends/qt4/ui/QPrefScreenFontsUi.ui deleted file mode 100644 index 88975764b6..0000000000 --- a/src/frontends/qt4/ui/QPrefScreenFontsUi.ui +++ /dev/null @@ -1,409 +0,0 @@ - - - - - QPrefScreenFontsUi - - - - 0 - 0 - 342 - 365 - - - - - - - - 11 - - - 6 - - - - - 0 - - - 6 - - - - - 0 - - - 6 - - - - - false - - - - - - - - 3 - 5 - 0 - 0 - - - - - 60 - 0 - - - - - - - - Sa&ns Serif: - - - screenSansCO - - - - - - - - 3 - 5 - 0 - 0 - - - - - 60 - 0 - - - - - - - - false - - - - - - - T&ypewriter: - - - screenTypewriterCO - - - - - - - &Roman: - - - screenRomanCO - - - - - - - - 3 - 5 - 0 - 0 - - - - - - - - false - - - - - - - - - - - 0 - - - 6 - - - - - 0 - - - 6 - - - - - Screen &DPI: - - - screenDpiSB - - - - - - - 999 - - - - - - - &Zoom %: - - - screenZoomSB - - - - - - - 999 - - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - - Font Sizes - - - - 11 - - - 6 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Larger: - - - screenLargerED - - - - - - - Largest: - - - screenLargestED - - - - - - - - - - Huge: - - - screenHugeED - - - - - - - Hugest: - - - screenHugerED - - - - - - - Smallest: - - - screenSmallestED - - - - - - - Smaller: - - - screenSmallerED - - - - - - - Small: - - - screenSmallED - - - - - - - Normal: - - - screenNormalED - - - - - - - Tiny: - - - screenTinyED - - - - - - - Large: - - - screenLargeED - - - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - qt_helpers.h - - - - QFontExample - QWidget -
qfontexample.h
- 0 - -
-
- - screenRomanCO - screenSansCO - screenTypewriterCO - screenZoomSB - screenDpiSB - screenTinyED - screenSmallestED - screenSmallerED - screenSmallED - screenNormalED - screenLargeED - screenLargerED - screenLargestED - screenHugeED - screenHugerED - - - -
diff --git a/src/frontends/qt4/ui/QPrefSpellcheckerUi.ui b/src/frontends/qt4/ui/QPrefSpellcheckerUi.ui deleted file mode 100644 index d8acecaa5b..0000000000 --- a/src/frontends/qt4/ui/QPrefSpellcheckerUi.ui +++ /dev/null @@ -1,200 +0,0 @@ - - - - - QPrefSpellcheckerUi - - - - 0 - 0 - 386 - 268 - - - - - - - - 11 - - - 6 - - - - - 0 - - - 6 - - - - - Spellchec&ker executable: - - - spellCommandCO - - - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Override the language used for the spellchecker - - - - - - - Al&ternative language: - - - altLanguageED - - - - - - - Br&owse... - - - - - - - Escape cha&racters: - - - escapeCharactersED - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Specify a personal dictionary file other than the default - - - - - - - Personal &dictionary: - - - persDictionaryED - - - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - - Accept words such as "diskdrive" - - - Accept compound &words - - - - - - - Use input encod&ing - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - qt_helpers.h - - - spellCommandCO - altLanguageED - escapeCharactersED - persDictionaryED - persDictionaryPB - compoundWordCB - inputEncodingCB - - - - diff --git a/src/frontends/qt4/ui/QPrefUi.ui b/src/frontends/qt4/ui/QPrefUi.ui deleted file mode 100644 index 1760cc05d3..0000000000 --- a/src/frontends/qt4/ui/QPrefUi.ui +++ /dev/null @@ -1,413 +0,0 @@ - - QPrefUi - - - - 0 - 0 - 459 - 425 - - - - - 1 - 1 - 0 - 0 - - - - - - - - 9 - - - 6 - - - - - Scrolling - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop - - - - 11 - - - 6 - - - - - Cursor follows &scrollbar - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - B&rowse... - - - - - - - &User interface file: - - - uiFileED - - - - - - - &Bind file: - - - bindFileED - - - - - - - - - - Bro&wse... - - - - - - - - - - - 5 - 5 - 0 - 0 - - - - Session - - - - 9 - - - 6 - - - - - Save/restore window size, or use fixed size - - - true - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - Load opened files from last session - - - - - - - Restore cursor positions - - - - - - - true - - - Restore to cursor position when the file was last closed - - - Save/restore window position - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - false - - - Width - - - - - - - false - - - 9999 - - - 200 - - - 10 - - - - - - - false - - - Height - - - - - - - false - - - 9999 - - - 200 - - - 10 - - - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 30 - 20 - - - - - - - - - - - - - Documents - - - - 11 - - - 6 - - - - - B&ackup documents - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Fixed - - - - 21 - 20 - - - - - - - - every - - - autoSaveSB - - - - - - - 300 - - - 1 - - - - - - - minutes - - - - - - - - - 0 - - - 6 - - - - - &Maximum last files: - - - lastfilesSB - - - - - - - 9 - - - - - - - - - - - - uiFileED - uiFilePB - bindFileED - bindFilePB - loadWindowSizeCB - windowWidthSB - windowHeightSB - loadWindowLocationCB - restoreCursorCB - loadSessionCB - autoSaveCB - autoSaveSB - lastfilesSB - cursorFollowsCB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QPrefsUi.ui b/src/frontends/qt4/ui/QPrefsUi.ui deleted file mode 100644 index 14cb86a28d..0000000000 --- a/src/frontends/qt4/ui/QPrefsUi.ui +++ /dev/null @@ -1,128 +0,0 @@ - - - - - QPrefsUi - - - - 0 - 0 - 433 - 352 - - - - - 1 - 1 - 0 - 0 - - - - - - - true - - - - 11 - - - 6 - - - - - - - - 0 - - - 6 - - - - - &Restore - - - false - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &Save - - - false - - - - - - - &Apply - - - false - - - - - - - &Close - - - false - - - - - - - - - - qt_helpers.h - - - - lyx::frontend::PanelStack - -
panelstack.h
- 1 - -
-
- - restorePB - savePB - applyPB - closePB - - - -
diff --git a/src/frontends/qt4/ui/QPrintUi.ui b/src/frontends/qt4/ui/QPrintUi.ui deleted file mode 100644 index 91ac08a751..0000000000 --- a/src/frontends/qt4/ui/QPrintUi.ui +++ /dev/null @@ -1,349 +0,0 @@ - - - - - QPrintUi - - - - 0 - 0 - 403 - 366 - - - - - - - true - - - - 11 - - - 6 - - - - - Pages - - - - 11 - - - 6 - - - - - 0 - - - 6 - - - - - 0 - - - 6 - - - - - false - - - Page number to print from - - - - - - - &To:[[as in 'From page x to page y']] - - - toED - - - - - - - false - - - Page number to print to - - - - - - - - - Print all pages - - - Fro&m - - - false - - - - - - - Print all pages - - - &All - - - true - - - - - - - - - Print &odd-numbered pages - - - true - - - - - - - Print &even-numbered pages - - - true - - - - - - - Print in reverse order - - - Re&verse order - - - - - - - - - - Copies - - - - 11 - - - 6 - - - - - Number of copies - - - 1 - - - 1 - - - - - - - false - - - Collate copies - - - &Collate - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &Print - - - false - - - true - - - - - - - Close - - - false - - - false - - - - - - - - - Print Destination - - - - 11 - - - 6 - - - - - Send output to the printer - - - P&rinter: - - - true - - - - - - - Send output to the given printer - - - - - - - Send output to a file - - - &File: - - - - - - - true - - - Send output to a file - - - - - - - true - - - &Browse... - - - - - - - - - - - qt_helpers.h - - - printerRB - printerED - fileRB - fileED - browsePB - allRB - rangeRB - fromED - toED - oddCB - evenCB - reverseCB - copiesSB - collateCB - printPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QRefUi.ui b/src/frontends/qt4/ui/QRefUi.ui deleted file mode 100644 index b2e7e225a7..0000000000 --- a/src/frontends/qt4/ui/QRefUi.ui +++ /dev/null @@ -1,280 +0,0 @@ - - - - - QRefUi - - - - 0 - 0 - 347 - 423 - - - - - - - true - - - - 9 - - - 6 - - - - - - - - - 7 - 0 - 0 - 0 - - - - - - - - La&bels in: - - - bufferCO - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - true - - - - - - - &Apply - - - true - - - - - - - &Close - - - - - - - - - false - - - - - - - false - - - &Name: - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - nameED - - - - - - - &Format: - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - typeLA - - - - - - - &Label: - - - Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter - - - referenceED - - - - - - - - 1 - 0 - 0 - 0 - - - - Cross-reference as it appears in output - - - - <reference> - - - - - (<reference>) - - - - - <page> - - - - - on page <page> - - - - - <reference> on page <page> - - - - - Formatted reference - - - - - - - - - - - Sort labels in alphabetical order - - - &Sort - - - - - - - 0 - - - 6 - - - - - - 3 - 0 - 0 - 0 - - - - Update the label list - - - &Update - - - - - - - - 3 - 0 - 0 - 0 - - - - Jump to the label - - - &Go to Label - - - - - - - - - - qt_helpers.h - - - bufferCO - refsLW - sortCB - updatePB - gotoPB - referenceED - typeCO - nameED - okPB - applyPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QSearchUi.ui b/src/frontends/qt4/ui/QSearchUi.ui deleted file mode 100644 index 5886c194fc..0000000000 --- a/src/frontends/qt4/ui/QSearchUi.ui +++ /dev/null @@ -1,233 +0,0 @@ - - - - - QSearchUi - - - - 0 - 0 - 379 - 168 - - - - - - - true - - - - 11 - - - 6 - - - - - &Find: - - - findCO - - - - - - - - 3 - 0 - 0 - 0 - - - - Qt::StrongFocus - - - true - - - 666 - - - QComboBox::InsertAtTop - - - false - - - false - - - - - - - Replace &with: - - - replaceCO - - - - - - - - 3 - 0 - 0 - 0 - - - - true - - - 666 - - - QComboBox::InsertAtTop - - - false - - - false - - - - - - - Case &sensitive - - - - - - - Match whole words onl&y - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - false - - - Find &Next - - - true - - - - - - - false - - - &Replace - - - - - - - false - - - Replace &All - - - - - - - Search &backwards - - - - - - - &Close - - - - - - - - qt_helpers.h - - - findCO - replaceCO - caseCB - wordsCB - backwardsCB - findPB - replacePB - replaceallPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QSendtoUi.ui b/src/frontends/qt4/ui/QSendtoUi.ui deleted file mode 100644 index 16f80b640e..0000000000 --- a/src/frontends/qt4/ui/QSendtoUi.ui +++ /dev/null @@ -1,136 +0,0 @@ - - - - - QSendtoUi - - - - 0 - 0 - 282 - 262 - - - - - - - true - - - - 9 - - - 6 - - - - - - - - - 3 - 0 - 0 - 0 - - - - Qt::StrongFocus - - - Process the converted file with this command ($$FName = file name) - - - true - - - 666 - - - QComboBox::InsertAtTop - - - true - - - false - - - - - - - 0 - - - 6 - - - - - &OK - - - true - - - false - - - - - - - &Apply - - - - - - - Cancel - - - - - - - - - &Export formats: - - - formatLW - - - - - - - &Command: - - - commandCO - - - - - - - - qt_helpers.h - - - formatLW - commandCO - okPB - applyPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QShowFileUi.ui b/src/frontends/qt4/ui/QShowFileUi.ui deleted file mode 100644 index 80c99ea170..0000000000 --- a/src/frontends/qt4/ui/QShowFileUi.ui +++ /dev/null @@ -1,75 +0,0 @@ - - - - - QShowFileUi - - - - 0 - 0 - 301 - 259 - - - - - - - true - - - - 9 - - - 6 - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &Close - - - true - - - - - - - - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QSpellcheckerUi.ui b/src/frontends/qt4/ui/QSpellcheckerUi.ui deleted file mode 100644 index 1ac1591a6b..0000000000 --- a/src/frontends/qt4/ui/QSpellcheckerUi.ui +++ /dev/null @@ -1,189 +0,0 @@ - - - - - QSpellcheckerUi - - - - 0 - 0 - 323 - 359 - - - - - - - true - - - - 9 - - - 6 - - - - - &Close - - - - - - - Suggestions: - - - - - - - - - - Replace word with current choice - - - &Replace - - - - - - - Add the word to your personal dictionary - - - A&dd - - - - - - - Ignore this word - - - &Ignore - - - - - - - Ignore this word throughout this session - - - I&gnore All - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Replacement: - - - replaceCO - - - - - - - Current word - - - - - - - Unknown word: - - - wordED - - - - - - - - 3 - 0 - 0 - 0 - - - - Qt::StrongFocus - - - Replace with selected word - - - true - - - QComboBox::InsertAtTop - - - true - - - false - - - - - - - - - - 24 - - - Qt::Horizontal - - - - - - - - qt_helpers.h - - - wordED - replaceCO - replacePB - suggestionsLW - ignorePB - replacePB_3 - addPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QTabularCreateUi.ui b/src/frontends/qt4/ui/QTabularCreateUi.ui deleted file mode 100644 index e291f2aecc..0000000000 --- a/src/frontends/qt4/ui/QTabularCreateUi.ui +++ /dev/null @@ -1,169 +0,0 @@ - - - - - QTabularCreateUi - - - - 0 - 0 - 198 - 125 - - - - - - - true - - - - 9 - - - 6 - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - - - - - Close - - - - - - - - - Number of rows - - - &Rows: - - - rowsSB - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 58 - 22 - - - - - - - - Number of columns - - - &Columns: - - - columnsSB - - - - - - - Number of rows - - - QAbstractSpinBox::PlusMinus - - - 511 - - - 1 - - - - - - - Number of columns - - - QAbstractSpinBox::PlusMinus - - - 511 - - - 1 - - - - - - - - qt_helpers.h - - - rowsSB - columnsSB - okPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QTabularUi.ui b/src/frontends/qt4/ui/QTabularUi.ui deleted file mode 100644 index b07c8fd4fa..0000000000 --- a/src/frontends/qt4/ui/QTabularUi.ui +++ /dev/null @@ -1,1205 +0,0 @@ - - - - - QTabularUi - - - - 0 - 0 - 432 - 351 - - - - - - - true - - - - 9 - - - 6 - - - - - - - - QTabWidget::Rounded - - - 0 - - - - &Table Settings - - - - 9 - - - 6 - - - - - Column Width - - - - 9 - - - 6 - - - - - - - - true - - - Fixed width of the column - - - - - - - - - - Vertical alignment for fixed width columns - - - - Top - - - - - Middle - - - - - Bottom - - - - - - - - &Width: - - - widthED - - - - - - - &Vertical alignment: - - - vAlignCB - - - - - - - - - - &Horizontal alignment: - - - hAlignCB - - - - - - - Horizontal alignment in column - - - - Justified - - - - - Left - - - - - Center - - - - - Right - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - true - - - Rotate the table by 90 degrees - - - &Rotate table 90 degrees - - - - - - - Rotate this cell by 90 degrees - - - Rotate &cell 90 degrees - - - - - - - Merge cells - - - &Multicolumn - - - - - - - LaTe&X argument: - - - specialAlignmentED - - - - - - - Custom column format (LaTeX) - - - - - - - - &Borders - - - - 9 - - - 6 - - - - - 0 - - - 6 - - - - - All Borders - - - - 11 - - - 6 - - - - - Set all borders of the current (selected) cell(s) - - - &Set - - - - - - - Unset all borders of the current (selected) cell(s) - - - C&lear - - - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Style - - - - 9 - - - 6 - - - - - Use formal (a.k.a. booktabs) border style (no vertical borders) - - - Fo&rmal - - - true - - - - - - - Use default (grid-like) border style - - - De&fault - - - - - - - - - - Qt::Vertical - - - - 20 - 31 - - - - - - - - Set Borders - - - - 11 - - - 6 - - - - - - 5 - 5 - 0 - 0 - - - - - - - 0 - 0 - 0 - - - 230 - 240 - 249 - - - 255 - 255 - 255 - - - 242 - 247 - 252 - - - 115 - 120 - 124 - - - 154 - 160 - 166 - - - 0 - 0 - 0 - - - 255 - 255 - 255 - - - 0 - 0 - 0 - - - 255 - 255 - 255 - - - 255 - 255 - 255 - - - 0 - 0 - 0 - - - 16 - 145 - 210 - - - 255 - 255 - 255 - - - 0 - 0 - 255 - - - 255 - 0 - 255 - - - 232 - 232 - 232 - - - - - 0 - 0 - 0 - - - 230 - 240 - 249 - - - 255 - 255 - 255 - - - 255 - 255 - 255 - - - 115 - 120 - 124 - - - 154 - 160 - 166 - - - 0 - 0 - 0 - - - 255 - 255 - 255 - - - 0 - 0 - 0 - - - 255 - 255 - 255 - - - 255 - 255 - 255 - - - 0 - 0 - 0 - - - 16 - 145 - 210 - - - 255 - 255 - 255 - - - 0 - 0 - 255 - - - 255 - 0 - 255 - - - 232 - 232 - 232 - - - - - 128 - 128 - 128 - - - 230 - 240 - 249 - - - 255 - 255 - 255 - - - 255 - 255 - 255 - - - 115 - 120 - 124 - - - 154 - 160 - 166 - - - 0 - 0 - 0 - - - 255 - 255 - 255 - - - 128 - 128 - 128 - - - 255 - 255 - 255 - - - 255 - 255 - 255 - - - 0 - 0 - 0 - - - 16 - 145 - 210 - - - 255 - 255 - 255 - - - 0 - 0 - 255 - - - 255 - 0 - 255 - - - 232 - 232 - 232 - - - - - - QFrame::StyledPanel - - - QFrame::Sunken - - - - 3 - - - 6 - - - - - - 1 - 1 - 0 - 0 - - - - Set borders of the current (selected) cell(s) - - - - - - - - - - - - - Additional Space - - - - 9 - - - 6 - - - - - T&op of row: - - - topspaceCO - - - - - - - - - - - - - - None - - - - - Default - - - - - Custom - - - - - - - - - None - - - - - Default - - - - - Custom - - - - - - - - - - - - - - Botto&m of row: - - - bottomspaceCO - - - - - - - - - - Bet&ween rows: - - - interlinespaceCO - - - - - - - - None - - - - - Default - - - - - Custom - - - - - - - - - - - - - - - - - &Longtable - - - - 9 - - - 6 - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - false - - - Set a page break on the current row - - - Page &break on current row - - - - - - - false - - - Settings - - - - 11 - - - 6 - - - - - Status - - - - - - - Header: - - - - - - - Footer: - - - - - - - First header: - - - - - - - Last footer: - - - - - - - Contents - - - - - - - Border above - - - - - - - Border below - - - - - - - Repeat this row as header on every (except the first) page - - - on - - - - - - - This row is the header of the first page - - - - - - on - - - - - - - Repeat this row as footer on every (except the last) page - - - on - - - - - - - This row is the footer of the last page - - - on - - - - - - - - - - double - - - - - - - double - - - - - - - double - - - - - - - double - - - - - - - double - - - - - - - double - - - - - - - double - - - - - - - double - - - - - - - Don't output the last footer - - - is empty - - - - - - - Don't output the first header - - - is empty - - - - - - - - - - Select for tables that span multiple pages - - - &Use long table - - - - - - - - - - - 0 - - - 6 - - - - - Current cell: - - - - - - - - 1 - 0 - 0 - 0 - - - - - 40 - 32767 - - - - Qt::NoFocus - - - Current row position - - - - - - - - 1 - 0 - 0 - 0 - - - - - 40 - 32767 - - - - Qt::NoFocus - - - Current column position - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - 1 - 0 - 0 - 0 - - - - Close - - - false - - - - - - - - - - qt_helpers.h - - - - LengthCombo - QComboBox -
lengthcombo.h
- 0 - -
- - QSetBorder - QWidget -
qsetborder.h
- 0 - -
-
- - TabWidget - hAlignCB - widthED - widthUnit - vAlignCB - multicolumnCB - rotateTabularCB - rotateCellCB - specialAlignmentED - closePB - borderSetPB - borderUnsetPB - borderDefaultRB - booktabsRB - topspaceCO - bottomspaceCO - interlinespaceCO - topspaceED - bottomspaceED - interlinespaceED - topspaceUnit - bottomspaceUnit - interlinespaceUnit - longTabularCB - headerStatusCB - headerBorderAboveCB - headerBorderBelowCB - firstheaderStatusCB - firstheaderBorderAboveCB - firstheaderBorderBelowCB - firstheaderNoContentsCB - footerStatusCB - footerBorderAboveCB - footerBorderBelowCB - lastfooterStatusCB - lastfooterBorderAboveCB - lastfooterBorderBelowCB - lastfooterNoContentsCB - newpageCB - - - -
diff --git a/src/frontends/qt4/ui/QTexinfoUi.ui b/src/frontends/qt4/ui/QTexinfoUi.ui deleted file mode 100644 index 27bab2c7db..0000000000 --- a/src/frontends/qt4/ui/QTexinfoUi.ui +++ /dev/null @@ -1,186 +0,0 @@ - - QTexinfoUi - - - - 0 - 0 - 267 - 290 - - - - - - - true - - - - 9 - - - 6 - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Close this dialog - - - &Close - - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Rebuild the file lists - - - &Rescan - - - - - - - false - - - Show contents of marked file. Only possible when files are shown with path - - - &View - - - - - - - - - 0 - - - 6 - - - - - Selected classes or styles - - - - LaTeX classes - - - - - LaTeX styles - - - - - BibTeX styles - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Toggles view of the file list - - - Show &path - - - - - - - - - whatStyleCO - pathCB - fileListLW - rescanPB - viewPB - closePB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QThesaurusUi.ui b/src/frontends/qt4/ui/QThesaurusUi.ui deleted file mode 100644 index 1514d41af2..0000000000 --- a/src/frontends/qt4/ui/QThesaurusUi.ui +++ /dev/null @@ -1,165 +0,0 @@ - - - - - QThesaurusUi - - - - 0 - 0 - 310 - 414 - - - - - - - true - - - - 9 - - - 6 - - - - - - - - 0 - - - 6 - - - - - Index entry - - - &Keyword: - - - entryED - - - - - - - Entry - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - - 0 - - - 6 - - - - - The selected entry - - - &Selection: - - - replaceED - - - - - - - The selected entry - - - - - - - Replace the entry with the selection - - - &Replace - - - - - - - - - 0 - - - 6 - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &Close - - - - - - - - - - qt_helpers.h - - - entryED - meaningsTV - replaceED - replacePB - closePB - - - - diff --git a/src/frontends/qt4/ui/QTocUi.ui b/src/frontends/qt4/ui/QTocUi.ui deleted file mode 100644 index 92f69f6853..0000000000 --- a/src/frontends/qt4/ui/QTocUi.ui +++ /dev/null @@ -1,160 +0,0 @@ - - QTocUi - - - Qt::NonModal - - - - 0 - 0 - 257 - 404 - - - - - - - - 9 - - - 6 - - - - - 0 - - - 6 - - - - - Decrease nesting depth of selected item - - - <- P&romote - - - - - - - Move selected item down by one - - - D&own - - - - - - - Increase nesting depth of selected item - - - De&mote -> - - - - - - - Update navigation tree - - - Upd&ate - - - - - - - Move selected item up by one - - - &Up - - - - - - - - - - 7 - 0 - 0 - 0 - - - - Switch between table of contents, list of figures or list of tables, if available - - - - - - - - 7 - 7 - 0 - 0 - - - - - - - - Adjust the depth of the navigation tree - - - 5 - - - 1 - - - 2 - - - Qt::Horizontal - - - QSlider::TicksBothSides - - - - - - - &Type: - - - typeCO - - - - - - - typeCO - tocTV - depthSL - moveUpPB - moveDownPB - moveInPB - moveOutPB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QURLUi.ui b/src/frontends/qt4/ui/QURLUi.ui deleted file mode 100644 index 766bb12c7c..0000000000 --- a/src/frontends/qt4/ui/QURLUi.ui +++ /dev/null @@ -1,136 +0,0 @@ - - - - - QURLUi - - - - 0 - 0 - 332 - 109 - - - - - - - true - - - - 11 - - - 6 - - - - - URL - - - &URL: - - - urlED - - - - - - - Name associated with the URL - - - &Name: - - - nameED - - - - - - - Name associated with the URL - - - - - - - URL - - - - - - - 0 - - - 6 - - - - - Output as a hyperlink ? - - - &Generate hyperlink - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - &OK - - - true - - - - - - - &Close - - - - - - - - - - qt_helpers.h - - - urlED - nameED - hyperlinkCB - okPB - closePB - - - - diff --git a/src/frontends/qt4/ui/QVSpaceUi.ui b/src/frontends/qt4/ui/QVSpaceUi.ui deleted file mode 100644 index b02a564ff0..0000000000 --- a/src/frontends/qt4/ui/QVSpaceUi.ui +++ /dev/null @@ -1,232 +0,0 @@ - - QVSpaceUi - - - - 0 - 0 - 233 - 140 - - - - - - - true - - - - 11 - - - 6 - - - - - &Spacing: - - - spacingCO - - - - - - - &Value: - - - valueLE - - - - - - - - - - &Protect: - - - keepCB - - - - - - - Insert the spacing even after a page break - - - - - - - - - - false - - - Custom value. Needs spacing type "Custom". - - - - - - - Supported spacing types - - - - DefSkip - - - - - SmallSkip - - - - - MedSkip - - - - - BigSkip - - - - - VFill - - - - - Custom - - - - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - 0 - - - 6 - - - - - &OK - - - false - - - true - - - - - - - &Apply - - - false - - - - - - - &Close - - - false - - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - LengthCombo - QWidget -
lengthcombo.h
-
-
- - spacingCO - valueLE - unitCO - okPB - applyPB - closePB - keepCB - - - qt_helpers.h - - - -
diff --git a/src/frontends/qt4/ui/QViewSourceUi.ui b/src/frontends/qt4/ui/QViewSourceUi.ui deleted file mode 100644 index c8ec9545f1..0000000000 --- a/src/frontends/qt4/ui/QViewSourceUi.ui +++ /dev/null @@ -1,95 +0,0 @@ - - QViewSourceUi - - - - 0 - 0 - 446 - 93 - - - - - - - - 0 - - - 6 - - - - - 0 - - - 6 - - - - - 0 - - - Complete source - - - - - - - Automatic update - - - true - - - - - - - false - - - &Update - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - - - - - - - - viewSourceTV - viewFullSourceCB - autoUpdateCB - updatePB - - - qt_helpers.h - - - - diff --git a/src/frontends/qt4/ui/QWrapUi.ui b/src/frontends/qt4/ui/QWrapUi.ui deleted file mode 100644 index 4e9cf8d76f..0000000000 --- a/src/frontends/qt4/ui/QWrapUi.ui +++ /dev/null @@ -1,251 +0,0 @@ - - - - - QWrapUi - - - - 0 - 0 - 369 - 111 - - - - - - - true - - - - 11 - - - 6 - - - - - 0 - - - 6 - - - - - &Width: - - - widthED - - - - - - - Vertical alignment - - - - Default (outer) - - - - - Left - - - - - Right - - - - - Outer - - - - - - - - &Placement: - - - valignCO - - - - - - - - 3 - 0 - 0 - 0 - - - - - 40 - 22 - - - - Qt::StrongFocus - - - Units of width value - - - - - - - - 1 - 0 - 0 - 0 - - - - Width value - - - - - - - &Units: - - - unitsLC - - - - - - - - - Qt::Vertical - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - 0 - - - 6 - - - - - - - - &Restore - - - false - - - - - - - Qt::Horizontal - - - QSizePolicy::Expanding - - - - 20 - 20 - - - - - - - - - - - &OK - - - false - - - - - - - - - - &Apply - - - false - - - - - - - &Close - - - true - - - - - - - - - - qt_helpers.h - - - - LengthCombo - -
lengthcombo.h
- 0 - -
-
- - widthED - unitsLC - valignCO - restorePB - okPB - applyPB - closePB - - - -
diff --git a/src/frontends/qt4/ui/RefUi.ui b/src/frontends/qt4/ui/RefUi.ui new file mode 100644 index 0000000000..b2e7e225a7 --- /dev/null +++ b/src/frontends/qt4/ui/RefUi.ui @@ -0,0 +1,280 @@ + + + + + QRefUi + + + + 0 + 0 + 347 + 423 + + + + + + + true + + + + 9 + + + 6 + + + + + + + + + 7 + 0 + 0 + 0 + + + + + + + + La&bels in: + + + bufferCO + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + true + + + + + + + &Apply + + + true + + + + + + + &Close + + + + + + + + + false + + + + + + + false + + + &Name: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + nameED + + + + + + + &Format: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + typeLA + + + + + + + &Label: + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + referenceED + + + + + + + + 1 + 0 + 0 + 0 + + + + Cross-reference as it appears in output + + + + <reference> + + + + + (<reference>) + + + + + <page> + + + + + on page <page> + + + + + <reference> on page <page> + + + + + Formatted reference + + + + + + + + + + + Sort labels in alphabetical order + + + &Sort + + + + + + + 0 + + + 6 + + + + + + 3 + 0 + 0 + 0 + + + + Update the label list + + + &Update + + + + + + + + 3 + 0 + 0 + 0 + + + + Jump to the label + + + &Go to Label + + + + + + + + + + qt_helpers.h + + + bufferCO + refsLW + sortCB + updatePB + gotoPB + referenceED + typeCO + nameED + okPB + applyPB + closePB + + + + diff --git a/src/frontends/qt4/ui/SearchUi.ui b/src/frontends/qt4/ui/SearchUi.ui new file mode 100644 index 0000000000..5886c194fc --- /dev/null +++ b/src/frontends/qt4/ui/SearchUi.ui @@ -0,0 +1,233 @@ + + + + + QSearchUi + + + + 0 + 0 + 379 + 168 + + + + + + + true + + + + 11 + + + 6 + + + + + &Find: + + + findCO + + + + + + + + 3 + 0 + 0 + 0 + + + + Qt::StrongFocus + + + true + + + 666 + + + QComboBox::InsertAtTop + + + false + + + false + + + + + + + Replace &with: + + + replaceCO + + + + + + + + 3 + 0 + 0 + 0 + + + + true + + + 666 + + + QComboBox::InsertAtTop + + + false + + + false + + + + + + + Case &sensitive + + + + + + + Match whole words onl&y + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + false + + + Find &Next + + + true + + + + + + + false + + + &Replace + + + + + + + false + + + Replace &All + + + + + + + Search &backwards + + + + + + + &Close + + + + + + + + qt_helpers.h + + + findCO + replaceCO + caseCB + wordsCB + backwardsCB + findPB + replacePB + replaceallPB + closePB + + + + diff --git a/src/frontends/qt4/ui/SendtoUi.ui b/src/frontends/qt4/ui/SendtoUi.ui new file mode 100644 index 0000000000..16f80b640e --- /dev/null +++ b/src/frontends/qt4/ui/SendtoUi.ui @@ -0,0 +1,136 @@ + + + + + QSendtoUi + + + + 0 + 0 + 282 + 262 + + + + + + + true + + + + 9 + + + 6 + + + + + + + + + 3 + 0 + 0 + 0 + + + + Qt::StrongFocus + + + Process the converted file with this command ($$FName = file name) + + + true + + + 666 + + + QComboBox::InsertAtTop + + + true + + + false + + + + + + + 0 + + + 6 + + + + + &OK + + + true + + + false + + + + + + + &Apply + + + + + + + Cancel + + + + + + + + + &Export formats: + + + formatLW + + + + + + + &Command: + + + commandCO + + + + + + + + qt_helpers.h + + + formatLW + commandCO + okPB + applyPB + closePB + + + + diff --git a/src/frontends/qt4/ui/ShowFileUi.ui b/src/frontends/qt4/ui/ShowFileUi.ui new file mode 100644 index 0000000000..80c99ea170 --- /dev/null +++ b/src/frontends/qt4/ui/ShowFileUi.ui @@ -0,0 +1,75 @@ + + + + + QShowFileUi + + + + 0 + 0 + 301 + 259 + + + + + + + true + + + + 9 + + + 6 + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &Close + + + true + + + + + + + + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/SpellcheckerUi.ui b/src/frontends/qt4/ui/SpellcheckerUi.ui new file mode 100644 index 0000000000..1ac1591a6b --- /dev/null +++ b/src/frontends/qt4/ui/SpellcheckerUi.ui @@ -0,0 +1,189 @@ + + + + + QSpellcheckerUi + + + + 0 + 0 + 323 + 359 + + + + + + + true + + + + 9 + + + 6 + + + + + &Close + + + + + + + Suggestions: + + + + + + + + + + Replace word with current choice + + + &Replace + + + + + + + Add the word to your personal dictionary + + + A&dd + + + + + + + Ignore this word + + + &Ignore + + + + + + + Ignore this word throughout this session + + + I&gnore All + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Replacement: + + + replaceCO + + + + + + + Current word + + + + + + + Unknown word: + + + wordED + + + + + + + + 3 + 0 + 0 + 0 + + + + Qt::StrongFocus + + + Replace with selected word + + + true + + + QComboBox::InsertAtTop + + + true + + + false + + + + + + + + + + 24 + + + Qt::Horizontal + + + + + + + + qt_helpers.h + + + wordED + replaceCO + replacePB + suggestionsLW + ignorePB + replacePB_3 + addPB + closePB + + + + diff --git a/src/frontends/qt4/ui/TabularCreateUi.ui b/src/frontends/qt4/ui/TabularCreateUi.ui new file mode 100644 index 0000000000..e291f2aecc --- /dev/null +++ b/src/frontends/qt4/ui/TabularCreateUi.ui @@ -0,0 +1,169 @@ + + + + + QTabularCreateUi + + + + 0 + 0 + 198 + 125 + + + + + + + true + + + + 9 + + + 6 + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + + + + + Close + + + + + + + + + Number of rows + + + &Rows: + + + rowsSB + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 58 + 22 + + + + + + + + Number of columns + + + &Columns: + + + columnsSB + + + + + + + Number of rows + + + QAbstractSpinBox::PlusMinus + + + 511 + + + 1 + + + + + + + Number of columns + + + QAbstractSpinBox::PlusMinus + + + 511 + + + 1 + + + + + + + + qt_helpers.h + + + rowsSB + columnsSB + okPB + closePB + + + + diff --git a/src/frontends/qt4/ui/TabularUi.ui b/src/frontends/qt4/ui/TabularUi.ui new file mode 100644 index 0000000000..b07c8fd4fa --- /dev/null +++ b/src/frontends/qt4/ui/TabularUi.ui @@ -0,0 +1,1205 @@ + + + + + QTabularUi + + + + 0 + 0 + 432 + 351 + + + + + + + true + + + + 9 + + + 6 + + + + + + + + QTabWidget::Rounded + + + 0 + + + + &Table Settings + + + + 9 + + + 6 + + + + + Column Width + + + + 9 + + + 6 + + + + + + + + true + + + Fixed width of the column + + + + + + + + + + Vertical alignment for fixed width columns + + + + Top + + + + + Middle + + + + + Bottom + + + + + + + + &Width: + + + widthED + + + + + + + &Vertical alignment: + + + vAlignCB + + + + + + + + + + &Horizontal alignment: + + + hAlignCB + + + + + + + Horizontal alignment in column + + + + Justified + + + + + Left + + + + + Center + + + + + Right + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + true + + + Rotate the table by 90 degrees + + + &Rotate table 90 degrees + + + + + + + Rotate this cell by 90 degrees + + + Rotate &cell 90 degrees + + + + + + + Merge cells + + + &Multicolumn + + + + + + + LaTe&X argument: + + + specialAlignmentED + + + + + + + Custom column format (LaTeX) + + + + + + + + &Borders + + + + 9 + + + 6 + + + + + 0 + + + 6 + + + + + All Borders + + + + 11 + + + 6 + + + + + Set all borders of the current (selected) cell(s) + + + &Set + + + + + + + Unset all borders of the current (selected) cell(s) + + + C&lear + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Style + + + + 9 + + + 6 + + + + + Use formal (a.k.a. booktabs) border style (no vertical borders) + + + Fo&rmal + + + true + + + + + + + Use default (grid-like) border style + + + De&fault + + + + + + + + + + Qt::Vertical + + + + 20 + 31 + + + + + + + + Set Borders + + + + 11 + + + 6 + + + + + + 5 + 5 + 0 + 0 + + + + + + + 0 + 0 + 0 + + + 230 + 240 + 249 + + + 255 + 255 + 255 + + + 242 + 247 + 252 + + + 115 + 120 + 124 + + + 154 + 160 + 166 + + + 0 + 0 + 0 + + + 255 + 255 + 255 + + + 0 + 0 + 0 + + + 255 + 255 + 255 + + + 255 + 255 + 255 + + + 0 + 0 + 0 + + + 16 + 145 + 210 + + + 255 + 255 + 255 + + + 0 + 0 + 255 + + + 255 + 0 + 255 + + + 232 + 232 + 232 + + + + + 0 + 0 + 0 + + + 230 + 240 + 249 + + + 255 + 255 + 255 + + + 255 + 255 + 255 + + + 115 + 120 + 124 + + + 154 + 160 + 166 + + + 0 + 0 + 0 + + + 255 + 255 + 255 + + + 0 + 0 + 0 + + + 255 + 255 + 255 + + + 255 + 255 + 255 + + + 0 + 0 + 0 + + + 16 + 145 + 210 + + + 255 + 255 + 255 + + + 0 + 0 + 255 + + + 255 + 0 + 255 + + + 232 + 232 + 232 + + + + + 128 + 128 + 128 + + + 230 + 240 + 249 + + + 255 + 255 + 255 + + + 255 + 255 + 255 + + + 115 + 120 + 124 + + + 154 + 160 + 166 + + + 0 + 0 + 0 + + + 255 + 255 + 255 + + + 128 + 128 + 128 + + + 255 + 255 + 255 + + + 255 + 255 + 255 + + + 0 + 0 + 0 + + + 16 + 145 + 210 + + + 255 + 255 + 255 + + + 0 + 0 + 255 + + + 255 + 0 + 255 + + + 232 + 232 + 232 + + + + + + QFrame::StyledPanel + + + QFrame::Sunken + + + + 3 + + + 6 + + + + + + 1 + 1 + 0 + 0 + + + + Set borders of the current (selected) cell(s) + + + + + + + + + + + + + Additional Space + + + + 9 + + + 6 + + + + + T&op of row: + + + topspaceCO + + + + + + + + + + + + + + None + + + + + Default + + + + + Custom + + + + + + + + + None + + + + + Default + + + + + Custom + + + + + + + + + + + + + + Botto&m of row: + + + bottomspaceCO + + + + + + + + + + Bet&ween rows: + + + interlinespaceCO + + + + + + + + None + + + + + Default + + + + + Custom + + + + + + + + + + + + + + + + + &Longtable + + + + 9 + + + 6 + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + false + + + Set a page break on the current row + + + Page &break on current row + + + + + + + false + + + Settings + + + + 11 + + + 6 + + + + + Status + + + + + + + Header: + + + + + + + Footer: + + + + + + + First header: + + + + + + + Last footer: + + + + + + + Contents + + + + + + + Border above + + + + + + + Border below + + + + + + + Repeat this row as header on every (except the first) page + + + on + + + + + + + This row is the header of the first page + + + + + + on + + + + + + + Repeat this row as footer on every (except the last) page + + + on + + + + + + + This row is the footer of the last page + + + on + + + + + + + + + + double + + + + + + + double + + + + + + + double + + + + + + + double + + + + + + + double + + + + + + + double + + + + + + + double + + + + + + + double + + + + + + + Don't output the last footer + + + is empty + + + + + + + Don't output the first header + + + is empty + + + + + + + + + + Select for tables that span multiple pages + + + &Use long table + + + + + + + + + + + 0 + + + 6 + + + + + Current cell: + + + + + + + + 1 + 0 + 0 + 0 + + + + + 40 + 32767 + + + + Qt::NoFocus + + + Current row position + + + + + + + + 1 + 0 + 0 + 0 + + + + + 40 + 32767 + + + + Qt::NoFocus + + + Current column position + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + 1 + 0 + 0 + 0 + + + + Close + + + false + + + + + + + + + + qt_helpers.h + + + + LengthCombo + QComboBox +
lengthcombo.h
+ 0 + +
+ + QSetBorder + QWidget +
qsetborder.h
+ 0 + +
+
+ + TabWidget + hAlignCB + widthED + widthUnit + vAlignCB + multicolumnCB + rotateTabularCB + rotateCellCB + specialAlignmentED + closePB + borderSetPB + borderUnsetPB + borderDefaultRB + booktabsRB + topspaceCO + bottomspaceCO + interlinespaceCO + topspaceED + bottomspaceED + interlinespaceED + topspaceUnit + bottomspaceUnit + interlinespaceUnit + longTabularCB + headerStatusCB + headerBorderAboveCB + headerBorderBelowCB + firstheaderStatusCB + firstheaderBorderAboveCB + firstheaderBorderBelowCB + firstheaderNoContentsCB + footerStatusCB + footerBorderAboveCB + footerBorderBelowCB + lastfooterStatusCB + lastfooterBorderAboveCB + lastfooterBorderBelowCB + lastfooterNoContentsCB + newpageCB + + + +
diff --git a/src/frontends/qt4/ui/TexinfoUi.ui b/src/frontends/qt4/ui/TexinfoUi.ui new file mode 100644 index 0000000000..27bab2c7db --- /dev/null +++ b/src/frontends/qt4/ui/TexinfoUi.ui @@ -0,0 +1,186 @@ + + QTexinfoUi + + + + 0 + 0 + 267 + 290 + + + + + + + true + + + + 9 + + + 6 + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Close this dialog + + + &Close + + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Rebuild the file lists + + + &Rescan + + + + + + + false + + + Show contents of marked file. Only possible when files are shown with path + + + &View + + + + + + + + + 0 + + + 6 + + + + + Selected classes or styles + + + + LaTeX classes + + + + + LaTeX styles + + + + + BibTeX styles + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Toggles view of the file list + + + Show &path + + + + + + + + + whatStyleCO + pathCB + fileListLW + rescanPB + viewPB + closePB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/ThesaurusUi.ui b/src/frontends/qt4/ui/ThesaurusUi.ui new file mode 100644 index 0000000000..1514d41af2 --- /dev/null +++ b/src/frontends/qt4/ui/ThesaurusUi.ui @@ -0,0 +1,165 @@ + + + + + QThesaurusUi + + + + 0 + 0 + 310 + 414 + + + + + + + true + + + + 9 + + + 6 + + + + + + + + 0 + + + 6 + + + + + Index entry + + + &Keyword: + + + entryED + + + + + + + Entry + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + 0 + + + 6 + + + + + The selected entry + + + &Selection: + + + replaceED + + + + + + + The selected entry + + + + + + + Replace the entry with the selection + + + &Replace + + + + + + + + + 0 + + + 6 + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &Close + + + + + + + + + + qt_helpers.h + + + entryED + meaningsTV + replaceED + replacePB + closePB + + + + diff --git a/src/frontends/qt4/ui/TocUi.ui b/src/frontends/qt4/ui/TocUi.ui new file mode 100644 index 0000000000..92f69f6853 --- /dev/null +++ b/src/frontends/qt4/ui/TocUi.ui @@ -0,0 +1,160 @@ + + QTocUi + + + Qt::NonModal + + + + 0 + 0 + 257 + 404 + + + + + + + + 9 + + + 6 + + + + + 0 + + + 6 + + + + + Decrease nesting depth of selected item + + + <- P&romote + + + + + + + Move selected item down by one + + + D&own + + + + + + + Increase nesting depth of selected item + + + De&mote -> + + + + + + + Update navigation tree + + + Upd&ate + + + + + + + Move selected item up by one + + + &Up + + + + + + + + + + 7 + 0 + 0 + 0 + + + + Switch between table of contents, list of figures or list of tables, if available + + + + + + + + 7 + 7 + 0 + 0 + + + + + + + + Adjust the depth of the navigation tree + + + 5 + + + 1 + + + 2 + + + Qt::Horizontal + + + QSlider::TicksBothSides + + + + + + + &Type: + + + typeCO + + + + + + + typeCO + tocTV + depthSL + moveUpPB + moveDownPB + moveInPB + moveOutPB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/URLUi.ui b/src/frontends/qt4/ui/URLUi.ui new file mode 100644 index 0000000000..766bb12c7c --- /dev/null +++ b/src/frontends/qt4/ui/URLUi.ui @@ -0,0 +1,136 @@ + + + + + QURLUi + + + + 0 + 0 + 332 + 109 + + + + + + + true + + + + 11 + + + 6 + + + + + URL + + + &URL: + + + urlED + + + + + + + Name associated with the URL + + + &Name: + + + nameED + + + + + + + Name associated with the URL + + + + + + + URL + + + + + + + 0 + + + 6 + + + + + Output as a hyperlink ? + + + &Generate hyperlink + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + &OK + + + true + + + + + + + &Close + + + + + + + + + + qt_helpers.h + + + urlED + nameED + hyperlinkCB + okPB + closePB + + + + diff --git a/src/frontends/qt4/ui/VSpaceUi.ui b/src/frontends/qt4/ui/VSpaceUi.ui new file mode 100644 index 0000000000..b02a564ff0 --- /dev/null +++ b/src/frontends/qt4/ui/VSpaceUi.ui @@ -0,0 +1,232 @@ + + QVSpaceUi + + + + 0 + 0 + 233 + 140 + + + + + + + true + + + + 11 + + + 6 + + + + + &Spacing: + + + spacingCO + + + + + + + &Value: + + + valueLE + + + + + + + + + + &Protect: + + + keepCB + + + + + + + Insert the spacing even after a page break + + + + + + + + + + false + + + Custom value. Needs spacing type "Custom". + + + + + + + Supported spacing types + + + + DefSkip + + + + + SmallSkip + + + + + MedSkip + + + + + BigSkip + + + + + VFill + + + + + Custom + + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + 0 + + + 6 + + + + + &OK + + + false + + + true + + + + + + + &Apply + + + false + + + + + + + &Close + + + false + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + LengthCombo + QWidget +
lengthcombo.h
+
+
+ + spacingCO + valueLE + unitCO + okPB + applyPB + closePB + keepCB + + + qt_helpers.h + + + +
diff --git a/src/frontends/qt4/ui/ViewSourceUi.ui b/src/frontends/qt4/ui/ViewSourceUi.ui new file mode 100644 index 0000000000..c8ec9545f1 --- /dev/null +++ b/src/frontends/qt4/ui/ViewSourceUi.ui @@ -0,0 +1,95 @@ + + QViewSourceUi + + + + 0 + 0 + 446 + 93 + + + + + + + + 0 + + + 6 + + + + + 0 + + + 6 + + + + + 0 + + + Complete source + + + + + + + Automatic update + + + true + + + + + + + false + + + &Update + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + + + + + + + + viewSourceTV + viewFullSourceCB + autoUpdateCB + updatePB + + + qt_helpers.h + + + + diff --git a/src/frontends/qt4/ui/WrapUi.ui b/src/frontends/qt4/ui/WrapUi.ui new file mode 100644 index 0000000000..4e9cf8d76f --- /dev/null +++ b/src/frontends/qt4/ui/WrapUi.ui @@ -0,0 +1,251 @@ + + + + + QWrapUi + + + + 0 + 0 + 369 + 111 + + + + + + + true + + + + 11 + + + 6 + + + + + 0 + + + 6 + + + + + &Width: + + + widthED + + + + + + + Vertical alignment + + + + Default (outer) + + + + + Left + + + + + Right + + + + + Outer + + + + + + + + &Placement: + + + valignCO + + + + + + + + 3 + 0 + 0 + 0 + + + + + 40 + 22 + + + + Qt::StrongFocus + + + Units of width value + + + + + + + + 1 + 0 + 0 + 0 + + + + Width value + + + + + + + &Units: + + + unitsLC + + + + + + + + + Qt::Vertical + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + 0 + + + 6 + + + + + + + + &Restore + + + false + + + + + + + Qt::Horizontal + + + QSizePolicy::Expanding + + + + 20 + 20 + + + + + + + + + + + &OK + + + false + + + + + + + + + + &Apply + + + false + + + + + + + &Close + + + true + + + + + + + + + + qt_helpers.h + + + + LengthCombo + +
lengthcombo.h
+ 0 + +
+
+ + widthED + unitsLC + valignCO + restorePB + okPB + applyPB + closePB + + + +