-
Notifications
You must be signed in to change notification settings - Fork 19
/
ui_tutorial.ui
73 lines (73 loc) · 2.38 KB
/
ui_tutorial.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>277</width>
<height>132</height>
</rect>
</property>
<property name="windowTitle">
<string>Tutorials</string>
</property>
<property name="windowIcon">
<iconset resource="ResourceFiles/osdagMainPageIcons.qrc">
<normaloff>:/newPrefix/images/Osdag.png</normaloff>:/newPrefix/images/Osdag.png</iconset>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="font">
<font>
<family>Arial</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Please visit :</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="font">
<font>
<family>Arial</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string><html><head/><body><p><a href="https://www.youtube.com/channel/UCnSZ7EjhDwNi3eCPcSKpgJg"><span style=" text-decoration: underline; color:#0000ff;">https://www.youtube.com/channel</span></a></p></body></html></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<family>Arial</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string><html><head/><body><p><a href="https://osdag.fossee.in/resources/videos"><span style=" text-decoration: underline; color:#0000ff;">https://osdag.fossee.in/resources/videos</span></a></p></body></html></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="ResourceFiles/osdagMainPageIcons.qrc"/>
<include location="ResourceFiles/osdagMainPageIcons.qrc"/>
</resources>
<connections/>
</ui>