-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathaboutdialog.ui
91 lines (91 loc) · 4.17 KB
/
aboutdialog.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutDialog</class>
<widget class="QDialog" name="AboutDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>350</width>
<height>500</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scroll">
<property name="geometry">
<rect>
<x>0</x>
<y>-12</y>
<width>315</width>
<height>543</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resourcefile.qrc">:/images/SNS.png</pixmap>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string><html><head/><body><p align="center"><span style=" font-size:14pt; font-weight:600;">Data Tracker <br/>Data Collection System</span></p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_3">
<property name="text">
<string><html><head/><body><p>The <span style=" font-weight:600;">Data Tracker</span> system was designed to assist with the measurement of behavior in clinical and research settings. The program allows for the recording of behavior in real-time, with multiple observers, and provides a number of supplemental statistics and measures of reliability.</p><p>The <span style=" font-weight:600;">Data Tracker</span> program is modeled from an existing work entitled <span style=" font-weight:600;">BDataPro</span>. Data Tracker was created to provide an alternative that was cross-platform and could accomodate automated updating. Links to Data Tracker and BDataPro are provided in the space below:</p><p>Data Tracker:</p><p>Source Code: <a href="https://github.com/miyamot0"><span style=" text-decoration: underline; color:#0000ff;">GitHub</span></a></p><p>BDataPro:</p><p>Bullock, C.E., Fisher, W.W., &amp; Hagopian, L.P. (2017). The Behavior Analyst, 40, 275. <a href="https://doi.org/10.1007/s40614-016-0079-0"><span style=" text-decoration: underline; color:#0000ff;">https://doi.org/10.1007/s40614-016-0079-0</span></a> .</p><p>Download <a href="https://www.kennedykrieger.org/patient-care/patient-care-programs/inpatient-programs/neurobehavioral-unit-nbu/bdatapro-software-for-real-time-behavior-data-collection"><span style=" text-decoration: underline; color:#0000ff;">BDataPro</span></a></p></body></html></string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="resourcefile.qrc"/>
</resources>
<connections/>
</ui>