ca0ac046842ed921f808d8a65d9ac6d479aea613
[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>644</width>
9     <height>35</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
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" name="horizontalLayout" >
34    <property name="sizeConstraint" >
35     <enum>QLayout::SetDefaultConstraint</enum>
36    </property>
37    <property name="margin" >
38     <number>0</number>
39    </property>
40    <item>
41     <widget class="TopicLabel" name="topicLabel" >
42      <property name="sizePolicy" >
43       <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
44        <horstretch>0</horstretch>
45        <verstretch>0</verstretch>
46       </sizepolicy>
47      </property>
48      <property name="frameShape" >
49       <enum>QFrame::StyledPanel</enum>
50      </property>
51      <property name="frameShadow" >
52       <enum>QFrame::Plain</enum>
53      </property>
54     </widget>
55    </item>
56    <item>
57     <widget class="ClearableLineEdit" name="topicLineEdit" >
58      <property name="sizePolicy" >
59       <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
60        <horstretch>0</horstretch>
61        <verstretch>0</verstretch>
62       </sizepolicy>
63      </property>
64      <property name="frame" >
65       <bool>true</bool>
66      </property>
67      <property name="alignment" >
68       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
69      </property>
70     </widget>
71    </item>
72    <item>
73     <widget class="ClickableLabel" name="topicEditButton" >
74      <property name="sizePolicy" >
75       <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
76        <horstretch>0</horstretch>
77        <verstretch>0</verstretch>
78       </sizepolicy>
79      </property>
80      <property name="text" >
81       <string/>
82      </property>
83      <property name="pixmap" >
84       <pixmap resource="../../icons/icons.qrc" >:/22x22/actions/oxygen/22x22/actions/edit-clear.png</pixmap>
85      </property>
86     </widget>
87    </item>
88   </layout>
89  </widget>
90  <customwidgets>
91   <customwidget>
92    <class>ClearableLineEdit</class>
93    <extends>QLineEdit</extends>
94    <header location="global" >clearablelineedit.h</header>
95   </customwidget>
96   <customwidget>
97    <class>ClickableLabel</class>
98    <extends>QLabel</extends>
99    <header location="global" >clickablelabel.h</header>
100   </customwidget>
101   <customwidget>
102    <class>TopicLabel</class>
103    <extends>QFrame</extends>
104    <header location="global" >topiclabel.h</header>
105    <container>1</container>
106   </customwidget>
107  </customwidgets>
108  <resources>
109   <include location="../../icons/icons.qrc" />
110  </resources>
111  <connections/>
112 </ui>