Make the newly arrived topicbutton display background colors and font styles.
[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>515</width>
9     <height>44</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>2</number>
36    </property>
37    <item>
38     <widget class="QLineEdit" 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    <item>
51     <widget class="QToolButton" name="topicEditButton" >
52      <property name="enabled" >
53       <bool>false</bool>
54      </property>
55      <property name="text" >
56       <string>...</string>
57      </property>
58      <property name="icon" >
59       <iconset>
60        <normaloff/>
61       </iconset>
62      </property>
63      <property name="iconSize" >
64       <size>
65        <width>16</width>
66        <height>16</height>
67       </size>
68      </property>
69     </widget>
70    </item>
71   </layout>
72  </widget>
73  <customwidgets>
74   <customwidget>
75    <class>TopicButton</class>
76    <extends>QWidget</extends>
77    <header location="global" >topicbutton.h</header>
78    <container>1</container>
79   </customwidget>
80  </customwidgets>
81  <resources>
82   <include location="../../icons/icons.qrc" />
83  </resources>
84  <connections/>
85 </ui>