19f36cc4f6eb8deb6982549e7fbc2916a3fb76c6
[quassel.git] / src / qtui / ui / topicwidget.ui
1 <ui version="4.0" >
2  <class>TopicWidget</class>
3  <widget class="QWidget" name="TopicWidget" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>548</width>
9     <height>34</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="minimumSize" >
19    <size>
20     <width>0</width>
21     <height>0</height>
22    </size>
23   </property>
24   <property name="baseSize" >
25    <size>
26     <width>0</width>
27     <height>0</height>
28    </size>
29   </property>
30   <property name="windowTitle" >
31    <string>Form</string>
32   </property>
33   <layout class="QHBoxLayout" >
34    <property name="margin" >
35     <number>4</number>
36    </property>
37    <item>
38     <widget class="ClearableLineEdit" name="topicLineEdit" />
39    </item>
40    <item>
41     <widget class="TopicButton" native="1" name="topicButton" >
42      <property name="sizePolicy" >
43       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
44        <horstretch>0</horstretch>
45        <verstretch>0</verstretch>
46       </sizepolicy>
47      </property>
48     </widget>
49    </item>
50   </layout>
51  </widget>
52  <customwidgets>
53   <customwidget>
54    <class>TopicButton</class>
55    <extends>QWidget</extends>
56    <header location="global" >topicbutton.h</header>
57    <container>1</container>
58   </customwidget>
59   <customwidget>
60    <class>ClearableLineEdit</class>
61    <extends>QLineEdit</extends>
62    <header location="global" >clearablelineedit.h</header>
63   </customwidget>
64  </customwidgets>
65  <resources>
66   <include location="../../icons/icons.qrc" />
67  </resources>
68  <connections/>
69 </ui>