-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHelpDialog.ui
More file actions
79 lines (79 loc) · 3.98 KB
/
HelpDialog.ui
File metadata and controls
79 lines (79 loc) · 3.98 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>HelpDialog</class>
<widget class="QDialog" name="HelpDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>421</width>
<height>444</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>376</width>
<height>272</height>
</size>
</property>
<property name="contextMenuPolicy">
<enum>Qt::NoContextMenu</enum>
</property>
<property name="windowTitle">
<string>Segítség a játékhoz</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0" colspan="2">
<widget class="QTextBrowser" name="textBrowser">
<property name="minimumSize">
<size>
<width>361</width>
<height>192</height>
</size>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/images/helpbckgrnd.jpg);</string>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
<p align="justify" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Ebben a könnyű vizuális memória tesztben az a feladat, hogy 10-10 összetartozó kártyapárt találjunk meg minél rövidebb idő alatt.<br />Kattintson az egérrel egy lefelé fordított kártya hátlapjára. A kártya megfordul. Ezután kattintson egy másik lefelé fordíott kártyára, amelyről feltételezi, hogy az előző párja. Ez a kártya is megfordul. Amennyiben a kártyák azonosak, színűkkel felfelé fordítva maradnak. Ellenkező esetben mindkét kártya lefelé fordul.<br /><br />A játék akkor ér véget, ha mind a tíz kártyapárt megtaláltuk.<br /><br />A program indulásakor a kártyák szabályos sorrendben vannak a táblán: az 1. sor 1. oszlopában lévő kártya azonos a 3. sor 1. oszlopában lévővel, 1. sor 2. oszlop a 3. sor 2. oszloppal, és így tovább.<br /><br />Az</span><span style=" font-size:10pt; font-weight:600;"> Új játék</span><span style=" font-size:10pt;"> gomb megnyomása véletlenszerűen osztja le a lapokat.<br /><br />Az </span><span style=" font-size:10pt; font-weight:600;">F11</span><span style=" font-size:10pt;"> megnyomásával a program teljes képernyős módra vált, ebből az </span><span style=" font-size:10pt; font-weight:600;">Esc </span><span style=" font-size:10pt;">billentyűvel lehet visszatérni.<br /><br /></span></p></body></html></string>
</property>
</widget>
</item>
<item row="1" column="0">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>274</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="pushButton">
<property name="maximumSize">
<size>
<width>75</width>
<height>23</height>
</size>
</property>
<property name="text">
<string>Bezár</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>