Develop and Download Open Source Software

Browse Subversion Repository

Contents of /ui/mainwindow.ui

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16 - (show annotations) (download)
Thu Jul 15 14:45:50 2010 UTC (13 years, 10 months ago) by mip
File size: 27598 byte(s)
New thread post feature
and some bug fix

1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>MainWindow</class>
4 <widget class="QMainWindow" name="MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>665</width>
10 <height>587</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Kimo2ch</string>
21 </property>
22 <property name="windowIcon">
23 <iconset resource="../kimo2ch.qrc">
24 <normaloff>:/icons/kimo2ch32x32.png</normaloff>:/icons/kimo2ch32x32.png</iconset>
25 </property>
26 <widget class="QWidget" name="centralwidget">
27 <layout class="QGridLayout">
28 <item row="6" column="0" rowspan="2">
29 <widget class="QTreeView" name="boardList">
30 <property name="sizePolicy">
31 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
32 <horstretch>0</horstretch>
33 <verstretch>0</verstretch>
34 </sizepolicy>
35 </property>
36 <property name="font">
37 <font>
38 <family>Sans Serif</family>
39 </font>
40 </property>
41 <property name="contextMenuPolicy">
42 <enum>Qt::CustomContextMenu</enum>
43 </property>
44 <property name="selectionBehavior">
45 <enum>QAbstractItemView::SelectRows</enum>
46 </property>
47 </widget>
48 </item>
49 <item row="6" column="1">
50 <widget class="Kimo2chFrame" name="browserFrame">
51 <property name="mouseTracking">
52 <bool>true</bool>
53 </property>
54 <property name="frameShape">
55 <enum>QFrame::StyledPanel</enum>
56 </property>
57 <property name="frameShadow">
58 <enum>QFrame::Raised</enum>
59 </property>
60 <layout class="QGridLayout" name="gridLayout">
61 <item row="2" column="0">
62 <widget class="QTabWidget" name="browserTab">
63 <property name="font">
64 <font>
65 <pointsize>8</pointsize>
66 </font>
67 </property>
68 <property name="mouseTracking">
69 <bool>false</bool>
70 </property>
71 <property name="currentIndex">
72 <number>0</number>
73 </property>
74 <property name="elideMode">
75 <enum>Qt::ElideMiddle</enum>
76 </property>
77 <property name="usesScrollButtons">
78 <bool>true</bool>
79 </property>
80 <property name="tabsClosable">
81 <bool>true</bool>
82 </property>
83 <widget class="QWidget" name="tab">
84 <attribute name="title">
85 <string>Tab 1</string>
86 </attribute>
87 </widget>
88 </widget>
89 </item>
90 <item row="1" column="0">
91 <widget class="QFrame" name="frame">
92 <property name="sizePolicy">
93 <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
94 <horstretch>0</horstretch>
95 <verstretch>10</verstretch>
96 </sizepolicy>
97 </property>
98 <property name="frameShape">
99 <enum>QFrame::StyledPanel</enum>
100 </property>
101 <property name="frameShadow">
102 <enum>QFrame::Raised</enum>
103 </property>
104 <layout class="QHBoxLayout" name="horizontalLayout">
105 <item>
106 <widget class="QToolButton" name="reloadButton">
107 <property name="toolTip">
108 <string>Reload this thread contents</string>
109 </property>
110 <property name="text">
111 <string>...</string>
112 </property>
113 <property name="icon">
114 <iconset>
115 <normaloff>../../../../usr/share/icons/default.kde4/16x16/actions/view-refresh.png</normaloff>../../../../usr/share/icons/default.kde4/16x16/actions/view-refresh.png</iconset>
116 </property>
117 </widget>
118 </item>
119 <item>
120 <widget class="QToolButton" name="addFavoriteButton">
121 <property name="toolTip">
122 <string>Store current thread to favorites</string>
123 </property>
124 <property name="text">
125 <string>...</string>
126 </property>
127 <property name="icon">
128 <iconset>
129 <normaloff>../../../../usr/share/icons/default.kde4/16x16/actions/bookmark-new.png</normaloff>../../../../usr/share/icons/default.kde4/16x16/actions/bookmark-new.png</iconset>
130 </property>
131 </widget>
132 </item>
133 <item>
134 <widget class="QLabel" name="searchLabel">
135 <property name="text">
136 <string>Thread</string>
137 </property>
138 </widget>
139 </item>
140 <item>
141 <widget class="FilterEdit" name="searchEdit">
142 <property name="toolTip">
143 <string>Enter search text</string>
144 </property>
145 </widget>
146 </item>
147 <item>
148 <widget class="QToolButton" name="searchClearButton">
149 <property name="toolTip">
150 <string>Clear search edit</string>
151 </property>
152 <property name="text">
153 <string>...</string>
154 </property>
155 <property name="icon">
156 <iconset>
157 <normaloff>../../../../usr/share/icons/default.kde4/16x16/actions/edit-clear.png</normaloff>../../../../usr/share/icons/default.kde4/16x16/actions/edit-clear.png</iconset>
158 </property>
159 </widget>
160 </item>
161 </layout>
162 </widget>
163 </item>
164 </layout>
165 </widget>
166 </item>
167 <item row="9" column="0" colspan="2">
168 <widget class="QTabWidget" name="resEditTab">
169 <property name="sizePolicy">
170 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
171 <horstretch>0</horstretch>
172 <verstretch>0</verstretch>
173 </sizepolicy>
174 </property>
175 <property name="font">
176 <font>
177 <pointsize>8</pointsize>
178 </font>
179 </property>
180 <property name="currentIndex">
181 <number>0</number>
182 </property>
183 <widget class="TabWidgetImpl" name="resEditorWidget">
184 <attribute name="title">
185 <string>Tab 1</string>
186 </attribute>
187 </widget>
188 </widget>
189 </item>
190 <item row="1" column="0" rowspan="2" colspan="2">
191 <widget class="QFrame" name="threadFrame">
192 <property name="sizePolicy">
193 <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
194 <horstretch>0</horstretch>
195 <verstretch>0</verstretch>
196 </sizepolicy>
197 </property>
198 <property name="baseSize">
199 <size>
200 <width>0</width>
201 <height>0</height>
202 </size>
203 </property>
204 <property name="mouseTracking">
205 <bool>false</bool>
206 </property>
207 <property name="frameShape">
208 <enum>QFrame::StyledPanel</enum>
209 </property>
210 <property name="frameShadow">
211 <enum>QFrame::Raised</enum>
212 </property>
213 <layout class="QGridLayout" name="gridLayout_2">
214 <item row="0" column="1">
215 <widget class="QLabel" name="filterLabel">
216 <property name="sizePolicy">
217 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
218 <horstretch>0</horstretch>
219 <verstretch>0</verstretch>
220 </sizepolicy>
221 </property>
222 <property name="text">
223 <string>Board</string>
224 </property>
225 </widget>
226 </item>
227 <item row="0" column="2">
228 <widget class="FilterEdit" name="filterEdit">
229 <property name="font">
230 <font>
231 <family>Sans Serif</family>
232 </font>
233 </property>
234 <property name="mouseTracking">
235 <bool>true</bool>
236 </property>
237 </widget>
238 </item>
239 <item row="1" column="0" colspan="5">
240 <widget class="QTableView" name="threadList">
241 <property name="sizePolicy">
242 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
243 <horstretch>0</horstretch>
244 <verstretch>0</verstretch>
245 </sizepolicy>
246 </property>
247 <property name="font">
248 <font>
249 <family>Mona</family>
250 <pointsize>8</pointsize>
251 </font>
252 </property>
253 <property name="selectionMode">
254 <enum>QAbstractItemView::SingleSelection</enum>
255 </property>
256 <property name="selectionBehavior">
257 <enum>QAbstractItemView::SelectRows</enum>
258 </property>
259 <property name="gridStyle">
260 <enum>Qt::DashLine</enum>
261 </property>
262 <property name="sortingEnabled">
263 <bool>true</bool>
264 </property>
265 <property name="wordWrap">
266 <bool>false</bool>
267 </property>
268 <property name="cornerButtonEnabled">
269 <bool>false</bool>
270 </property>
271 </widget>
272 </item>
273 <item row="0" column="0">
274 <widget class="QToolButton" name="reloadSubjectButton">
275 <property name="toolTip">
276 <string>Thread list update</string>
277 </property>
278 <property name="text">
279 <string>...</string>
280 </property>
281 <property name="icon">
282 <iconset>
283 <normaloff>../../../../usr/share/icons/default.kde4/16x16/actions/view-refresh.png</normaloff>../../../../usr/share/icons/default.kde4/16x16/actions/view-refresh.png</iconset>
284 </property>
285 </widget>
286 </item>
287 <item row="0" column="3">
288 <widget class="QToolButton" name="filterClearButton">
289 <property name="toolTip">
290 <string>Clear thread filter edit</string>
291 </property>
292 <property name="text">
293 <string>...</string>
294 </property>
295 <property name="icon">
296 <iconset>
297 <normaloff>../../../../usr/share/icons/default.kde4/16x16/actions/edit-clear.png</normaloff>../../../../usr/share/icons/default.kde4/16x16/actions/edit-clear.png</iconset>
298 </property>
299 </widget>
300 </item>
301 </layout>
302 </widget>
303 </item>
304 </layout>
305 </widget>
306 <widget class="QMenuBar" name="menubar">
307 <property name="geometry">
308 <rect>
309 <x>0</x>
310 <y>0</y>
311 <width>665</width>
312 <height>19</height>
313 </rect>
314 </property>
315 <property name="font">
316 <font>
317 <family>Sans Serif</family>
318 </font>
319 </property>
320 <widget class="QMenu" name="menuFile">
321 <property name="title">
322 <string>File</string>
323 </property>
324 <addaction name="actionQuit"/>
325 </widget>
326 <widget class="QMenu" name="menuEdit">
327 <property name="title">
328 <string>Edit</string>
329 </property>
330 <addaction name="actionCut"/>
331 <addaction name="actionCopy"/>
332 <addaction name="actionPaste"/>
333 <addaction name="actionFind"/>
334 <addaction name="actionFind_next"/>
335 <addaction name="actionFind_previous"/>
336 <addaction name="separator"/>
337 <addaction name="actionSetting"/>
338 <addaction name="actionAbone"/>
339 </widget>
340 <widget class="QMenu" name="menuOperate">
341 <property name="title">
342 <string>Thread</string>
343 </property>
344 <addaction name="actionReload_this_tab"/>
345 <addaction name="actionPost_message"/>
346 <addaction name="separator"/>
347 <addaction name="actionReload_thread_list"/>
348 <addaction name="actionFind_next_thread"/>
349 <addaction name="separator"/>
350 <addaction name="actionClear_cache"/>
351 <addaction name="separator"/>
352 <addaction name="actionRebuild_board_list"/>
353 </widget>
354 <widget class="QMenu" name="menuHelp">
355 <property name="title">
356 <string>Help</string>
357 </property>
358 </widget>
359 <widget class="QMenu" name="menuBoard">
360 <property name="title">
361 <string>Board</string>
362 </property>
363 <addaction name="actionCreate_new_thread"/>
364 </widget>
365 <addaction name="menuFile"/>
366 <addaction name="menuEdit"/>
367 <addaction name="menuOperate"/>
368 <addaction name="menuBoard"/>
369 <addaction name="menuHelp"/>
370 </widget>
371 <widget class="QStatusBar" name="statusbar"/>
372 <widget class="QToolBar" name="toolBar">
373 <property name="windowTitle">
374 <string>toolBar</string>
375 </property>
376 <attribute name="toolBarArea">
377 <enum>TopToolBarArea</enum>
378 </attribute>
379 <attribute name="toolBarBreak">
380 <bool>false</bool>
381 </attribute>
382 </widget>
383 <action name="actionQuit">
384 <property name="text">
385 <string>Quit</string>
386 </property>
387 <property name="font">
388 <font>
389 <family>Sans Serif</family>
390 </font>
391 </property>
392 <property name="shortcut">
393 <string>Ctrl+Q</string>
394 </property>
395 </action>
396 <action name="actionCut">
397 <property name="text">
398 <string>Cut</string>
399 </property>
400 </action>
401 <action name="actionCopy">
402 <property name="text">
403 <string>Copy</string>
404 </property>
405 </action>
406 <action name="actionPaste">
407 <property name="text">
408 <string>Paste</string>
409 </property>
410 </action>
411 <action name="actionSetting">
412 <property name="text">
413 <string>Setting...</string>
414 </property>
415 </action>
416 <action name="actionReload_thread_list">
417 <property name="text">
418 <string>Reload thread list</string>
419 </property>
420 <property name="shortcut">
421 <string>Shift+F5</string>
422 </property>
423 </action>
424 <action name="actionPost_message">
425 <property name="text">
426 <string>Post message</string>
427 </property>
428 </action>
429 <action name="actionRebuild_board_list">
430 <property name="text">
431 <string>Rebuild board list</string>
432 </property>
433 </action>
434 <action name="actionReload_this_tab">
435 <property name="text">
436 <string>Reload this tab</string>
437 </property>
438 <property name="shortcut">
439 <string>F5</string>
440 </property>
441 </action>
442 <action name="actionFind">
443 <property name="text">
444 <string>Find...</string>
445 </property>
446 <property name="shortcut">
447 <string>Ctrl+F</string>
448 </property>
449 </action>
450 <action name="actionFind_next">
451 <property name="text">
452 <string>Find next</string>
453 </property>
454 <property name="shortcut">
455 <string>F3</string>
456 </property>
457 </action>
458 <action name="actionAbone">
459 <property name="text">
460 <string>Abone...</string>
461 </property>
462 </action>
463 <action name="actionFind_next_thread">
464 <property name="text">
465 <string>Find next thread...</string>
466 </property>
467 <property name="shortcut">
468 <string>Ctrl+Shift+N</string>
469 </property>
470 </action>
471 <action name="actionClear_cache">
472 <property name="text">
473 <string>Clear cache</string>
474 </property>
475 </action>
476 <action name="actionFind_previous">
477 <property name="text">
478 <string>Find previous</string>
479 </property>
480 <property name="shortcut">
481 <string>Shift+F3</string>
482 </property>
483 </action>
484 <action name="actionCreate_new_thread">
485 <property name="text">
486 <string>Create new thread...</string>
487 </property>
488 </action>
489 </widget>
490 <customwidgets>
491 <customwidget>
492 <class>Kimo2chFrame</class>
493 <extends>QFrame</extends>
494 <header location="global">src/kimo2chframe.h</header>
495 <container>1</container>
496 <slots>
497 <signal>leaveFromTop()</signal>
498 <signal>leaveFromLeft()</signal>
499 <signal>leaveFromRight()</signal>
500 <signal>leaveFromBottom()</signal>
501 <signal>mouseEntered()</signal>
502 </slots>
503 </customwidget>
504 <customwidget>
505 <class>FilterEdit</class>
506 <extends>QLineEdit</extends>
507 <header>src/filteredit.h</header>
508 <slots>
509 <signal>mouseEntered()</signal>
510 <signal>mouseLeaved()</signal>
511 </slots>
512 </customwidget>
513 <customwidget>
514 <class>TabWidgetImpl</class>
515 <extends>QWidget</extends>
516 <header location="global">src/tabwidgetimpl.h</header>
517 <container>1</container>
518 </customwidget>
519 </customwidgets>
520 <tabstops>
521 <tabstop>boardList</tabstop>
522 <tabstop>reloadButton</tabstop>
523 <tabstop>browserTab</tabstop>
524 <tabstop>resEditTab</tabstop>
525 </tabstops>
526 <resources>
527 <include location="../kimo2ch.qrc"/>
528 </resources>
529 <connections>
530 <connection>
531 <sender>actionQuit</sender>
532 <signal>activated()</signal>
533 <receiver>MainWindow</receiver>
534 <slot>close()</slot>
535 <hints>
536 <hint type="sourcelabel">
537 <x>-1</x>
538 <y>-1</y>
539 </hint>
540 <hint type="destinationlabel">
541 <x>333</x>
542 <y>315</y>
543 </hint>
544 </hints>
545 </connection>
546 <connection>
547 <sender>reloadButton</sender>
548 <signal>released()</signal>
549 <receiver>MainWindow</receiver>
550 <slot>reload()</slot>
551 <hints>
552 <hint type="sourcelabel">
553 <x>380</x>
554 <y>280</y>
555 </hint>
556 <hint type="destinationlabel">
557 <x>332</x>
558 <y>293</y>
559 </hint>
560 </hints>
561 </connection>
562 <connection>
563 <sender>actionReload_this_tab</sender>
564 <signal>activated()</signal>
565 <receiver>MainWindow</receiver>
566 <slot>reload()</slot>
567 <hints>
568 <hint type="sourcelabel">
569 <x>-1</x>
570 <y>-1</y>
571 </hint>
572 <hint type="destinationlabel">
573 <x>332</x>
574 <y>293</y>
575 </hint>
576 </hints>
577 </connection>
578 <connection>
579 <sender>actionReload_thread_list</sender>
580 <signal>activated()</signal>
581 <receiver>MainWindow</receiver>
582 <slot>loadSubject()</slot>
583 <hints>
584 <hint type="sourcelabel">
585 <x>-1</x>
586 <y>-1</y>
587 </hint>
588 <hint type="destinationlabel">
589 <x>332</x>
590 <y>293</y>
591 </hint>
592 </hints>
593 </connection>
594 <connection>
595 <sender>actionFind</sender>
596 <signal>activated()</signal>
597 <receiver>MainWindow</receiver>
598 <slot>searchLabelChange()</slot>
599 <hints>
600 <hint type="sourcelabel">
601 <x>-1</x>
602 <y>-1</y>
603 </hint>
604 <hint type="destinationlabel">
605 <x>332</x>
606 <y>293</y>
607 </hint>
608 </hints>
609 </connection>
610 <connection>
611 <sender>actionFind_next</sender>
612 <signal>activated()</signal>
613 <receiver>MainWindow</receiver>
614 <slot>doSearch()</slot>
615 <hints>
616 <hint type="sourcelabel">
617 <x>-1</x>
618 <y>-1</y>
619 </hint>
620 <hint type="destinationlabel">
621 <x>332</x>
622 <y>293</y>
623 </hint>
624 </hints>
625 </connection>
626 <connection>
627 <sender>actionAbone</sender>
628 <signal>activated()</signal>
629 <receiver>MainWindow</receiver>
630 <slot>showAboneDialog()</slot>
631 <hints>
632 <hint type="sourcelabel">
633 <x>-1</x>
634 <y>-1</y>
635 </hint>
636 <hint type="destinationlabel">
637 <x>332</x>
638 <y>293</y>
639 </hint>
640 </hints>
641 </connection>
642 <connection>
643 <sender>browserTab</sender>
644 <signal>currentChanged(int)</signal>
645 <receiver>MainWindow</receiver>
646 <slot>hidePopups()</slot>
647 <hints>
648 <hint type="sourcelabel">
649 <x>498</x>
650 <y>392</y>
651 </hint>
652 <hint type="destinationlabel">
653 <x>332</x>
654 <y>293</y>
655 </hint>
656 </hints>
657 </connection>
658 <connection>
659 <sender>filterEdit</sender>
660 <signal>textEdited(QString)</signal>
661 <receiver>MainWindow</receiver>
662 <slot>doFilter(QString)</slot>
663 <hints>
664 <hint type="sourcelabel">
665 <x>336</x>
666 <y>62</y>
667 </hint>
668 <hint type="destinationlabel">
669 <x>332</x>
670 <y>293</y>
671 </hint>
672 </hints>
673 </connection>
674 <connection>
675 <sender>filterEdit</sender>
676 <signal>mouseEntered()</signal>
677 <receiver>MainWindow</receiver>
678 <slot>filterLabelChange()</slot>
679 <hints>
680 <hint type="sourcelabel">
681 <x>336</x>
682 <y>62</y>
683 </hint>
684 <hint type="destinationlabel">
685 <x>332</x>
686 <y>293</y>
687 </hint>
688 </hints>
689 </connection>
690 <connection>
691 <sender>filterEdit</sender>
692 <signal>mouseLeaved()</signal>
693 <receiver>MainWindow</receiver>
694 <slot>filterLabelRevert()</slot>
695 <hints>
696 <hint type="sourcelabel">
697 <x>336</x>
698 <y>62</y>
699 </hint>
700 <hint type="destinationlabel">
701 <x>332</x>
702 <y>293</y>
703 </hint>
704 </hints>
705 </connection>
706 <connection>
707 <sender>browserFrame</sender>
708 <signal>leaveFromLeft()</signal>
709 <receiver>MainWindow</receiver>
710 <slot>showBoardList()</slot>
711 <hints>
712 <hint type="sourcelabel">
713 <x>497</x>
714 <y>393</y>
715 </hint>
716 <hint type="destinationlabel">
717 <x>332</x>
718 <y>293</y>
719 </hint>
720 </hints>
721 </connection>
722 <connection>
723 <sender>browserFrame</sender>
724 <signal>leaveFromTop()</signal>
725 <receiver>MainWindow</receiver>
726 <slot>showThreadList()</slot>
727 <hints>
728 <hint type="sourcelabel">
729 <x>497</x>
730 <y>393</y>
731 </hint>
732 <hint type="destinationlabel">
733 <x>332</x>
734 <y>293</y>
735 </hint>
736 </hints>
737 </connection>
738 <connection>
739 <sender>browserFrame</sender>
740 <signal>leaveFromBottom()</signal>
741 <receiver>MainWindow</receiver>
742 <slot>showResEditTab()</slot>
743 <hints>
744 <hint type="sourcelabel">
745 <x>497</x>
746 <y>393</y>
747 </hint>
748 <hint type="destinationlabel">
749 <x>332</x>
750 <y>293</y>
751 </hint>
752 </hints>
753 </connection>
754 <connection>
755 <sender>browserFrame</sender>
756 <signal>mouseEntered()</signal>
757 <receiver>MainWindow</receiver>
758 <slot>hideAllPanes()</slot>
759 <hints>
760 <hint type="sourcelabel">
761 <x>497</x>
762 <y>393</y>
763 </hint>
764 <hint type="destinationlabel">
765 <x>332</x>
766 <y>293</y>
767 </hint>
768 </hints>
769 </connection>
770 <connection>
771 <sender>boardList</sender>
772 <signal>clicked(QModelIndex)</signal>
773 <receiver>MainWindow</receiver>
774 <slot>boardSelected(QModelIndex)</slot>
775 <hints>
776 <hint type="sourcelabel">
777 <x>167</x>
778 <y>395</y>
779 </hint>
780 <hint type="destinationlabel">
781 <x>332</x>
782 <y>293</y>
783 </hint>
784 </hints>
785 </connection>
786 <connection>
787 <sender>threadList</sender>
788 <signal>clicked(QModelIndex)</signal>
789 <receiver>MainWindow</receiver>
790 <slot>readThread(QModelIndex)</slot>
791 <hints>
792 <hint type="sourcelabel">
793 <x>332</x>
794 <y>176</y>
795 </hint>
796 <hint type="destinationlabel">
797 <x>332</x>
798 <y>293</y>
799 </hint>
800 </hints>
801 </connection>
802 <connection>
803 <sender>browserTab</sender>
804 <signal>currentChanged(int)</signal>
805 <receiver>MainWindow</receiver>
806 <slot>threadTabChanged(int)</slot>
807 <hints>
808 <hint type="sourcelabel">
809 <x>497</x>
810 <y>415</y>
811 </hint>
812 <hint type="destinationlabel">
813 <x>332</x>
814 <y>293</y>
815 </hint>
816 </hints>
817 </connection>
818 <connection>
819 <sender>actionSetting</sender>
820 <signal>activated()</signal>
821 <receiver>MainWindow</receiver>
822 <slot>showPrefsDialog()</slot>
823 <hints>
824 <hint type="sourcelabel">
825 <x>-1</x>
826 <y>-1</y>
827 </hint>
828 <hint type="destinationlabel">
829 <x>332</x>
830 <y>293</y>
831 </hint>
832 </hints>
833 </connection>
834 <connection>
835 <sender>reloadSubjectButton</sender>
836 <signal>released()</signal>
837 <receiver>MainWindow</receiver>
838 <slot>loadSubject()</slot>
839 <hints>
840 <hint type="sourcelabel">
841 <x>25</x>
842 <y>62</y>
843 </hint>
844 <hint type="destinationlabel">
845 <x>332</x>
846 <y>293</y>
847 </hint>
848 </hints>
849 </connection>
850 <connection>
851 <sender>filterClearButton</sender>
852 <signal>released()</signal>
853 <receiver>filterEdit</receiver>
854 <slot>clear()</slot>
855 <hints>
856 <hint type="sourcelabel">
857 <x>640</x>
858 <y>62</y>
859 </hint>
860 <hint type="destinationlabel">
861 <x>353</x>
862 <y>62</y>
863 </hint>
864 </hints>
865 </connection>
866 <connection>
867 <sender>searchEdit</sender>
868 <signal>mouseEntered()</signal>
869 <receiver>MainWindow</receiver>
870 <slot>searchLabelChange()</slot>
871 <hints>
872 <hint type="sourcelabel">
873 <x>482</x>
874 <y>311</y>
875 </hint>
876 <hint type="destinationlabel">
877 <x>332</x>
878 <y>293</y>
879 </hint>
880 </hints>
881 </connection>
882 <connection>
883 <sender>searchEdit</sender>
884 <signal>mouseLeaved()</signal>
885 <receiver>MainWindow</receiver>
886 <slot>searchLabelRevert()</slot>
887 <hints>
888 <hint type="sourcelabel">
889 <x>482</x>
890 <y>311</y>
891 </hint>
892 <hint type="destinationlabel">
893 <x>332</x>
894 <y>293</y>
895 </hint>
896 </hints>
897 </connection>
898 <connection>
899 <sender>searchEdit</sender>
900 <signal>textEdited(QString)</signal>
901 <receiver>MainWindow</receiver>
902 <slot>doSearch(QString)</slot>
903 <hints>
904 <hint type="sourcelabel">
905 <x>482</x>
906 <y>311</y>
907 </hint>
908 <hint type="destinationlabel">
909 <x>332</x>
910 <y>293</y>
911 </hint>
912 </hints>
913 </connection>
914 <connection>
915 <sender>searchClearButton</sender>
916 <signal>released()</signal>
917 <receiver>searchEdit</receiver>
918 <slot>clear()</slot>
919 <hints>
920 <hint type="sourcelabel">
921 <x>603</x>
922 <y>311</y>
923 </hint>
924 <hint type="destinationlabel">
925 <x>506</x>
926 <y>311</y>
927 </hint>
928 </hints>
929 </connection>
930 <connection>
931 <sender>addFavoriteButton</sender>
932 <signal>released()</signal>
933 <receiver>MainWindow</receiver>
934 <slot>toggleAddFavoriteButton()</slot>
935 <hints>
936 <hint type="sourcelabel">
937 <x>391</x>
938 <y>303</y>
939 </hint>
940 <hint type="destinationlabel">
941 <x>332</x>
942 <y>293</y>
943 </hint>
944 </hints>
945 </connection>
946 <connection>
947 <sender>browserTab</sender>
948 <signal>tabCloseRequested(int)</signal>
949 <receiver>MainWindow</receiver>
950 <slot>closeTab(int)</slot>
951 <hints>
952 <hint type="sourcelabel">
953 <x>497</x>
954 <y>414</y>
955 </hint>
956 <hint type="destinationlabel">
957 <x>332</x>
958 <y>293</y>
959 </hint>
960 </hints>
961 </connection>
962 <connection>
963 <sender>actionFind_next_thread</sender>
964 <signal>activated()</signal>
965 <receiver>MainWindow</receiver>
966 <slot>findNextThreads()</slot>
967 <hints>
968 <hint type="sourcelabel">
969 <x>-1</x>
970 <y>-1</y>
971 </hint>
972 <hint type="destinationlabel">
973 <x>332</x>
974 <y>293</y>
975 </hint>
976 </hints>
977 </connection>
978 <connection>
979 <sender>actionClear_cache</sender>
980 <signal>activated()</signal>
981 <receiver>MainWindow</receiver>
982 <slot>clearCache()</slot>
983 <hints>
984 <hint type="sourcelabel">
985 <x>-1</x>
986 <y>-1</y>
987 </hint>
988 <hint type="destinationlabel">
989 <x>332</x>
990 <y>293</y>
991 </hint>
992 </hints>
993 </connection>
994 <connection>
995 <sender>actionFind_previous</sender>
996 <signal>activated()</signal>
997 <receiver>MainWindow</receiver>
998 <slot>doSearchBackward()</slot>
999 <hints>
1000 <hint type="sourcelabel">
1001 <x>-1</x>
1002 <y>-1</y>
1003 </hint>
1004 <hint type="destinationlabel">
1005 <x>332</x>
1006 <y>293</y>
1007 </hint>
1008 </hints>
1009 </connection>
1010 <connection>
1011 <sender>actionCreate_new_thread</sender>
1012 <signal>activated()</signal>
1013 <receiver>MainWindow</receiver>
1014 <slot>showNewThreadDialog()</slot>
1015 <hints>
1016 <hint type="sourcelabel">
1017 <x>-1</x>
1018 <y>-1</y>
1019 </hint>
1020 <hint type="destinationlabel">
1021 <x>332</x>
1022 <y>293</y>
1023 </hint>
1024 </hints>
1025 </connection>
1026 </connections>
1027 <slots>
1028 <slot>reload()</slot>
1029 <slot>closeTab()</slot>
1030 <slot>loadSubject()</slot>
1031 <slot>showSearchDialog()</slot>
1032 <slot>doSearch(QString)</slot>
1033 <slot>showAboneDialog()</slot>
1034 <slot>hidePopups()</slot>
1035 <slot>filterLabelChange()</slot>
1036 <slot>doFilter(QString)</slot>
1037 <slot>tabChanged()</slot>
1038 <slot>filterLabelRevert()</slot>
1039 <slot>showBoardList()</slot>
1040 <slot>showThreadList()</slot>
1041 <slot>showResEditTab()</slot>
1042 <slot>hideAllPanes()</slot>
1043 <slot>boardSelected(QModelIndex)</slot>
1044 <slot>readThread(QModelIndex)</slot>
1045 <slot>threadTabChanged(int)</slot>
1046 <slot>showPrefsDialog()</slot>
1047 <slot>searchLabelChange()</slot>
1048 <slot>searchLabelRevert()</slot>
1049 <slot>doSearch()</slot>
1050 <slot>toggleAddFavoriteButton()</slot>
1051 <slot>removeFavorite()</slot>
1052 <slot>closeTab(int)</slot>
1053 <slot>findNextThreads()</slot>
1054 <slot>clearCache()</slot>
1055 <slot>doSearchBackward()</slot>
1056 <slot>showNewThreadDialog()</slot>
1057 </slots>
1058 </ui>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26