-
Notifications
You must be signed in to change notification settings - Fork 6
/
dialogabout.ui
55 lines (53 loc) · 1.2 KB
/
dialogabout.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogAbout</class>
<widget class="QDialog" name="DialogAbout">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>259</width>
<height>200</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNone</set>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>160</x>
<y>170</y>
<width>80</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Ok</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>261</width>
<height>161</height>
</rect>
</property>
<property name="plainText">
<string>
CANAL view 1.0.8 64bit version
licensed under GPL 3.0 license
©RUSOKU Technologies Ltd
e-mail: info@rusoku.com
web: www.rusoku.com</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>