-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMan_Page.ui
45 lines (43 loc) · 1.69 KB
/
Man_Page.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Man_Page</class>
<widget class="QDialog" name="Man_Page">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>730</width>
<height>450</height>
</rect>
</property>
<property name="windowTitle">
<string>User Help</string>
</property>
<property name="windowIcon">
<iconset resource="images/images.qrc">
<normaloff>:/emoticons/service.png</normaloff>:/emoticons/service.png</iconset>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="plainText">
<string>* One of the first steps is to set your hour cost, in the settings menu. The hour cost will be binded to all new services that you do after changing the cost. Services that you provided before changing the hour cost will use the former hour cost, it will not change anything from the past, only new services. In case you have a wrong set hour cost and what to fix this you may recreate the entire service.
* Remove Client, Car and Service: Not possible. Solution is to recreate, the old one will always stay, as one of the main goals of this application is to keep as much as possible from services history.
* Remove a part from a service? Double click the part.</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="images/images.qrc"/>
</resources>
<connections/>
</ui>