Fixed bugs 5711 and 5832. Now graph's line wont draw out of the diagram and messagebo...
[speedfreak] / Client / usersdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>UsersDialog</class>
4  <widget class="QDialog" name="UsersDialog">
5   <property name="enabled">
6    <bool>true</bool>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>800</width>
13     <height>380</height>
14    </rect>
15   </property>
16   <property name="windowTitle">
17    <string>Users online</string>
18   </property>
19   <widget class="QListWidget" name="listWidgetUsers">
20    <property name="geometry">
21     <rect>
22      <x>40</x>
23      <y>70</y>
24      <width>256</width>
25      <height>261</height>
26     </rect>
27    </property>
28   </widget>
29   <widget class="QLabel" name="labelUsers">
30    <property name="geometry">
31     <rect>
32      <x>80</x>
33      <y>20</y>
34      <width>62</width>
35      <height>31</height>
36     </rect>
37    </property>
38    <property name="font">
39     <font>
40      <family>Bitstream Charter</family>
41      <underline>true</underline>
42     </font>
43    </property>
44    <property name="text">
45     <string>Users:</string>
46    </property>
47   </widget>
48   <widget class="QLabel" name="labelUsersDetails">
49    <property name="geometry">
50     <rect>
51      <x>430</x>
52      <y>10</y>
53      <width>281</width>
54      <height>51</height>
55     </rect>
56    </property>
57    <property name="font">
58     <font>
59      <family>Bitstream Charter</family>
60      <underline>true</underline>
61     </font>
62    </property>
63    <property name="text">
64     <string>User's information:</string>
65    </property>
66   </widget>
67   <widget class="QWidget" name="verticalLayoutWidget">
68    <property name="geometry">
69     <rect>
70      <x>350</x>
71      <y>60</y>
72      <width>161</width>
73      <height>111</height>
74     </rect>
75    </property>
76    <layout class="QVBoxLayout" name="verticalLayoutHeaders">
77     <item>
78      <widget class="QLabel" name="labelManufacterHeader">
79       <property name="text">
80        <string>Manufacturer:</string>
81       </property>
82       <property name="alignment">
83        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
84       </property>
85      </widget>
86     </item>
87     <item>
88      <widget class="QLabel" name="labelTypeHeader">
89       <property name="text">
90        <string>Type:</string>
91       </property>
92       <property name="alignment">
93        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
94       </property>
95      </widget>
96     </item>
97     <item>
98      <widget class="QLabel" name="labelModelHeader">
99       <property name="text">
100        <string>Model:</string>
101       </property>
102       <property name="alignment">
103        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
104       </property>
105      </widget>
106     </item>
107    </layout>
108   </widget>
109   <widget class="QWidget" name="verticalLayoutWidget_2">
110    <property name="geometry">
111     <rect>
112      <x>530</x>
113      <y>60</y>
114      <width>241</width>
115      <height>111</height>
116     </rect>
117    </property>
118    <layout class="QVBoxLayout" name="verticalLayoutInformation">
119     <item>
120      <widget class="QLabel" name="labelManufacter">
121       <property name="text">
122        <string/>
123       </property>
124      </widget>
125     </item>
126     <item>
127      <widget class="QLabel" name="labelType">
128       <property name="text">
129        <string/>
130       </property>
131      </widget>
132     </item>
133     <item>
134      <widget class="QLabel" name="labelModel">
135       <property name="text">
136        <string/>
137       </property>
138      </widget>
139     </item>
140    </layout>
141   </widget>
142   <widget class="QPlainTextEdit" name="plainTextEditDescription">
143    <property name="enabled">
144     <bool>true</bool>
145    </property>
146    <property name="geometry">
147     <rect>
148      <x>450</x>
149      <y>220</y>
150      <width>331</width>
151      <height>151</height>
152     </rect>
153    </property>
154    <property name="autoFillBackground">
155     <bool>false</bool>
156    </property>
157    <property name="styleSheet">
158     <string notr="true"/>
159    </property>
160    <property name="textInteractionFlags">
161     <set>Qt::NoTextInteraction</set>
162    </property>
163   </widget>
164   <widget class="QLabel" name="labelDescriptionHeader">
165    <property name="geometry">
166     <rect>
167      <x>380</x>
168      <y>180</y>
169      <width>131</width>
170      <height>32</height>
171     </rect>
172    </property>
173    <property name="text">
174     <string>Description:</string>
175    </property>
176    <property name="alignment">
177     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
178    </property>
179   </widget>
180   <widget class="QLabel" name="labelInfoToUser">
181    <property name="geometry">
182     <rect>
183      <x>10</x>
184      <y>320</y>
185      <width>671</width>
186      <height>51</height>
187     </rect>
188    </property>
189    <property name="text">
190     <string>Info label</string>
191    </property>
192   </widget>
193  </widget>
194  <resources/>
195  <connections/>
196 </ui>