Merge branch 'package'
[speedfreak] / Client / helpusersdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>HelpUsersDialog</class>
4  <widget class="QDialog" name="HelpUsersDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>380</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Help for users view </string>
15   </property>
16   <widget class="QLabel" name="labelInfo1">
17    <property name="geometry">
18     <rect>
19      <x>20</x>
20      <y>20</y>
21      <width>431</width>
22      <height>321</height>
23     </rect>
24    </property>
25    <property name="text">
26     <string>Users view lists all registered users
27 and by clicking the wanted username
28 it gives information about user. </string>
29    </property>
30   </widget>
31   <widget class="QLabel" name="labelUsersPic">
32    <property name="geometry">
33     <rect>
34      <x>490</x>
35      <y>80</y>
36      <width>291</width>
37      <height>211</height>
38     </rect>
39    </property>
40    <property name="text">
41     <string/>
42    </property>
43    <property name="pixmap">
44     <pixmap resource="graphics.qrc">:/new/prefix1/Graphics/userspic.png</pixmap>
45    </property>
46    <property name="scaledContents">
47     <bool>true</bool>
48    </property>
49    <property name="textInteractionFlags">
50     <set>Qt::LinksAccessibleByMouse</set>
51    </property>
52   </widget>
53  </widget>
54  <resources>
55   <include location="graphics.qrc"/>
56  </resources>
57  <connections/>
58 </ui>