cppcheck/gui/librarydialog.ui

166 lines
4.0 KiB
Plaintext
Raw Normal View History

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>
<widget class="QLabel" name="label">
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true">QLabel { background-color : red; color : blue; }</string>
</property>
<property name="text">
<string>EXPERIMENTAL</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Open</string>
</property>
</widget>
</item>
<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">
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QCheckBox" name="functionreturn">
<property name="text">
<string>function always return</string>
</property>
</widget>
</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>
<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>
</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>
<sender>pushButton</sender>
<signal>clicked()</signal>
<receiver>LibraryDialog</receiver>
<slot>openCfg()</slot>
<hints>
<hint type="sourcelabel">
<x>56</x>
<y>36</y>
</hint>
<hint type="destinationlabel">
<x>72</x>
<y>21</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>selectFunction(int)</slot>
<slot>openCfg()</slot>
</slots>
</ui>