2015-08-16 17:36:10 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>LibraryDialog</class>
|
|
|
|
<widget class="QDialog" name="LibraryDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>547</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Library Editor</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
<item>
|
2015-08-23 12:49:51 +02:00
|
|
|
<widget class="QPushButton" name="buttonOpen">
|
2015-08-16 17:36:10 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Open</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-08-23 12:49:51 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonSave">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-08-16 17:36:10 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Functions</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="functions">
|
2015-08-23 12:49:51 +02:00
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
2015-08-16 17:36:10 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-08-29 18:50:08 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="addFunction">
|
|
|
|
<property name="text">
|
|
|
|
<string>Add</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2015-08-16 17:36:10 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2015-09-03 20:36:26 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>noreturn</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="noreturn">
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>False</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>True</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Unknown</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-08-16 17:36:10 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="useretval">
|
|
|
|
<property name="text">
|
|
|
|
<string>return value must be used</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="leakignore">
|
|
|
|
<property name="text">
|
|
|
|
<string>ignore function in leaks checking</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Arguments</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="arguments"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-08-30 13:33:43 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="editArgButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2015-08-16 17:36:10 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>functions</sender>
|
|
|
|
<signal>currentRowChanged(int)</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>selectFunction(int)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>155</x>
|
|
|
|
<y>218</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>327</x>
|
|
|
|
<y>299</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
2015-08-23 12:49:51 +02:00
|
|
|
<sender>buttonOpen</sender>
|
2015-08-16 17:36:10 +02:00
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>openCfg()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-08-23 12:49:51 +02:00
|
|
|
<x>61</x>
|
|
|
|
<y>27</y>
|
2015-08-16 17:36:10 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>72</x>
|
|
|
|
<y>21</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-08-23 12:49:51 +02:00
|
|
|
<connection>
|
|
|
|
<sender>useretval</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>changeFunction()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>372</x>
|
|
|
|
<y>69</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>475</x>
|
|
|
|
<y>5</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>leakignore</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>changeFunction()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>419</x>
|
|
|
|
<y>99</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>319</x>
|
|
|
|
<y>3</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonSave</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>saveCfg()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>102</x>
|
|
|
|
<y>9</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>115</x>
|
|
|
|
<y>1</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-08-29 17:24:56 +02:00
|
|
|
<connection>
|
2015-08-30 13:33:43 +02:00
|
|
|
<sender>addFunction</sender>
|
|
|
|
<signal>clicked()</signal>
|
2015-08-29 17:24:56 +02:00
|
|
|
<receiver>LibraryDialog</receiver>
|
2015-08-30 13:33:43 +02:00
|
|
|
<slot>addFunction()</slot>
|
2015-08-29 17:24:56 +02:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-08-30 13:33:43 +02:00
|
|
|
<x>48</x>
|
|
|
|
<y>282</y>
|
2015-08-29 17:24:56 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-08-30 13:33:43 +02:00
|
|
|
<x>65</x>
|
|
|
|
<y>298</y>
|
2015-08-29 17:24:56 +02:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-08-29 18:50:08 +02:00
|
|
|
<connection>
|
2015-08-30 13:33:43 +02:00
|
|
|
<sender>editArgButton</sender>
|
2015-08-29 18:50:08 +02:00
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
2015-08-30 13:33:43 +02:00
|
|
|
<slot>editArg()</slot>
|
2015-08-29 18:50:08 +02:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-08-30 13:33:43 +02:00
|
|
|
<x>317</x>
|
|
|
|
<y>278</y>
|
2015-08-29 18:50:08 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-08-30 13:33:43 +02:00
|
|
|
<x>349</x>
|
|
|
|
<y>281</y>
|
2015-08-29 18:50:08 +02:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-09-03 20:36:26 +02:00
|
|
|
<connection>
|
|
|
|
<sender>noreturn</sender>
|
|
|
|
<signal>currentIndexChanged(int)</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>changeFunction(int)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>504</x>
|
|
|
|
<y>45</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>543</x>
|
|
|
|
<y>32</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-08-16 17:36:10 +02:00
|
|
|
</connections>
|
|
|
|
<slots>
|
|
|
|
<slot>selectFunction(int)</slot>
|
|
|
|
<slot>openCfg()</slot>
|
2015-08-23 12:49:51 +02:00
|
|
|
<slot>changeFunction()</slot>
|
|
|
|
<slot>saveCfg()</slot>
|
2015-08-29 17:24:56 +02:00
|
|
|
<slot>argumentChanged(QListWidgetItem*)</slot>
|
2015-08-29 18:50:08 +02:00
|
|
|
<slot>addFunction()</slot>
|
2015-08-30 13:33:43 +02:00
|
|
|
<slot>editArg()</slot>
|
2015-09-03 20:36:26 +02:00
|
|
|
<slot>changeFunction(int)</slot>
|
2015-08-16 17:36:10 +02:00
|
|
|
</slots>
|
|
|
|
</ui>
|