Added error handling to listing of users and showing of user information.
[speedfreak] / Client / helpsettingsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>HelpSettingsDialog</class>
4  <widget class="QDialog" name="HelpSettingsDialog">
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 settings</string>
15   </property>
16   <widget class="QPushButton" name="pushButtonLast">
17    <property name="geometry">
18     <rect>
19      <x>540</x>
20      <y>320</y>
21      <width>81</width>
22      <height>61</height>
23     </rect>
24    </property>
25    <property name="text">
26     <string>&lt;</string>
27    </property>
28   </widget>
29   <widget class="QPushButton" name="pushButtonNext">
30    <property name="geometry">
31     <rect>
32      <x>670</x>
33      <y>320</y>
34      <width>81</width>
35      <height>61</height>
36     </rect>
37    </property>
38    <property name="text">
39     <string>&gt;</string>
40    </property>
41   </widget>
42   <widget class="QLabel" name="labelNext">
43    <property name="geometry">
44     <rect>
45      <x>690</x>
46      <y>290</y>
47      <width>62</width>
48      <height>17</height>
49     </rect>
50    </property>
51    <property name="text">
52     <string>Next</string>
53    </property>
54   </widget>
55   <widget class="QLabel" name="labelLast">
56    <property name="geometry">
57     <rect>
58      <x>560</x>
59      <y>290</y>
60      <width>62</width>
61      <height>17</height>
62     </rect>
63    </property>
64    <property name="text">
65     <string>Last</string>
66    </property>
67   </widget>
68   <widget class="QLabel" name="labelInfo1">
69    <property name="geometry">
70     <rect>
71      <x>20</x>
72      <y>10</y>
73      <width>431</width>
74      <height>321</height>
75     </rect>
76    </property>
77    <property name="text">
78     <string>Speed freak communicates with server.
79 If you want send your results to server
80 or view other users results you need to
81 register to server.
82
83 1. For registering: Set user name,
84 password and valid e-mail address to
85 the fields. Press Register-button and
86 your registering will be confirmed.   </string>
87    </property>
88   </widget>
89   <widget class="QLabel" name="labelSettingsPic">
90    <property name="geometry">
91     <rect>
92      <x>500</x>
93      <y>50</y>
94      <width>291</width>
95      <height>211</height>
96     </rect>
97    </property>
98    <property name="text">
99     <string/>
100    </property>
101    <property name="pixmap">
102     <pixmap resource="graphics.qrc">:/new/prefix1/Graphics/settingsDialog.png</pixmap>
103    </property>
104    <property name="scaledContents">
105     <bool>true</bool>
106    </property>
107    <property name="textInteractionFlags">
108     <set>Qt::LinksAccessibleByMouse</set>
109    </property>
110   </widget>
111   <widget class="QLabel" name="labelInfo2">
112    <property name="geometry">
113     <rect>
114      <x>20</x>
115      <y>10</y>
116      <width>421</width>
117      <height>351</height>
118     </rect>
119    </property>
120    <property name="text">
121     <string>2. After succesful registering you need
122 to put username and password to the
123 fields and press Log in -button. After
124 that you are logged in and can send
125 own results to the server.
126
127 NOTE: If you are registered your user-
128 name before you just need to set your
129 username and password in to the Set user
130 fields and press Log in -button.</string>
131    </property>
132   </widget>
133  </widget>
134  <resources>
135   <include location="graphics.qrc"/>
136  </resources>
137  <connections/>
138 </ui>