qa: Replace deprecated qVariantFromValue() by QVariant::fromValue()
[quassel.git] / src / qtui / channellistdlg.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ChannelListDlg</class>
4  <widget class="QDialog" name="ChannelListDlg">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>566</width>
10     <height>580</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Channel List</string>
15   </property>
16   <property name="windowIcon">
17    <iconset>
18     <normaloff>:/16x16/actions/oxygen/16x16/actions/format-list-unordered.png</normaloff>:/16x16/actions/oxygen/16x16/actions/format-list-unordered.png</iconset>
19   </property>
20   <layout class="QVBoxLayout" name="verticalLayout">
21    <property name="spacing">
22     <number>2</number>
23    </property>
24    <property name="margin">
25     <number>0</number>
26    </property>
27    <item>
28     <layout class="QHBoxLayout" name="searchLayout">
29      <property name="spacing">
30       <number>6</number>
31      </property>
32      <property name="leftMargin">
33       <number>6</number>
34      </property>
35      <item>
36       <widget class="QLabel" name="searchPatternLabel">
37        <property name="text">
38         <string>Search Pattern:</string>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <widget class="QLineEdit" name="channelNameLineEdit"/>
44      </item>
45      <item>
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>
50        </property>
51        <property name="text">
52         <string/>
53        </property>
54        <property name="pixmap">
55         <pixmap>:/22x22/actions/oxygen/22x22/actions/edit-clear-locationbar-rtl.png</pixmap>
56        </property>
57       </widget>
58      </item>
59      <item>
60       <widget class="QPushButton" name="searchChannelsButton">
61        <property name="text">
62         <string>Show Channels</string>
63        </property>
64       </widget>
65      </item>
66     </layout>
67    </item>
68    <item>
69     <widget class="Line" name="line">
70      <property name="orientation">
71       <enum>Qt::Horizontal</enum>
72      </property>
73     </widget>
74    </item>
75    <item>
76     <layout class="QHBoxLayout" name="horizontalLayout_2">
77      <property name="spacing">
78       <number>6</number>
79      </property>
80      <property name="leftMargin">
81       <number>6</number>
82      </property>
83      <item>
84       <widget class="QLabel" name="filterLabel">
85        <property name="text">
86         <string>Filter:</string>
87        </property>
88       </widget>
89      </item>
90      <item>
91       <widget class="QLineEdit" name="filterLineEdit"/>
92      </item>
93     </layout>
94    </item>
95    <item>
96     <widget class="QLabel" name="errorLabel">
97      <property name="text">
98       <string>Errors Occurred:</string>
99      </property>
100     </widget>
101    </item>
102    <item>
103     <widget class="QTextEdit" name="errorTextEdit">
104      <property name="sizePolicy">
105       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
106        <horstretch>0</horstretch>
107        <verstretch>0</verstretch>
108       </sizepolicy>
109      </property>
110      <property name="minimumSize">
111       <size>
112        <width>0</width>
113        <height>0</height>
114       </size>
115      </property>
116      <property name="maximumSize">
117       <size>
118        <width>16777215</width>
119        <height>100</height>
120       </size>
121      </property>
122      <property name="acceptDrops">
123       <bool>false</bool>
124      </property>
125      <property name="undoRedoEnabled">
126       <bool>false</bool>
127      </property>
128      <property name="readOnly">
129       <bool>true</bool>
130      </property>
131      <property name="html">
132       <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
133 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
134 p, li { white-space: pre-wrap; }
135 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
136 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:13pt;&quot;&gt;SUPER EVIL CATASTROPHIC ERROR!!11&lt;/span&gt;&lt;/p&gt;
137 &lt;p style=&quot;-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;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
138      </property>
139     </widget>
140    </item>
141    <item>
142     <widget class="QTableView" name="channelListView">
143      <property name="sizePolicy">
144       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
145        <horstretch>0</horstretch>
146        <verstretch>0</verstretch>
147       </sizepolicy>
148      </property>
149     </widget>
150    </item>
151   </layout>
152  </widget>
153  <customwidgets>
154   <customwidget>
155    <class>ClickableLabel</class>
156    <extends>QLabel</extends>
157    <header location="global">clickablelabel.h</header>
158   </customwidget>
159  </customwidgets>
160  <tabstops>
161   <tabstop>channelNameLineEdit</tabstop>
162   <tabstop>searchChannelsButton</tabstop>
163   <tabstop>filterLineEdit</tabstop>
164   <tabstop>errorTextEdit</tabstop>
165   <tabstop>channelListView</tabstop>
166  </tabstops>
167  <resources/>
168  <connections/>
169 </ui>