ExtensionIrc/IrcChannelWidget.ui

changeset 2
5b635dc8895f
equal deleted inserted replaced
1:60cb9d784005 2:5b635dc8895f
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="leftMargin">
21 <number>0</number>
22 </property>
23 <property name="topMargin">
24 <number>0</number>
25 </property>
26 <property name="rightMargin">
27 <number>0</number>
28 </property>
29 <property name="bottomMargin">
30 <number>0</number>
31 </property>
32 <item>
33 <layout class="QHBoxLayout" name="horizontalLayout">
34 <item>
35 <widget class="QLabel" name="topicLabel">
36 <property name="text">
37 <string/>
38 </property>
39 <property name="wordWrap">
40 <bool>true</bool>
41 </property>
42 <property name="openExternalLinks">
43 <bool>true</bool>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QToolButton" name="editTopicButton">
49 <property name="toolTip">
50 <string>Press to change the topic</string>
51 </property>
52 <property name="text">
53 <string/>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </item>
59 <item>
60 <widget class="QSplitter" name="splitter">
61 <property name="orientation">
62 <enum>Qt::Orientation::Vertical</enum>
63 </property>
64 <widget class="QListWidget" name="usersList">
65 <property name="contextMenuPolicy">
66 <enum>Qt::ContextMenuPolicy::CustomContextMenu</enum>
67 </property>
68 <property name="toolTip">
69 <string>Shows the list of users</string>
70 </property>
71 <property name="alternatingRowColors">
72 <bool>true</bool>
73 </property>
74 <property name="sortingEnabled">
75 <bool>true</bool>
76 </property>
77 </widget>
78 <widget class="QTextBrowser" name="messages">
79 <property name="sizePolicy">
80 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
81 <horstretch>0</horstretch>
82 <verstretch>1</verstretch>
83 </sizepolicy>
84 </property>
85 <property name="contextMenuPolicy">
86 <enum>Qt::ContextMenuPolicy::CustomContextMenu</enum>
87 </property>
88 <property name="toolTip">
89 <string>Shows the channel messages</string>
90 </property>
91 <property name="tabChangesFocus">
92 <bool>true</bool>
93 </property>
94 <property name="openLinks">
95 <bool>false</bool>
96 </property>
97 </widget>
98 </widget>
99 </item>
100 <item>
101 <widget class="IrcMessageEdit" name="messageEdit">
102 <property name="toolTip">
103 <string>Enter a message, send by pressing Return or Enter</string>
104 </property>
105 <property name="placeholderText">
106 <string>Enter a message, send by pressing Return or Enter</string>
107 </property>
108 <property name="clearButtonEnabled">
109 <bool>true</bool>
110 </property>
111 </widget>
112 </item>
113 </layout>
114 </widget>
115 <customwidgets>
116 <customwidget>
117 <class>IrcMessageEdit</class>
118 <extends>QLineEdit</extends>
119 <header>ExtensionIrc/IrcMessageEdit.h</header>
120 </customwidget>
121 </customwidgets>
122 <tabstops>
123 <tabstop>messageEdit</tabstop>
124 <tabstop>messages</tabstop>
125 <tabstop>usersList</tabstop>
126 <tabstop>editTopicButton</tabstop>
127 </tabstops>
128 <resources/>
129 <connections/>
130 </ui>

eric ide

mercurial