2 <class>AliasDialog</class>
3 <widget class="QDialog" name="AliasDialog" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Add New Alias</string>
15 <layout class="QGridLayout" >
16 <property name="leftMargin" >
19 <property name="topMargin" >
22 <property name="rightMargin" >
25 <property name="bottomMargin" >
28 <property name="horizontalSpacing" >
31 <property name="verticalSpacing" >
34 <item row="1" column="0" >
35 <widget class="QLabel" name="textLabel2" >
36 <property name="text" >
37 <string>Command:</string>
39 <property name="buddy" >
40 <cstring>command</cstring>
44 <item row="1" column="1" colspan="2" >
45 <widget class="KLineEdit" name="command" >
46 <property name="toolTip" >
47 <string>This is the command that you want to run when you execute this alias. </string>
49 <property name="whatsThis" >
50 <string><qt>This is the command that you want to run when you execute this alias.
52 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.
54 Do not include the '/' in the command (if you do it will be stripped off anyway).</qt></string>
58 <item row="0" column="0" >
59 <widget class="QLabel" name="textLabel1" >
60 <property name="text" >
61 <string>Alias:</string>
63 <property name="buddy" >
64 <cstring>alias</cstring>
68 <item row="0" column="1" colspan="2" >
69 <widget class="KLineEdit" name="alias" >
70 <property name="toolTip" >
71 <string>This is the alias you are adding (what you will type after the command identifier, '/').</string>
73 <property name="whatsThis" >
74 <string>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).</string>
78 <item row="4" column="1" >
79 <widget class="KPushButton" name="addButton" >
80 <property name="text" >
81 <string>&Save</string>
83 <property name="default" >
88 <item row="4" column="2" >
89 <widget class="KPushButton" name="kPushButton3" >
90 <property name="text" >
91 <string>&Cancel</string>
95 <item row="2" column="1" colspan="2" >
96 <widget class="K3ListView" name="protocolList" >
97 <property name="enabled" >
100 <property name="toolTip" >
101 <string>If you want this alias to only be active for certain protocols, select those protocols here.</string>
103 <property name="whatsThis" >
104 <string>If you want this alias to only be active for certain protocols, select those protocols here.</string>
106 <property name="selectionMode" >
107 <enum>Q3ListView::Multi</enum>
109 <property name="itemMargin" >
112 <property name="resizeMode" >
113 <enum>Q3ListView::AllColumns</enum>
115 <property name="fullWidth" >
118 <property name="itemsMovable" >
122 <property name="text" >
123 <string>Protocols</string>
128 <item row="2" column="0" >
129 <widget class="QLabel" name="textLabel4" >
130 <property name="enabled" >
133 <property name="text" >
134 <string>For protocols:</string>
136 <property name="alignment" >
137 <set>Qt::AlignTop</set>
139 <property name="buddy" >
140 <cstring>kListView2</cstring>
144 <item row="3" column="0" colspan="3" >
145 <widget class="Line" name="line1" >
146 <property name="frameShape" >
147 <enum>QFrame::HLine</enum>
149 <property name="frameShadow" >
150 <enum>QFrame::Sunken</enum>
152 <property name="orientation" >
153 <enum>Qt::Horizontal</enum>
159 <layoutdefault spacing="6" margin="11" />
162 <class>K3ListView</class>
163 <extends>Q3ListView</extends>
164 <header>k3listview.h</header>
167 <class>KLineEdit</class>
168 <extends>QLineEdit</extends>
169 <header>klineedit.h</header>
172 <class>KPushButton</class>
173 <extends>QPushButton</extends>
174 <header>kpushbutton.h</header>
178 <tabstop>alias</tabstop>
179 <tabstop>command</tabstop>
180 <tabstop>protocolList</tabstop>
181 <tabstop>addButton</tabstop>
182 <tabstop>kPushButton3</tabstop>