cleaning up a bit (views menu and mainwin.cpp)
[quassel.git] / src / qtui / ui / channellistdlg.ui
1 <ui version="4.0" >
2  <class>ChannelListDlg</class>
3  <widget class="QDialog" name="ChannelListDlg" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>454</width>
9     <height>406</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Channel List</string>
14   </property>
15   <property name="windowIcon" >
16    <iconset resource="../../icons/icons.qrc" >
17     <normaloff>:/16x16/actions/oxygen/16x16/actions/format-list-unordered.png</normaloff>:/16x16/actions/oxygen/16x16/actions/format-list-unordered.png</iconset>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout" >
20    <property name="spacing" >
21     <number>2</number>
22    </property>
23    <property name="margin" >
24     <number>0</number>
25    </property>
26    <item>
27     <layout class="QHBoxLayout" name="horizontalLayout" >
28      <property name="spacing" >
29       <number>6</number>
30      </property>
31      <property name="leftMargin" >
32       <number>6</number>
33      </property>
34      <item>
35       <widget class="QLabel" name="label" >
36        <property name="text" >
37         <string>Search Pattern:</string>
38        </property>
39       </widget>
40      </item>
41      <item>
42       <widget class="QLineEdit" name="channelNameLineEdit" />
43      </item>
44      <item>
45       <widget class="QPushButton" name="searchChannelsButton" >
46        <property name="text" >
47         <string>Search Channels</string>
48        </property>
49       </widget>
50      </item>
51     </layout>
52    </item>
53    <item>
54     <widget class="Line" name="line" >
55      <property name="orientation" >
56       <enum>Qt::Horizontal</enum>
57      </property>
58     </widget>
59    </item>
60    <item>
61     <layout class="QHBoxLayout" name="horizontalLayout_2" >
62      <property name="spacing" >
63       <number>6</number>
64      </property>
65      <property name="leftMargin" >
66       <number>6</number>
67      </property>
68      <item>
69       <widget class="QLabel" name="filterLabel" >
70        <property name="text" >
71         <string>Filter:</string>
72        </property>
73       </widget>
74      </item>
75      <item>
76       <widget class="QLineEdit" name="filterLineEdit" />
77      </item>
78     </layout>
79    </item>
80    <item>
81     <widget class="QTableView" name="channelListView" />
82    </item>
83   </layout>
84  </widget>
85  <resources>
86   <include location="../../icons/icons.qrc" />
87  </resources>
88  <connections/>
89 </ui>