Last change
on this file was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
1.8 KB
|
Line | |
---|
1 | <ui version="4.0" >
|
---|
2 | <class>ChatDialog</class>
|
---|
3 | <widget class="QDialog" name="ChatDialog" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>513</width>
|
---|
9 | <height>349</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>Chat</string>
|
---|
14 | </property>
|
---|
15 | <layout class="QVBoxLayout" >
|
---|
16 | <property name="margin" >
|
---|
17 | <number>9</number>
|
---|
18 | </property>
|
---|
19 | <property name="spacing" >
|
---|
20 | <number>6</number>
|
---|
21 | </property>
|
---|
22 | <item>
|
---|
23 | <layout class="QHBoxLayout" >
|
---|
24 | <property name="margin" >
|
---|
25 | <number>0</number>
|
---|
26 | </property>
|
---|
27 | <property name="spacing" >
|
---|
28 | <number>6</number>
|
---|
29 | </property>
|
---|
30 | <item>
|
---|
31 | <widget class="QTextEdit" name="textEdit" >
|
---|
32 | <property name="focusPolicy" >
|
---|
33 | <enum>Qt::NoFocus</enum>
|
---|
34 | </property>
|
---|
35 | <property name="readOnly" >
|
---|
36 | <bool>true</bool>
|
---|
37 | </property>
|
---|
38 | </widget>
|
---|
39 | </item>
|
---|
40 | <item>
|
---|
41 | <widget class="QListWidget" name="listWidget" >
|
---|
42 | <property name="maximumSize" >
|
---|
43 | <size>
|
---|
44 | <width>180</width>
|
---|
45 | <height>16777215</height>
|
---|
46 | </size>
|
---|
47 | </property>
|
---|
48 | <property name="focusPolicy" >
|
---|
49 | <enum>Qt::NoFocus</enum>
|
---|
50 | </property>
|
---|
51 | </widget>
|
---|
52 | </item>
|
---|
53 | </layout>
|
---|
54 | </item>
|
---|
55 | <item>
|
---|
56 | <layout class="QHBoxLayout" >
|
---|
57 | <property name="margin" >
|
---|
58 | <number>0</number>
|
---|
59 | </property>
|
---|
60 | <property name="spacing" >
|
---|
61 | <number>6</number>
|
---|
62 | </property>
|
---|
63 | <item>
|
---|
64 | <widget class="QLabel" name="label" >
|
---|
65 | <property name="text" >
|
---|
66 | <string>Message:</string>
|
---|
67 | </property>
|
---|
68 | </widget>
|
---|
69 | </item>
|
---|
70 | <item>
|
---|
71 | <widget class="QLineEdit" name="lineEdit" />
|
---|
72 | </item>
|
---|
73 | </layout>
|
---|
74 | </item>
|
---|
75 | </layout>
|
---|
76 | </widget>
|
---|
77 | <resources/>
|
---|
78 | <connections/>
|
---|
79 | </ui>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.