-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtime2restdlg.ui
84 lines (84 loc) · 1.8 KB
/
time2restdlg.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
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>time2restDlg</class>
<widget class="QDialog" name="time2restDlg">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>830</width>
<height>566</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>330</x>
<y>440</y>
<width>72</width>
<height>72</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>72</width>
<height>72</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>72</width>
<height>72</height>
</size>
</property>
<property name="accessibleDescription">
<string notr="true"/>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="icon.qrc">
<normaloff>:/icon/main/res/unlock.png</normaloff>:/icon/main/res/unlock.png</iconset>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
<widget class="QLCDNumber" name="lcdNumber">
<property name="geometry">
<rect>
<x>220</x>
<y>170</y>
<width>250</width>
<height>100</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>250</width>
<height>100</height>
</size>
</property>
<property name="digitCount">
<number>10</number>
</property>
</widget>
</widget>
<resources>
<include location="icon.qrc"/>
</resources>
<connections/>
</ui>