-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathariang.ui
More file actions
50 lines (50 loc) · 1.26 KB
/
ariang.ui
File metadata and controls
50 lines (50 loc) · 1.26 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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ariangClass</class>
<widget class="QMainWindow" name="ariangClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1024</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>ariang_ctl</string>
</property>
<property name="windowIcon">
<iconset resource="ariang.qrc">
<normaloff>:/ariang/Resources/tileicon.png</normaloff>:/ariang/Resources/tileicon.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QWebEngineView" name="webEngineView">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>501</width>
<height>311</height>
</rect>
</property>
<property name="url">
<url>
<string>qrc:/ariang/GeneratedFiles/AriaNg-0.5.0/index.html</string>
</url>
</property>
</widget>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QWebEngineView</class>
<extends>QWidget</extends>
<header location="global">QtWebEngineWidgets/QWebEngineView</header>
</customwidget>
</customwidgets>
<resources>
<include location="ariang.qrc"/>
</resources>
<connections/>
</ui>