-
Notifications
You must be signed in to change notification settings - Fork 0
/
FmDisambigPair.ui
92 lines (92 loc) · 2.03 KB
/
FmDisambigPair.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
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FmDisambigPair</class>
<widget class="QDialog" name="FmDisambigPair">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>371</width>
<height>109</height>
</rect>
</property>
<property name="windowTitle">
<string>[FmDisambigPair]</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="lbAdding">
<property name="text">
<string>[lbAdding]</string>
</property>
</widget>
</item>
<item>
<widget class="DblClickRadio" name="radio1">
<property name="text">
<string>[radio1]</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="DblClickRadio" name="radio2">
<property name="text">
<string>[radio2]</string>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>DblClickRadio</class>
<extends>QRadioButton</extends>
<header>DblClickRadio.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>FmDisambigPair</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>242</x>
<y>90</y>
</hint>
<hint type="destinationlabel">
<x>244</x>
<y>136</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>FmDisambigPair</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>311</x>
<y>86</y>
</hint>
<hint type="destinationlabel">
<x>313</x>
<y>134</y>
</hint>
</hints>
</connection>
</connections>
</ui>