1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>ChannelListDlg</class>
4 <widget class="QDialog" name="ChannelListDlg">
5 <property name="geometry">
13 <property name="windowTitle">
14 <string>Channel List</string>
16 <property name="windowIcon">
18 <normaloff>:/16x16/actions/oxygen/16x16/actions/format-list-unordered.png</normaloff>:/16x16/actions/oxygen/16x16/actions/format-list-unordered.png</iconset>
20 <layout class="QVBoxLayout" name="verticalLayout">
21 <property name="spacing">
24 <property name="margin">
28 <layout class="QHBoxLayout" name="searchLayout">
29 <property name="spacing">
32 <property name="leftMargin">
36 <widget class="QLabel" name="searchPatternLabel">
37 <property name="text">
38 <string>Search Pattern:</string>
43 <widget class="QLineEdit" name="channelNameLineEdit"/>
46 <widget class="ClickableLabel" name="advancedModeLabel">
47 <property name="toolTip">
48 <string>Toggle between simple and advanced mode.
49 Advanced mode allows one to pass search strings to the IRC Server.</string>
51 <property name="text">
54 <property name="pixmap">
55 <pixmap>:/22x22/actions/oxygen/22x22/actions/edit-clear-locationbar-rtl.png</pixmap>
60 <widget class="QPushButton" name="searchChannelsButton">
61 <property name="text">
62 <string>Show Channels</string>
69 <widget class="Line" name="line">
70 <property name="orientation">
71 <enum>Qt::Horizontal</enum>
76 <layout class="QHBoxLayout" name="horizontalLayout_2">
77 <property name="spacing">
80 <property name="leftMargin">
84 <widget class="QLabel" name="filterLabel">
85 <property name="text">
86 <string>Filter:</string>
91 <widget class="QLineEdit" name="filterLineEdit"/>
96 <widget class="QLabel" name="errorLabel">
97 <property name="text">
98 <string>Errors Occurred:</string>
103 <widget class="QTextEdit" name="errorTextEdit">
104 <property name="sizePolicy">
105 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
106 <horstretch>0</horstretch>
107 <verstretch>0</verstretch>
110 <property name="minimumSize">
116 <property name="maximumSize">
118 <width>16777215</width>
122 <property name="acceptDrops">
125 <property name="undoRedoEnabled">
128 <property name="readOnly">
131 <property name="html">
132 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
133 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
134 p, li { white-space: pre-wrap; }
135 </style></head><body style=" font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;">
136 <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Lucida Grande'; font-size:13pt;">SUPER EVIL CATASTROPHIC ERROR!!11</span></p>
137 <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;"></p></body></html></string>
142 <widget class="QTableView" name="channelListView">
143 <property name="sizePolicy">
144 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
145 <horstretch>0</horstretch>
146 <verstretch>0</verstretch>
155 <class>ClickableLabel</class>
156 <extends>QLabel</extends>
157 <header location="global">clickablelabel.h</header>
161 <tabstop>channelNameLineEdit</tabstop>
162 <tabstop>searchChannelsButton</tabstop>
163 <tabstop>filterLineEdit</tabstop>
164 <tabstop>errorTextEdit</tabstop>
165 <tabstop>channelListView</tabstop>