-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpokhara.ui
79 lines (79 loc) · 3.24 KB
/
pokhara.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
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>Pokhara</class>
<widget class="QDialog" name="Pokhara">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1005</width>
<height>522</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="styleSheet">
<string notr="true">color:black;
background:white;</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="2">
<widget class="QLabel" name="label">
<property name="font">
<font>
<family>Times New Roman</family>
<pointsize>13</pointsize>
<italic>true</italic>
</font>
</property>
<property name="styleSheet">
<string notr="true">background:none;</string>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-style:normal;"> Pokhara ticks all the right boxes, with spectacular scenery, adventure activities, and accommodation</span></p><p><span style=" font-style:normal;"> and food choices galore. Whether you’ve returned from a three-week trek or endured a bus trip from </span></p><p><span style=" font-style:normal;"> hell, Lakeside Pokhara is the perfect place to recharge your batteries. The tranquil lakes and the</span></p><p><span style=" font-style:normal;"> earthy ambiance of Pokhara takes us close to nature. You can spend your vacation at the lakeside in</span></p><p><span style=" font-style:normal;"> the daytime and then enjoy the nightlife of Pokhara.</span></p><p><span style=" font-style:normal;"/></p><p><br/></p><p><span style=" font-weight:700; font-style:normal; color:#5500ff;">Expected Budget: 10k/person</span></p></body></html></string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="2">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_4">
<property name="styleSheet">
<string notr="true">border-image:url(:/image preview/images/p1.jpg)</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="styleSheet">
<string notr="true">border-image: url(:/image preview/images/p2.jpg);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="styleSheet">
<string notr="true">border-image: url(:/image preview/images/p3.jpg);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>