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>
|
2015-09-06 14:20:27 +02:00
|
|
|
<width>869</width>
|
|
|
|
<height>588</height>
|
2015-08-16 17:36:10 +02:00
|
|
|
</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-11-28 18:31:56 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="buttonSaveAs">
|
|
|
|
<property name="text">
|
|
|
|
<string>Save as</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>
|
2015-09-06 14:20:27 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="sortFunctions">
|
|
|
|
<property name="text">
|
2015-09-06 14:54:21 +02:00
|
|
|
<string>Sort</string>
|
2015-09-06 14:20:27 +02:00
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="checked">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<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
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="functions">
|
2015-08-23 12:49:51 +02:00
|
|
|
<property name="editTriggers">
|
2015-09-08 15:38:02 +02:00
|
|
|
<set>QAbstractItemView::DoubleClicked</set>
|
2015-08-23 12:49:51 +02:00
|
|
|
</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>
|
2015-09-06 14:54:21 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Filter:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-09-06 14:20:27 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="filter"/>
|
|
|
|
</item>
|
2015-08-29 18:50:08 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
2015-08-16 17:36:10 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2015-09-10 20:11:05 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>80</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Comments</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPlainTextEdit" name="comments">
|
|
|
|
<property name="lineWrapMode">
|
|
|
|
<enum>QPlainTextEdit::NoWrap</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-08-16 17:36:10 +02:00
|
|
|
<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>
|
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-09-06 14:20:27 +02:00
|
|
|
<x>59</x>
|
|
|
|
<y>18</y>
|
2015-08-16 17:36:10 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-09-06 14:20:27 +02:00
|
|
|
<x>66</x>
|
|
|
|
<y>34</y>
|
2015-08-16 17:36:10 +02:00
|
|
|
</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">
|
2015-09-10 20:11:05 +02:00
|
|
|
<x>550</x>
|
|
|
|
<y>157</y>
|
2015-08-23 12:49:51 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-09-10 20:11:05 +02:00
|
|
|
<x>561</x>
|
|
|
|
<y>157</y>
|
2015-08-23 12:49:51 +02:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>leakignore</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>changeFunction()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-09-10 20:11:05 +02:00
|
|
|
<x>531</x>
|
|
|
|
<y>183</y>
|
2015-08-23 12:49:51 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-09-10 20:11:05 +02:00
|
|
|
<x>540</x>
|
|
|
|
<y>182</y>
|
2015-08-23 12:49:51 +02:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonSave</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>saveCfg()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-09-06 14:20:27 +02:00
|
|
|
<x>118</x>
|
|
|
|
<y>16</y>
|
2015-08-23 12:49:51 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-09-06 14:20:27 +02:00
|
|
|
<x>130</x>
|
|
|
|
<y>32</y>
|
2015-08-23 12:49:51 +02:00
|
|
|
</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-09-06 14:20:27 +02:00
|
|
|
<x>53</x>
|
|
|
|
<y>564</y>
|
2015-08-29 17:24:56 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-09-06 14:20:27 +02:00
|
|
|
<x>63</x>
|
|
|
|
<y>582</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-09-10 20:11:05 +02:00
|
|
|
<x>488</x>
|
|
|
|
<y>580</y>
|
2015-08-29 18:50:08 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-09-06 14:20:27 +02:00
|
|
|
<x>497</x>
|
|
|
|
<y>580</y>
|
2015-08-29 18:50:08 +02:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-09-03 20:36:26 +02:00
|
|
|
<connection>
|
2015-09-06 14:20:27 +02:00
|
|
|
<sender>arguments</sender>
|
|
|
|
<signal>itemDoubleClicked(QListWidgetItem*)</signal>
|
2015-09-03 20:36:26 +02:00
|
|
|
<receiver>LibraryDialog</receiver>
|
2015-09-06 14:20:27 +02:00
|
|
|
<slot>editArg()</slot>
|
2015-09-03 20:36:26 +02:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-09-10 20:11:05 +02:00
|
|
|
<x>529</x>
|
|
|
|
<y>223</y>
|
2015-09-03 20:36:26 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-09-10 20:11:05 +02:00
|
|
|
<x>543</x>
|
|
|
|
<y>223</y>
|
2015-09-03 20:36:26 +02:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-09-06 10:38:01 +02:00
|
|
|
<connection>
|
2015-09-06 14:20:27 +02:00
|
|
|
<sender>sortFunctions</sender>
|
|
|
|
<signal>toggled(bool)</signal>
|
2015-09-06 10:38:01 +02:00
|
|
|
<receiver>LibraryDialog</receiver>
|
2015-09-06 14:20:27 +02:00
|
|
|
<slot>sortFunctions(bool)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>45</x>
|
|
|
|
<y>66</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>58</x>
|
|
|
|
<y>66</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>filter</sender>
|
|
|
|
<signal>textChanged(QString)</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>filterFunctions(QString)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-09-08 15:38:02 +02:00
|
|
|
<x>429</x>
|
|
|
|
<y>575</y>
|
2015-09-06 14:20:27 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>273</x>
|
|
|
|
<y>582</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>functions</sender>
|
|
|
|
<signal>itemSelectionChanged()</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>selectFunction()</slot>
|
2015-09-06 10:38:01 +02:00
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-09-06 14:20:27 +02:00
|
|
|
<x>190</x>
|
|
|
|
<y>141</y>
|
2015-09-06 10:38:01 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-09-06 14:20:27 +02:00
|
|
|
<x>203</x>
|
|
|
|
<y>140</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>noreturn</sender>
|
|
|
|
<signal>currentIndexChanged(int)</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>changeFunction()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
2015-09-10 20:11:05 +02:00
|
|
|
<x>545</x>
|
|
|
|
<y>137</y>
|
2015-09-06 14:20:27 +02:00
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
2015-09-10 20:11:05 +02:00
|
|
|
<x>552</x>
|
|
|
|
<y>138</y>
|
2015-09-06 10:38:01 +02:00
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-09-08 15:38:02 +02:00
|
|
|
<connection>
|
|
|
|
<sender>functions</sender>
|
|
|
|
<signal>itemChanged(QListWidgetItem*)</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>editFunctionName(QListWidgetItem*)</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>217</x>
|
|
|
|
<y>104</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>235</x>
|
|
|
|
<y>104</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-09-10 20:11:05 +02:00
|
|
|
<connection>
|
|
|
|
<sender>noreturn</sender>
|
|
|
|
<signal>editTextChanged(QString)</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>changeFunction()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>548</x>
|
|
|
|
<y>128</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>555</x>
|
|
|
|
<y>128</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>comments</sender>
|
|
|
|
<signal>textChanged()</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>changeFunction()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>567</x>
|
|
|
|
<y>50</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>584</x>
|
|
|
|
<y>48</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-11-28 18:31:56 +01:00
|
|
|
<connection>
|
|
|
|
<sender>buttonSaveAs</sender>
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
<receiver>LibraryDialog</receiver>
|
|
|
|
<slot>saveCfgAs()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
<x>211</x>
|
|
|
|
<y>31</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
<x>232</x>
|
|
|
|
<y>33</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
2015-08-16 17:36:10 +02:00
|
|
|
</connections>
|
|
|
|
<slots>
|
2015-08-29 18:50:08 +02:00
|
|
|
<slot>addFunction()</slot>
|
2015-09-06 14:20:27 +02:00
|
|
|
<slot>argumentChanged(QListWidgetItem*)</slot>
|
|
|
|
<slot>changeFunction()</slot>
|
2015-08-30 13:33:43 +02:00
|
|
|
<slot>editArg()</slot>
|
2015-09-06 14:20:27 +02:00
|
|
|
<slot>filterFunctions(QString)</slot>
|
|
|
|
<slot>openCfg()</slot>
|
|
|
|
<slot>saveCfg()</slot>
|
|
|
|
<slot>selectFunction()</slot>
|
|
|
|
<slot>sortFunctions(bool)</slot>
|
2015-09-08 15:38:02 +02:00
|
|
|
<slot>editFunctionName(QListWidgetItem*)</slot>
|
2015-11-28 18:31:56 +01:00
|
|
|
<slot>saveCfgAs()</slot>
|
2015-08-16 17:36:10 +02:00
|
|
|
</slots>
|
|
|
|
</ui>
|