<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>WatchdogView</class> <widget class="QWidget" name="WatchdogView"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QGridLayout" name="gridLayout" rowstretch="0,100"> <item row="0" column="0"> <widget class="QLabel" name="nameLabel"> <property name="text"> <string>Watchdog</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QWidget" name="processListWidget" native="true"/> </item> </layout> </widget> <resources/> <connections/> </ui>