-
Notifications
You must be signed in to change notification settings - Fork 0
/
jolly_rather.ui
106 lines (106 loc) · 2.8 KB
/
jolly_rather.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>JollyRatherMainWindow</class>
<widget class="QMainWindow" name="JollyRatherMainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>531</width>
<height>262</height>
</rect>
</property>
<property name="windowTitle">
<string>Jolly Rather (saves your list when you quit)</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QSplitter" name="splitter_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QLabel" name="todo_label">
<property name="font">
<font>
<family>Gill Sans MT</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Todo List</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="todo_list">
<property name="font">
<font>
<family>Gill Sans MT</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="plainText">
<string>Fly the parrot
Swab the deck
Bury treasure
Shine peg leg</string>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QSplitter" name="option_splitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QLabel" name="headline_label">
<property name="font">
<font>
<family>Gill Sans MT</family>
<pointsize>16</pointsize>
</font>
</property>
<property name="text">
<string>Would you rather...</string>
</property>
</widget>
<widget class="QPushButton" name="opt1">
<property name="font">
<font>
<family>Gill Sans MT</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Option 1</string>
</property>
</widget>
<widget class="QPushButton" name="opt2">
<property name="font">
<font>
<family>Gill Sans MT</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="text">
<string>Option 2</string>
</property>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>531</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>