Complete and pimp DesktopNotificationBackend.
[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>566</width>
9     <height>580</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Channel List</string>
14   </property>
15   <property name="windowIcon" >
16    <iconset>
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="searchLayout" >
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="searchPatternLabel" >
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="ClickableLabel" name="advancedModeLabel" >
46        <property name="toolTip" >
47         <string>Toggle between simple and advanced mode.
48 Advanced mode allows to pass search strings to the IRC Server.</string>
49        </property>
50        <property name="text" >
51         <string/>
52        </property>
53        <property name="pixmap" >
54         <pixmap>:/22x22/actions/oxygen/22x22/actions/edit-clear-locationbar-rtl.png</pixmap>
55        </property>
56       </widget>
57      </item>
58      <item>
59       <widget class="QPushButton" name="searchChannelsButton" >
60        <property name="text" >
61         <string>Show Channels</string>
62        </property>
63       </widget>
64      </item>
65     </layout>
66    </item>
67    <item>
68     <widget class="Line" name="line" >
69      <property name="orientation" >
70       <enum>Qt::Horizontal</enum>
71      </property>
72     </widget>
73    </item>
74    <item>
75     <layout class="QHBoxLayout" name="horizontalLayout_2" >
76      <property name="spacing" >
77       <number>6</number>
78      </property>
79      <property name="leftMargin" >
80       <number>6</number>
81      </property>
82      <item>
83       <widget class="QLabel" name="filterLabel" >
84        <property name="text" >
85         <string>Filter:</string>
86        </property>
87       </widget>
88      </item>
89      <item>
90       <widget class="QLineEdit" name="filterLineEdit" />
91      </item>
92     </layout>
93    </item>
94    <item>
95     <widget class="QLabel" name="errorLabel" >
96      <property name="text" >
97       <string>Errors Occured:</string>
98      </property>
99     </widget>
100    </item>
101    <item>
102     <widget class="QTextEdit" name="errorTextEdit" >
103      <property name="sizePolicy" >
104       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
105        <horstretch>0</horstretch>
106        <verstretch>0</verstretch>
107       </sizepolicy>
108      </property>
109      <property name="minimumSize" >
110       <size>
111        <width>0</width>
112        <height>0</height>
113       </size>
114      </property>
115      <property name="maximumSize" >
116       <size>
117        <width>16777215</width>
118        <height>100</height>
119       </size>
120      </property>
121      <property name="acceptDrops" >
122       <bool>false</bool>
123      </property>
124      <property name="undoRedoEnabled" >
125       <bool>false</bool>
126      </property>
127      <property name="readOnly" >
128       <bool>true</bool>
129      </property>
130      <property name="html" >
131       <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
132 &lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
133 p, li { white-space: pre-wrap; }
134 &lt;/style>&lt;/head>&lt;body style=" font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;">
135 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;">SUPER EVIL CATASTROPHIC ERROR!!11&lt;/p>
136 &lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande'; font-size:13pt;">&lt;/p>&lt;/body>&lt;/html></string>
137      </property>
138     </widget>
139    </item>
140    <item>
141     <widget class="QTableView" name="channelListView" >
142      <property name="sizePolicy" >
143       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
144        <horstretch>0</horstretch>
145        <verstretch>0</verstretch>
146       </sizepolicy>
147      </property>
148     </widget>
149    </item>
150   </layout>
151  </widget>
152  <customwidgets>
153   <customwidget>
154    <class>ClickableLabel</class>
155    <extends>QLabel</extends>
156    <header location="global" >clickablelabel.h</header>
157   </customwidget>
158  </customwidgets>
159  <resources>
160   <include location="../../icons/icons.qrc" />
161  </resources>
162  <connections/>
163 </ui>