Files
seer/src/SeerSlashProcDialog.ui
T
2022-08-24 17:44:24 -05:00

85 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SeerSlashProcDialogForm</class>
<widget class="QDialog" name="SeerSlashProcDialogForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>589</width>
<height>562</height>
</rect>
</property>
<property name="windowTitle">
<string>Seer - System Processes</string>
</property>
<property name="windowIcon">
<iconset resource="resource.qrc">
<normaloff>:/seer/resources/seergdb_32x32.png</normaloff>:/seer/resources/seergdb_32x32.png</iconset>
</property>
<property name="toolTip">
<string>Select a process pid.</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QProcessInfoWidget" name="processInfoWidget" native="true"/>
</item>
<item row="1" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>QProcessInfoWidget</class>
<extends>QWidget</extends>
<header>QProcessInfoWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources>
<include location="resource.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>SeerSlashProcDialogForm</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>SeerSlashProcDialogForm</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>