|
1 <ui version="4.0" > |
|
2 <class>UseFunctionDialog</class> |
|
3 <widget class="QDialog" name="UseFunctionDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>500</width> |
|
9 <height>61</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Use Function</string> |
|
14 </property> |
|
15 <property name="sizeGripEnabled" > |
|
16 <bool>true</bool> |
|
17 </property> |
|
18 <layout class="QVBoxLayout" > |
|
19 <property name="spacing" > |
|
20 <number>6</number> |
|
21 </property> |
|
22 <property name="leftMargin" > |
|
23 <number>6</number> |
|
24 </property> |
|
25 <property name="topMargin" > |
|
26 <number>6</number> |
|
27 </property> |
|
28 <property name="rightMargin" > |
|
29 <number>6</number> |
|
30 </property> |
|
31 <property name="bottomMargin" > |
|
32 <number>6</number> |
|
33 </property> |
|
34 <item> |
|
35 <widget class="QLabel" name="description" > |
|
36 <property name="wordWrap" > |
|
37 <bool>true</bool> |
|
38 </property> |
|
39 </widget> |
|
40 </item> |
|
41 <item> |
|
42 <widget class="QDialogButtonBox" name="buttonBox" > |
|
43 <property name="orientation" > |
|
44 <enum>Qt::Horizontal</enum> |
|
45 </property> |
|
46 <property name="standardButtons" > |
|
47 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> |
|
48 </property> |
|
49 </widget> |
|
50 </item> |
|
51 </layout> |
|
52 </widget> |
|
53 <tabstops> |
|
54 <tabstop>buttonBox</tabstop> |
|
55 </tabstops> |
|
56 <resources/> |
|
57 <connections> |
|
58 <connection> |
|
59 <sender>buttonBox</sender> |
|
60 <signal>rejected()</signal> |
|
61 <receiver>UseFunctionDialog</receiver> |
|
62 <slot>reject()</slot> |
|
63 <hints> |
|
64 <hint type="sourcelabel" > |
|
65 <x>328</x> |
|
66 <y>54</y> |
|
67 </hint> |
|
68 <hint type="destinationlabel" > |
|
69 <x>286</x> |
|
70 <y>274</y> |
|
71 </hint> |
|
72 </hints> |
|
73 </connection> |
|
74 <connection> |
|
75 <sender>buttonBox</sender> |
|
76 <signal>accepted()</signal> |
|
77 <receiver>UseFunctionDialog</receiver> |
|
78 <slot>accept()</slot> |
|
79 <hints> |
|
80 <hint type="sourcelabel" > |
|
81 <x>271</x> |
|
82 <y>39</y> |
|
83 </hint> |
|
84 <hint type="destinationlabel" > |
|
85 <x>288</x> |
|
86 <y>58</y> |
|
87 </hint> |
|
88 </hints> |
|
89 </connection> |
|
90 </connections> |
|
91 </ui> |