ExtensionIrc/IrcNetworkWidget.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>IrcNetworkWidget</class>
4 <widget class="QWidget" name="IrcNetworkWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>322</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 <widget class="QTextBrowser" name="messages">
25 <property name="contextMenuPolicy">
26 <enum>Qt::CustomContextMenu</enum>
27 </property>
28 <property name="toolTip">
29 <string>Shows the network messages</string>
30 </property>
31 <property name="tabChangesFocus">
32 <bool>true</bool>
33 </property>
34 <property name="openLinks">
35 <bool>false</bool>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <layout class="QHBoxLayout" name="horizontalLayout_2">
41 <item>
42 <widget class="QComboBox" name="networkCombo">
43 <property name="toolTip">
44 <string>Select a network to connect to</string>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <widget class="QToolButton" name="connectButton">
50 <property name="toolTip">
51 <string/>
52 </property>
53 <property name="text">
54 <string/>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <widget class="QToolButton" name="awayButton">
60 <property name="toolTip">
61 <string>Press to set the user status to AWAY</string>
62 </property>
63 <property name="text">
64 <string/>
65 </property>
66 </widget>
67 </item>
68 <item>
69 <widget class="QToolButton" name="editButton">
70 <property name="toolTip">
71 <string>Press to edit the networks</string>
72 </property>
73 <property name="text">
74 <string/>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </item>
80 <item>
81 <layout class="QHBoxLayout" name="horizontalLayout">
82 <item>
83 <widget class="QComboBox" name="nickCombo">
84 <property name="sizePolicy">
85 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
86 <horstretch>0</horstretch>
87 <verstretch>0</verstretch>
88 </sizepolicy>
89 </property>
90 <property name="toolTip">
91 <string>Select a nick name for the channel</string>
92 </property>
93 <property name="editable">
94 <bool>true</bool>
95 </property>
96 </widget>
97 </item>
98 <item>
99 <widget class="Line" name="line">
100 <property name="orientation">
101 <enum>Qt::Vertical</enum>
102 </property>
103 </widget>
104 </item>
105 <item>
106 <widget class="QComboBox" name="channelCombo">
107 <property name="enabled">
108 <bool>false</bool>
109 </property>
110 <property name="sizePolicy">
111 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
112 <horstretch>0</horstretch>
113 <verstretch>0</verstretch>
114 </sizepolicy>
115 </property>
116 <property name="toolTip">
117 <string>Enter the channel to join</string>
118 </property>
119 <property name="editable">
120 <bool>true</bool>
121 </property>
122 </widget>
123 </item>
124 <item>
125 <widget class="QToolButton" name="joinButton">
126 <property name="enabled">
127 <bool>false</bool>
128 </property>
129 <property name="toolTip">
130 <string>Press to join the channel</string>
131 </property>
132 <property name="text">
133 <string/>
134 </property>
135 </widget>
136 </item>
137 </layout>
138 </item>
139 </layout>
140 </widget>
141 <tabstops>
142 <tabstop>networkCombo</tabstop>
143 <tabstop>connectButton</tabstop>
144 <tabstop>awayButton</tabstop>
145 <tabstop>editButton</tabstop>
146 <tabstop>nickCombo</tabstop>
147 <tabstop>channelCombo</tabstop>
148 <tabstop>joinButton</tabstop>
149 <tabstop>messages</tabstop>
150 </tabstops>
151 <resources/>
152 <connections/>
153 </ui>

eric ide

mercurial