Purdificationings of the TopicWidget (no more colore codes).
[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>458</width>
9     <height>28</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="leftMargin" >
35     <number>2</number>
36    </property>
37    <property name="topMargin" >
38     <number>2</number>
39    </property>
40    <property name="rightMargin" >
41     <number>2</number>
42    </property>
43    <property name="bottomMargin" >
44     <number>2</number>
45    </property>
46    <item>
47     <widget class="QLineEdit" name="topicLineEdit" />
48    </item>
49    <item>
50     <widget class="TopicButton" native="1" name="topicButton" />
51    </item>
52    <item>
53     <widget class="QToolButton" name="topicEditButton" >
54      <property name="enabled" >
55       <bool>false</bool>
56      </property>
57      <property name="text" >
58       <string>...</string>
59      </property>
60      <property name="icon" >
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>