Skip to content

Commit 7d370ec

Browse files
Add files via upload
1 parent 72c11a8 commit 7d370ec

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

Calendar/form.ui

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
3+
<class>MainWindow</class>
4+
<widget class="QMainWindow" name="MainWindow">
5+
<property name="geometry">
6+
<rect>
7+
<x>0</x>
8+
<y>0</y>
9+
<width>800</width>
10+
<height>600</height>
11+
</rect>
12+
</property>
13+
<property name="windowTitle">
14+
<string>MainWindow</string>
15+
</property>
16+
<widget class="QWidget" name="centralwidget">
17+
<widget class="QCalendarWidget" name="calendar">
18+
<property name="geometry">
19+
<rect>
20+
<x>20</x>
21+
<y>10</y>
22+
<width>761</width>
23+
<height>461</height>
24+
</rect>
25+
</property>
26+
</widget>
27+
<widget class="QLabel" name="label">
28+
<property name="geometry">
29+
<rect>
30+
<x>20</x>
31+
<y>480</y>
32+
<width>211</width>
33+
<height>41</height>
34+
</rect>
35+
</property>
36+
<property name="font">
37+
<font>
38+
<pointsize>10</pointsize>
39+
</font>
40+
</property>
41+
<property name="text">
42+
<string/>
43+
</property>
44+
</widget>
45+
</widget>
46+
<widget class="QMenuBar" name="menubar">
47+
<property name="geometry">
48+
<rect>
49+
<x>0</x>
50+
<y>0</y>
51+
<width>800</width>
52+
<height>26</height>
53+
</rect>
54+
</property>
55+
</widget>
56+
<widget class="QStatusBar" name="statusbar"/>
57+
</widget>
58+
<resources/>
59+
<connections/>
60+
</ui>

0 commit comments

Comments
 (0)