From e6fd3d0318d0f53c51cf4cc87ccdc8f9741957e7 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Fri, 23 Jul 2010 07:31:53 +0000 Subject: Theme Editor: Switched back to Lorenzo Bettini's find/replace dialog (with some modifications) as he changed the license to LGPL v2.1 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27528 a1c6a512-1295-4272-9138-f99709370657 --- .../qtfindreplacedialog/findreplaceform.ui | 204 +++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 utils/themeeditor/qtfindreplacedialog/findreplaceform.ui (limited to 'utils/themeeditor/qtfindreplacedialog/findreplaceform.ui') diff --git a/utils/themeeditor/qtfindreplacedialog/findreplaceform.ui b/utils/themeeditor/qtfindreplacedialog/findreplaceform.ui new file mode 100644 index 0000000000..acc055ca88 --- /dev/null +++ b/utils/themeeditor/qtfindreplacedialog/findreplaceform.ui @@ -0,0 +1,204 @@ + + + FindReplaceForm + + + + 0 + 0 + 483 + 288 + + + + Form + + + + + + + + + + + + &Find: + + + textToFind + + + + + + + + + + R&eplace with: + + + textToReplace + + + + + + + + + + + + + + errorLabel + + + + + + + + + D&irection + + + + + + &Down + + + true + + + + + + + &Up + + + + + + + + + + &Options + + + + + + &Case sensitive + + + + + + + &Whole words only + + + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">whether the text to search should be interpreted as a regular expression.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You may want to take a look at the syntax of regular expressions:</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="http://doc.trolltech.com/qregexp.html"><span style=" text-decoration: underline; color:#0000ff;">http://doc.trolltech.com/qregexp.html</span></a></p></body></html> + + + R&egular Expression + + + + + + + + + + + + + + 10 + + + + + false + + + &Find + + + + + + + &Close + + + + + + + false + + + &Replace + + + + + + + false + + + Replace &All + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + textToFind + textToReplace + downRadioButton + upRadioButton + caseCheckBox + wholeCheckBox + regexCheckBox + findButton + closeButton + + + + -- cgit v1.2.3