Categories in the settings dialog are now clickable
[quassel.git] / src / qtui / settingspages / aliasessettingspage.ui
1 <ui version="4.0" >
2  <class>AliasesSettingsPage</class>
3  <widget class="QWidget" name="AliasesSettingsPage" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>291</width>
9     <height>229</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout" >
16    <item>
17     <widget class="QTableView" name="aliasesView" />
18    </item>
19    <item>
20     <layout class="QHBoxLayout" name="horizontalLayout" >
21      <item>
22       <widget class="QPushButton" name="newAliasButton" >
23        <property name="enabled" >
24         <bool>false</bool>
25        </property>
26        <property name="text" >
27         <string>New</string>
28        </property>
29        <property name="icon" >
30         <iconset>
31          <normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</normaloff>:/16x16/actions/oxygen/16x16/actions/list-add.png</iconset>
32        </property>
33       </widget>
34      </item>
35      <item>
36       <widget class="QPushButton" name="deleteAliasButton" >
37        <property name="enabled" >
38         <bool>false</bool>
39        </property>
40        <property name="text" >
41         <string>Delete</string>
42        </property>
43        <property name="icon" >
44         <iconset>
45          <normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</normaloff>:/16x16/actions/oxygen/16x16/actions/edit-delete.png</iconset>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <spacer name="horizontalSpacer" >
51        <property name="orientation" >
52         <enum>Qt::Horizontal</enum>
53        </property>
54        <property name="sizeHint" stdset="0" >
55         <size>
56          <width>40</width>
57          <height>20</height>
58         </size>
59        </property>
60       </spacer>
61      </item>
62     </layout>
63    </item>
64   </layout>
65  </widget>
66  <resources/>
67  <connections/>
68 </ui>