-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoteeditor.ui
More file actions
61 lines (61 loc) · 1.26 KB
/
noteeditor.ui
File metadata and controls
61 lines (61 loc) · 1.26 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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NoteEditor</class>
<widget class="QDialog" name="NoteEditor">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>400</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>400</height>
</size>
</property>
<property name="windowTitle">
<string>"Edit Note"</string>
</property>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>40</x>
<y>10</y>
<width>211</width>
<height>111</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="tagsEdit">
<property name="geometry">
<rect>
<x>80</x>
<y>150</y>
<width>111</width>
<height>24</height>
</rect>
</property>
<property name="placeholderText">
<string>Group 94 Project</string>
</property>
</widget>
<widget class="QPushButton" name="saveButton">
<property name="geometry">
<rect>
<x>90</x>
<y>190</y>
<width>80</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>