|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>IrcChannelWidget</class> |
|
4 <widget class="QWidget" name="IrcChannelWidget"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>685</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string/> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <property name="spacing"> |
|
18 <number>3</number> |
|
19 </property> |
|
20 <property name="margin"> |
|
21 <number>0</number> |
|
22 </property> |
|
23 <item> |
|
24 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
25 <item> |
|
26 <widget class="QLabel" name="topicLabel"> |
|
27 <property name="text"> |
|
28 <string/> |
|
29 </property> |
|
30 <property name="wordWrap"> |
|
31 <bool>true</bool> |
|
32 </property> |
|
33 <property name="openExternalLinks"> |
|
34 <bool>true</bool> |
|
35 </property> |
|
36 </widget> |
|
37 </item> |
|
38 <item> |
|
39 <widget class="QToolButton" name="editTopicButton"> |
|
40 <property name="toolTip"> |
|
41 <string>Press to change the topic</string> |
|
42 </property> |
|
43 <property name="text"> |
|
44 <string/> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 </layout> |
|
49 </item> |
|
50 <item> |
|
51 <widget class="QSplitter" name="splitter"> |
|
52 <property name="orientation"> |
|
53 <enum>Qt::Vertical</enum> |
|
54 </property> |
|
55 <widget class="QListWidget" name="usersList"> |
|
56 <property name="contextMenuPolicy"> |
|
57 <enum>Qt::CustomContextMenu</enum> |
|
58 </property> |
|
59 <property name="toolTip"> |
|
60 <string>Shows the list of users</string> |
|
61 </property> |
|
62 <property name="alternatingRowColors"> |
|
63 <bool>true</bool> |
|
64 </property> |
|
65 <property name="sortingEnabled"> |
|
66 <bool>true</bool> |
|
67 </property> |
|
68 </widget> |
|
69 <widget class="QTextBrowser" name="messages"> |
|
70 <property name="sizePolicy"> |
|
71 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
72 <horstretch>0</horstretch> |
|
73 <verstretch>1</verstretch> |
|
74 </sizepolicy> |
|
75 </property> |
|
76 <property name="contextMenuPolicy"> |
|
77 <enum>Qt::CustomContextMenu</enum> |
|
78 </property> |
|
79 <property name="toolTip"> |
|
80 <string>Shows the channel messages</string> |
|
81 </property> |
|
82 <property name="tabChangesFocus"> |
|
83 <bool>true</bool> |
|
84 </property> |
|
85 <property name="openLinks"> |
|
86 <bool>false</bool> |
|
87 </property> |
|
88 </widget> |
|
89 </widget> |
|
90 </item> |
|
91 <item> |
|
92 <widget class="IrcMessageEdit" name="messageEdit"> |
|
93 <property name="toolTip"> |
|
94 <string>Enter a message, send by pressing Return or Enter</string> |
|
95 </property> |
|
96 <property name="placeholderText"> |
|
97 <string>Enter a message, send by pressing Return or Enter</string> |
|
98 </property> |
|
99 </widget> |
|
100 </item> |
|
101 </layout> |
|
102 </widget> |
|
103 <customwidgets> |
|
104 <customwidget> |
|
105 <class>IrcMessageEdit</class> |
|
106 <extends>QLineEdit</extends> |
|
107 <header>Network/IRC/IrcMessageEdit.h</header> |
|
108 </customwidget> |
|
109 </customwidgets> |
|
110 <tabstops> |
|
111 <tabstop>messageEdit</tabstop> |
|
112 <tabstop>messages</tabstop> |
|
113 <tabstop>usersList</tabstop> |
|
114 <tabstop>editTopicButton</tabstop> |
|
115 </tabstops> |
|
116 <resources/> |
|
117 <connections/> |
|
118 </ui> |