OSDN Git Service

add close button.
[kita/kita.git] / kita / src / threadlistviewbase.ui
1 <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2 <class>Kita::ThreadListViewBase</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>Kita::ThreadListViewBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>601</width>
12             <height>483</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Form2</string>
17     </property>
18     <vbox>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <property name="margin">
23             <number>0</number>
24         </property>
25         <property name="spacing">
26             <number>0</number>
27         </property>
28         <widget class="QLayoutWidget">
29             <property name="name">
30                 <cstring>layout3</cstring>
31             </property>
32             <hbox>
33                 <property name="name">
34                     <cstring>unnamed</cstring>
35                 </property>
36                 <widget class="QComboBox">
37                     <property name="name">
38                         <cstring>SearchCombo</cstring>
39                     </property>
40                     <property name="sizePolicy">
41                         <sizepolicy>
42                             <hsizetype>1</hsizetype>
43                             <vsizetype>4</vsizetype>
44                             <horstretch>0</horstretch>
45                             <verstretch>0</verstretch>
46                         </sizepolicy>
47                     </property>
48                     <property name="minimumSize">
49                         <size>
50                             <width>200</width>
51                             <height>0</height>
52                         </size>
53                     </property>
54                     <property name="editable">
55                         <bool>true</bool>
56                     </property>
57                     <property name="sizeLimit">
58                         <number>10</number>
59                     </property>
60                 </widget>
61                 <widget class="QToolButton">
62                     <property name="name">
63                         <cstring>SearchButton</cstring>
64                     </property>
65                     <property name="text">
66                         <string>Search</string>
67                     </property>
68                     <property name="toolTip" stdset="0">
69                         <string>search word</string>
70                     </property>
71                 </widget>
72                 <widget class="QToolButton">
73                     <property name="name">
74                         <cstring>HideButton</cstring>
75                     </property>
76                     <property name="text">
77                         <string>Hide</string>
78                     </property>
79                     <property name="toggleButton">
80                         <bool>true</bool>
81                     </property>
82                     <property name="toolTip" stdset="0">
83                         <string>filter thread</string>
84                     </property>
85                 </widget>
86                 <widget class="QToolButton">
87                     <property name="name">
88                         <cstring>ReloadButton</cstring>
89                     </property>
90                     <property name="text">
91                         <string>Reload</string>
92                     </property>
93                     <property name="toggleButton">
94                         <bool>false</bool>
95                     </property>
96                     <property name="toolTip" stdset="0">
97                         <string>reload board</string>
98                     </property>
99                 </widget>
100                 <widget class="QLabel">
101                     <property name="name">
102                         <cstring>KindLabel</cstring>
103                     </property>
104                     <property name="sizePolicy">
105                         <sizepolicy>
106                             <hsizetype>5</hsizetype>
107                             <vsizetype>5</vsizetype>
108                             <horstretch>0</horstretch>
109                             <verstretch>0</verstretch>
110                         </sizepolicy>
111                     </property>
112                     <property name="alignment">
113                         <set>AlignVCenter|AlignLeft</set>
114                     </property>
115                     <property name="indent">
116                         <number>5</number>
117                     </property>
118                     <property name="toolTip" stdset="0">
119                         <string>unread/read/new threads</string>
120                     </property>
121                 </widget>
122                 <spacer>
123                     <property name="name">
124                         <cstring>spacer1</cstring>
125                     </property>
126                     <property name="orientation">
127                         <enum>Horizontal</enum>
128                     </property>
129                     <property name="sizeType">
130                         <enum>Expanding</enum>
131                     </property>
132                     <property name="sizeHint">
133                         <size>
134                             <width>150</width>
135                             <height>20</height>
136                         </size>
137                     </property>
138                 </spacer>
139                 <widget class="QToolButton">
140                     <property name="name">
141                         <cstring>closeButton</cstring>
142                     </property>
143                     <property name="enabled">
144                         <bool>false</bool>
145                     </property>
146                     <property name="text">
147                         <string>Close</string>
148                     </property>
149                     <property name="toolTip" stdset="0">
150                         <string>close tab</string>
151                     </property>
152                 </widget>
153             </hbox>
154         </widget>
155         <widget class="KListView">
156             <property name="name">
157                 <cstring>subjectList</cstring>
158             </property>
159             <property name="allColumnsShowFocus">
160                 <bool>true</bool>
161             </property>
162         </widget>
163     </vbox>
164 </widget>
165 <layoutdefaults spacing="6" margin="11"/>
166 <includehints>
167     <includehint>klistview.h</includehint>
168 </includehints>
169 </UI>