Show invite menu in wlm chat window immediately
[kdenetwork.git] / kopete / plugins / alias / aliasdialog.ui
blobf38771bced8fa709bf3d7925c994123a616114b4
1 <ui version="4.0" >
2  <class>AliasDialog</class>
3  <widget class="QDialog" name="AliasDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>361</width>
9     <height>268</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Add New Alias</string>
14   </property>
15   <layout class="QGridLayout" >
16    <property name="leftMargin" >
17     <number>0</number>
18    </property>
19    <property name="topMargin" >
20     <number>0</number>
21    </property>
22    <property name="rightMargin" >
23     <number>0</number>
24    </property>
25    <property name="bottomMargin" >
26     <number>0</number>
27    </property>
28    <property name="horizontalSpacing" >
29     <number>6</number>
30    </property>
31    <property name="verticalSpacing" >
32     <number>6</number>
33    </property>
34    <item row="1" column="0" >
35     <widget class="QLabel" name="textLabel2" >
36      <property name="text" >
37       <string>Command:</string>
38      </property>
39      <property name="buddy" >
40       <cstring>command</cstring>
41      </property>
42     </widget>
43    </item>
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>
48      </property>
49      <property name="whatsThis" >
50       <string>&lt;qt>This is the command that you want to run when you execute this alias.
52 You can use the variables &lt;b>%1, %2 ... %9&lt;/b> in your command, and they will be replaced with the arguments of the alias. The variable &lt;b>%s&lt;/b> will be replaced with all arguments. &lt;b>%n&lt;/b> expands to your nickname.
54 Do not include the '/' in the command (if you do it will be stripped off anyway).&lt;/qt></string>
55      </property>
56     </widget>
57    </item>
58    <item row="0" column="0" >
59     <widget class="QLabel" name="textLabel1" >
60      <property name="text" >
61       <string>Alias:</string>
62      </property>
63      <property name="buddy" >
64       <cstring>alias</cstring>
65      </property>
66     </widget>
67    </item>
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>
72      </property>
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>
75      </property>
76     </widget>
77    </item>
78    <item row="4" column="1" >
79     <widget class="KPushButton" name="addButton" >
80      <property name="text" >
81       <string>&amp;Save</string>
82      </property>
83      <property name="default" >
84       <bool>false</bool>
85      </property>
86     </widget>
87    </item>
88    <item row="4" column="2" >
89     <widget class="KPushButton" name="kPushButton3" >
90      <property name="text" >
91       <string>&amp;Cancel</string>
92      </property>
93     </widget>
94    </item>
95    <item row="2" column="1" colspan="2" >
96     <widget class="K3ListView" name="protocolList" >
97      <property name="enabled" >
98       <bool>true</bool>
99      </property>
100      <property name="toolTip" >
101       <string>If you want this alias to only be active for certain protocols, select those protocols here.</string>
102      </property>
103      <property name="whatsThis" >
104       <string>If you want this alias to only be active for certain protocols, select those protocols here.</string>
105      </property>
106      <property name="selectionMode" >
107       <enum>Q3ListView::Multi</enum>
108      </property>
109      <property name="itemMargin" >
110       <number>0</number>
111      </property>
112      <property name="resizeMode" >
113       <enum>Q3ListView::AllColumns</enum>
114      </property>
115      <property name="fullWidth" >
116       <bool>true</bool>
117      </property>
118      <property name="itemsMovable" >
119       <bool>false</bool>
120      </property>
121      <column>
122       <property name="text" >
123        <string>Protocols</string>
124       </property>
125      </column>
126     </widget>
127    </item>
128    <item row="2" column="0" >
129     <widget class="QLabel" name="textLabel4" >
130      <property name="enabled" >
131       <bool>true</bool>
132      </property>
133      <property name="text" >
134       <string>For protocols:</string>
135      </property>
136      <property name="alignment" >
137       <set>Qt::AlignTop</set>
138      </property>
139      <property name="buddy" >
140       <cstring>kListView2</cstring>
141      </property>
142     </widget>
143    </item>
144    <item row="3" column="0" colspan="3" >
145     <widget class="Line" name="line1" >
146      <property name="frameShape" >
147       <enum>QFrame::HLine</enum>
148      </property>
149      <property name="frameShadow" >
150       <enum>QFrame::Sunken</enum>
151      </property>
152      <property name="orientation" >
153       <enum>Qt::Horizontal</enum>
154      </property>
155     </widget>
156    </item>
157   </layout>
158  </widget>
159  <layoutdefault spacing="6" margin="11" />
160   <customwidgets>
161   <customwidget>
162    <class>K3ListView</class>
163    <extends>Q3ListView</extends>
164    <header>k3listview.h</header>
165   </customwidget>
166   <customwidget>
167    <class>KLineEdit</class>
168    <extends>QLineEdit</extends>
169    <header>klineedit.h</header>
170   </customwidget>
171   <customwidget>
172    <class>KPushButton</class>
173    <extends>QPushButton</extends>
174    <header>kpushbutton.h</header>
175   </customwidget>
176  </customwidgets>
177  <tabstops>
178   <tabstop>alias</tabstop>
179   <tabstop>command</tabstop>
180   <tabstop>protocolList</tabstop>
181   <tabstop>addButton</tabstop>
182   <tabstop>kPushButton3</tabstop>
183  </tabstops>
184  <resources/>
185  <connections/>
186 </ui>