|
95 | 95 | <item> |
96 | 96 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
97 | 97 | <item> |
98 | | - <widget class="QCheckBox" name="functionreturn"> |
99 | | - <property name="text"> |
100 | | - <string>function always return</string> |
101 | | - </property> |
102 | | - </widget> |
| 98 | + <layout class="QHBoxLayout" name="horizontalLayout_5"> |
| 99 | + <item> |
| 100 | + <widget class="QLabel" name="label"> |
| 101 | + <property name="sizePolicy"> |
| 102 | + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
| 103 | + <horstretch>0</horstretch> |
| 104 | + <verstretch>0</verstretch> |
| 105 | + </sizepolicy> |
| 106 | + </property> |
| 107 | + <property name="text"> |
| 108 | + <string>noreturn</string> |
| 109 | + </property> |
| 110 | + </widget> |
| 111 | + </item> |
| 112 | + <item> |
| 113 | + <widget class="QComboBox" name="noreturn"> |
| 114 | + <item> |
| 115 | + <property name="text"> |
| 116 | + <string>False</string> |
| 117 | + </property> |
| 118 | + </item> |
| 119 | + <item> |
| 120 | + <property name="text"> |
| 121 | + <string>True</string> |
| 122 | + </property> |
| 123 | + </item> |
| 124 | + <item> |
| 125 | + <property name="text"> |
| 126 | + <string>Unknown</string> |
| 127 | + </property> |
| 128 | + </item> |
| 129 | + </widget> |
| 130 | + </item> |
| 131 | + </layout> |
103 | 132 | </item> |
104 | 133 | <item> |
105 | 134 | <widget class="QCheckBox" name="useretval"> |
|
189 | 218 | </hint> |
190 | 219 | </hints> |
191 | 220 | </connection> |
192 | | - <connection> |
193 | | - <sender>functionreturn</sender> |
194 | | - <signal>clicked()</signal> |
195 | | - <receiver>LibraryDialog</receiver> |
196 | | - <slot>changeFunction()</slot> |
197 | | - <hints> |
198 | | - <hint type="sourcelabel"> |
199 | | - <x>327</x> |
200 | | - <y>45</y> |
201 | | - </hint> |
202 | | - <hint type="destinationlabel"> |
203 | | - <x>353</x> |
204 | | - <y>2</y> |
205 | | - </hint> |
206 | | - </hints> |
207 | | - </connection> |
208 | 221 | <connection> |
209 | 222 | <sender>useretval</sender> |
210 | 223 | <signal>clicked()</signal> |
|
285 | 298 | </hint> |
286 | 299 | </hints> |
287 | 300 | </connection> |
| 301 | + <connection> |
| 302 | + <sender>noreturn</sender> |
| 303 | + <signal>currentIndexChanged(int)</signal> |
| 304 | + <receiver>LibraryDialog</receiver> |
| 305 | + <slot>changeFunction(int)</slot> |
| 306 | + <hints> |
| 307 | + <hint type="sourcelabel"> |
| 308 | + <x>504</x> |
| 309 | + <y>45</y> |
| 310 | + </hint> |
| 311 | + <hint type="destinationlabel"> |
| 312 | + <x>543</x> |
| 313 | + <y>32</y> |
| 314 | + </hint> |
| 315 | + </hints> |
| 316 | + </connection> |
288 | 317 | </connections> |
289 | 318 | <slots> |
290 | 319 | <slot>selectFunction(int)</slot> |
|
294 | 323 | <slot>argumentChanged(QListWidgetItem*)</slot> |
295 | 324 | <slot>addFunction()</slot> |
296 | 325 | <slot>editArg()</slot> |
| 326 | + <slot>changeFunction(int)</slot> |
297 | 327 | </slots> |
298 | 328 | </ui> |
0 commit comments