From 00bb99ac80741fc50ef8a289719373032f2391eb Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- .../stringreplacer/stringreplacerconfwidget.ui | 474 +++++++++++++++++++++ 1 file changed, 474 insertions(+) create mode 100644 kttsd/filters/stringreplacer/stringreplacerconfwidget.ui (limited to 'kttsd/filters/stringreplacer/stringreplacerconfwidget.ui') diff --git a/kttsd/filters/stringreplacer/stringreplacerconfwidget.ui b/kttsd/filters/stringreplacer/stringreplacerconfwidget.ui new file mode 100644 index 0000000..e88307f --- /dev/null +++ b/kttsd/filters/stringreplacer/stringreplacerconfwidget.ui @@ -0,0 +1,474 @@ + +StringReplacerConfWidget +Widget for configuring String Replacer Filter for KTTSD. +Gary Cramblitt <garycramblitt@comcast.net> + + + StringReplacerConfWidget + + + + 0 + 0 + 548 + 421 + + + + Configure String Replacer + + + + unnamed + + + + layout3 + + + + unnamed + + + + nameLabel + + + &Name: + + + AlignVCenter|AlignRight + + + nameLineEdit + + + Enter any name you like for this filter. + What's this text + + + + + nameLineEdit + + + Enter any name you like for this filter. + + + + + + + applyGroupBox + + + Apply This &Filter When + + + These settings determines when the filter is applied to text. + + + + unnamed + + + + layout11 + + + + unnamed + + + + languageLabel + + + Lan&guage is: + + + AlignVCenter|AlignRight + + + languageLineEdit + + + This filter is applied to text jobs of the specified language. You may select more than one language by clicking the browse button and Ctrl-clicking on more than one in the list. If blank the filter applies to all text jobs of any language. + What's this text + + + + + appIdLabel + + + Application &ID contains: + + + AlignVCenter|AlignRight + + + appIdLineEdit + + + Enter a DCOP Application ID. This filter will only apply to text jobs queued by that application. You may enter more than one ID separated by commas. If blank, this filter applies to text jobs queued by all applications. Tip: Use kdcop from the command line to get the Application IDs of running applications. Example: "konversation, kvirc,ksirc,kopete" + + + + + + + layout13 + + + + unnamed + + + + layout12 + + + + unnamed + + + + languageLineEdit + + + false + + + This filter is applied to text jobs of the specified language. You may select more than one language by clicking the browse button and Ctrl-clicking on more than one in the list. If blank the filter applies to all text jobs of any language. + + + + + languageBrowseButton + + + ... + + + Click to select one or more languages. This filter will be applied to text jobs of those languages. + + + + + + + appIdLineEdit + + + <qt>Enter a DCOP Application ID. This filter will only apply to text jobs queued by that application. You may enter more than one ID separated by commas. Use <b>knotify</b> to match all messages sent as KDE notifications. If blank, this filter applies to text jobs queued by all applications. Tip: Use kdcop from the command line to get the Application IDs of running applications. Example: "konversation, kvirc,ksirc,kopete"</qt> + + + + + + + + + layout6 + + + + unnamed + + + + loadButton + + + + 1 + 0 + 0 + 0 + + + + Load... + + + + + + Click to load a word list from a file. + What's this text + + + + + saveButton + + + + 1 + 0 + 0 + 0 + + + + &Save... + + + Click to save word list to a file. + What's this text + + + + + clearButton + + + + 1 + 0 + 0 + 0 + + + + C&lear + + + Click to empty the word list. + What's this text + + + + + + + layout24 + + + + unnamed + + + + + Type + + + true + + + true + + + + + Match Case + + + true + + + true + + + + + Match + + + true + + + true + + + + + Replace With + + + true + + + true + + + + substLView + + + true + + + + + layout23 + + + + unnamed + + + + addButton + + + + 1 + 0 + 0 + 0 + + + + &Add... + + + Click to add another word or regular expression to the list. + What's this text + + + + + upButton + + + + 5 + 0 + 0 + 0 + + + + &Up + + + Click to move selected word up in the list. Words higher in the list are applied first. + + + + + downButton + + + + 5 + 0 + 0 + 0 + + + + Do&wn + + + Click to move a word down in the list. Words lower in the list are applied last. + + + + + editButton + + + false + + + + 1 + 0 + 0 + 0 + + + + &Edit... + + + false + + + Click to modify an existing word or regular expression in the list. + + + + + removeButton + + + false + + + + 1 + 0 + 0 + 0 + + + + &Remove + + + false + + + Click to remove a word or regular expression from the list. + + + + + spacer13 + + + Vertical + + + Expanding + + + + 20 + 20 + + + + + + + + + + + + + nameLineEdit + substLView + addButton + upButton + downButton + editButton + removeButton + loadButton + saveButton + clearButton + languageLineEdit + languageBrowseButton + appIdLineEdit + + + + klineedit.h + klineedit.h + kpushbutton.h + klineedit.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + klistview.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + + -- cgit v1.2.1