-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathnewMonth.ui
More file actions
96 lines (96 loc) · 2.06 KB
/
newMonth.ui
File metadata and controls
96 lines (96 loc) · 2.06 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NameDays</class>
<widget class="QMainWindow" name="NameDays">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>408</width>
<height>278</height>
</rect>
</property>
<property name="windowTitle">
<string>setup new Month and Names</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>101</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Number of Month:</string>
</property>
</widget>
<widget class="QLineEdit" name="input_Name">
<property name="geometry">
<rect>
<x>121</x>
<y>23</y>
<width>91</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="btn_Add">
<property name="geometry">
<rect>
<x>220</x>
<y>21</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="QPushButton" name="btn_fromFile">
<property name="geometry">
<rect>
<x>301</x>
<y>21</y>
<width>91</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Open...</string>
</property>
</widget>
<widget class="QListWidget" name="ls_Names">
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>381</width>
<height>181</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>408</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>