forked from casey-c/spiretool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpotiondisplay.ui
More file actions
101 lines (101 loc) · 3.02 KB
/
potiondisplay.ui
File metadata and controls
101 lines (101 loc) · 3.02 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PotionDisplay</class>
<widget class="QWidget" name="PotionDisplay">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>290</width>
<height>135</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>290</width>
<height>135</height>
</size>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="toolTip">
<string><html><head/><body><p>Shows the chance of getting a potion with the next combat reward. The chance resets to 40% at the start of each act and decreases by 10% for each potion seen as a combat reward and increases by 10% for each combat with no potion.</p><p>This number is modified by the relics &quot;White Beast Statue&quot;, which sets the chance to 100%, and &quot;Sozu&quot; which will set the chance to 0%. Note: potions will still drop with Sozu but you will not be able to obtain them, making the effective rate 0%.</p></body></html></string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>20</number>
</property>
<property name="topMargin">
<number>20</number>
</property>
<property name="rightMargin">
<number>20</number>
</property>
<property name="bottomMargin">
<number>20</number>
</property>
<property name="horizontalSpacing">
<number>10</number>
</property>
<item row="2" column="2">
<widget class="QLabel" name="label_potion_chance">
<property name="font">
<font>
<family>Kreon</family>
<pointsize>32</pointsize>
</font>
</property>
<property name="text">
<string>40%</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="minimumSize">
<size>
<width>100</width>
<height>100</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources/resources.qrc">:/icons/potion.svg</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="2" column="1">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources>
<include location="resources/resources.qrc"/>
</resources>
<connections/>
</ui>