forked from CCi-BClark/NERD
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrecordwindow.ui
More file actions
95 lines (95 loc) · 2.29 KB
/
recordwindow.ui
File metadata and controls
95 lines (95 loc) · 2.29 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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>RecordWindow</class>
<widget class="QDialog" name="RecordWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>322</width>
<height>241</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="labCurrentRecord">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Current Record:</string>
</property>
</widget>
<widget class="QGroupBox" name="grpRecord">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>301</width>
<height>191</height>
</rect>
</property>
<property name="title">
<string>Record Information</string>
</property>
<widget class="QListWidget" name="listData">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>281</width>
<height>161</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">background:transparent;</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="lineWidth">
<number>0</number>
</property>
<property name="editTriggers">
<set>QAbstractItemView::CurrentChanged|QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="selectionRectVisible">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QLabel" name="labCurrentNum">
<property name="geometry">
<rect>
<x>110</x>
<y>10</y>
<width>161</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>