-
Notifications
You must be signed in to change notification settings - Fork 6
/
FriendMapPage.ui
59 lines (59 loc) · 1.54 KB
/
FriendMapPage.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FriendMapPage</class>
<widget class="QWidget" name="FriendMapPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>604</width>
<height>634</height>
</rect>
</property>
<property name="windowTitle">
<string>FriendMap</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="Marble::MarbleWidget" name="MarbleWidget" native="true">
<property name="toolTip">
<string>The Earth</string>
</property>
<property name="whatsThis">
<string>The Marble widget displays a virtual globe.</string>
</property>
<property name="zoom" stdset="0">
<number>1100</number>
</property>
<property name="showOverviewMap" stdset="0">
<bool>false</bool>
</property>
<property name="showCompass" stdset="0">
<bool>false</bool>
</property>
<property name="showGrid" stdset="0">
<bool>false</bool>
</property>
<property name="showClouds" stdset="0">
<bool>true</bool>
</property>
<property name="showSunShading" stdset="0">
<bool>true</bool>
</property>
<property name="showCityLights" stdset="0">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>Marble::MarbleWidget</class>
<extends>QWidget</extends>
<header>MarbleWidget.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>