-
Notifications
You must be signed in to change notification settings - Fork 6
/
gui_status.ui
100 lines (100 loc) · 2.35 KB
/
gui_status.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Status</class>
<widget class="QWidget" name="Status">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>188</width>
<height>38</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QFrame" name="frame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="anim_lbl">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
<action name="act_page">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Page</string>
</property>
<property name="toolTip">
<string>Show the highlight's page number</string>
</property>
</action>
<action name="act_date">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Date</string>
</property>
<property name="toolTip">
<string>Show the highlight's date</string>
</property>
</action>
<action name="act_text">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Highlight</string>
</property>
<property name="toolTip">
<string>Show the highlight's text</string>
</property>
</action>
<action name="act_comment">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Comment</string>
</property>
<property name="toolTip">
<string>Show the highlight's comment</string>
</property>
</action>
<action name="act_chapter">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>Chapter</string>
</property>
<property name="toolTip">
<string>Show the highlight's chapter</string>
</property>
</action>
</widget>
<resources>
<include location="images.qrc"/>
</resources>
<connections/>
</ui>