This repository was archived by the owner on May 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.ui
More file actions
67 lines (67 loc) · 1.77 KB
/
error.ui
File metadata and controls
67 lines (67 loc) · 1.77 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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Error</class>
<widget class="QDialog" name="Error">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>360</width>
<height>148</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/icon.png</normaloff>:/icon.png</iconset>
</property>
<widget class="QLabel" name="ErrorLabel">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string notr="true"><html><head/><body><p><span style=" font-size:18pt; font-weight:600; color:#c30000;">Error</span></p></body></html></string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>301</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string><html><head/><body><p><span style=" font-size:14pt;">The URL and Destination fields must not be empty</span></p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>270</x>
<y>110</y>
<width>88</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Ok</string>
</property>
</widget>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>