From bcb704366cb5e333a626c18c308c7e0448a8e69f 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/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/plugins/alias/aliasdialog.ui | 193 ++++++++++++++++++++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 kopete/plugins/alias/aliasdialog.ui (limited to 'kopete/plugins/alias/aliasdialog.ui') diff --git a/kopete/plugins/alias/aliasdialog.ui b/kopete/plugins/alias/aliasdialog.ui new file mode 100644 index 00000000..1d980d52 --- /dev/null +++ b/kopete/plugins/alias/aliasdialog.ui @@ -0,0 +1,193 @@ + +AliasDialog + + + AliasDialog + + + + 0 + 0 + 361 + 268 + + + + Add New Alias + + + + unnamed + + + + textLabel2 + + + Command: + + + command + + + + + command + + + This is the command that you want to run when you execute this alias. + + + <qt>This is the command that you want to run when you execute this alias. + +You can use the variables <b>%1, %2 ... %9</b> in your command, and they will be replaced with the arguments of the alias. The variable <b>%s</b> will be replaced with all arguments. <b>%n</b> expands to your nickname. + +Do not include the '/' in the command (if you do it will be stripped off anyway).</qt> + + + + + textLabel1 + + + Alias: + + + alias + + + + + alias + + + This is the alias you are adding (what you will type after the command identifier, '/'). + + + This is the alias you are adding (what you will type after the command identifier, '/'). Do not include the '/' (it will be stripped off if you do anyway). + + + + + addButton + + + &Save + + + false + + + + + kPushButton3 + + + &Cancel + + + + + + Protocols + + + true + + + true + + + + protocolList + + + true + + + Multi + + + 0 + + + AllColumns + + + true + + + false + + + If you want this alias to only be active for certain protocols, select those protocols here. + + + If you want this alias to only be active for certain protocols, select those protocols here. + + + + + textLabel4 + + + true + + + For protocols: + + + AlignTop + + + kListView2 + + + + + line1 + + + HLine + + + Sunken + + + Horizontal + + + + + + + + + kPushButton3 + clicked() + AliasDialog + reject() + + + addButton + clicked() + AliasDialog + accept() + + + + alias + command + protocolList + addButton + kPushButton3 + + + + klineedit.h + klineedit.h + kpushbutton.h + kpushbutton.h + klistview.h + + -- cgit v1.2.1