-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThresholdWindow.ui
128 lines (128 loc) · 2.89 KB
/
ThresholdWindow.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ThresholdWindow</class>
<widget class="QWidget" name="ThresholdWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>300</width>
<height>400</height>
</rect>
</property>
<property name="windowTitle">
<string>ThresholdWindow</string>
</property>
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>349</y>
<width>301</width>
<height>51</height>
</rect>
</property>
<layout class="QHBoxLayout" name="button_layout">
<property name="spacing">
<number>10</number>
</property>
<property name="leftMargin">
<number>10</number>
</property>
<property name="rightMargin">
<number>10</number>
</property>
<item>
<widget class="QPushButton" name="addSlider">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="deleteSlider">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="undo">
<property name="text">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="sentData">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>-1</x>
<y>-1</y>
<width>301</width>
<height>351</height>
</rect>
</property>
<layout class="QGridLayout" name="top_layout">
<property name="leftMargin">
<number>20</number>
</property>
<property name="rightMargin">
<number>20</number>
</property>
<property name="spacing">
<number>20</number>
</property>
</layout>
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections>
<connection>
<sender>addSlider</sender>
<signal>clicked()</signal>
<receiver>ThresholdWindow</receiver>
<slot>add()</slot>
<hints>
<hint type="sourcelabel">
<x>56</x>
<y>377</y>
</hint>
<hint type="destinationlabel">
<x>55</x>
<y>415</y>
</hint>
</hints>
</connection>
<connection>
<sender>deleteSlider</sender>
<signal>clicked()</signal>
<receiver>ThresholdWindow</receiver>
<slot>eliminate()</slot>
<hints>
<hint type="sourcelabel">
<x>183</x>
<y>380</y>
</hint>
<hint type="destinationlabel">
<x>261</x>
<y>444</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<signal>sentThresholds()</signal>
<slot>add()</slot>
<slot>eliminate()</slot>
</slots>
</ui>