Don't use const'ref for QChar
[kdepim.git] / akonadiconsole / collectionattributespage.ui
blob2b4e42a9b113598abe98e0862bce947fa81db8a9
1 <ui version="4.0" >
2  <class>CollectionAttributesPage</class>
3  <widget class="QWidget" name="CollectionAttributesPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" >
13    <item row="0" column="0" colspan="3" >
14     <widget class="QTreeView" name="attrView" >
15      <property name="rootIsDecorated" >
16       <bool>false</bool>
17      </property>
18     </widget>
19    </item>
20    <item row="1" column="0" >
21     <widget class="QLineEdit" name="attrName" >
22      <property name="placeholderText" >
23       <string>New Attribute</string>
24      </property>
25     </widget>
26    </item>
27    <item row="1" column="1" >
28     <widget class="QPushButton" name="addButton" >
29      <property name="text" >
30       <string>&amp;Add</string>
31      </property>
32     </widget>
33    </item>
34    <item row="1" column="2" >
35     <widget class="QPushButton" name="deleteButton" >
36      <property name="enabled" >
37       <bool>true</bool>
38      </property>
39      <property name="text" >
40       <string>&amp;Delete</string>
41      </property>
42     </widget>
43    </item>
44   </layout>
45  </widget>
46  <resources/>
47  <connections/>
48 </ui>