git-svn-id: svn://db.shs.com.ru/libs@82 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2016-03-01 16:16:40 +00:00
parent 5aae6c947d
commit 64130922ad
6 changed files with 227 additions and 1 deletions

View File

@@ -0,0 +1,144 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QPIIntrospector</class>
<widget class="QMainWindow" name="QPIIntrospector">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>923</width>
<height>661</height>
</rect>
</property>
<property name="windowTitle">
<string>PIP introspector</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>9</x>
<y>9</y>
<width>273</width>
<height>225</height>
</rect>
</property>
<property name="title">
<string>Select application</string>
</property>
<widget class="QListWidget" name="listApp">
<property name="geometry">
<rect>
<x>10</x>
<y>23</y>
<width>253</width>
<height>192</height>
</rect>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="verticalScrollMode">
<enum>QAbstractItemView::ScrollPerPixel</enum>
</property>
<property name="horizontalScrollMode">
<enum>QAbstractItemView::ScrollPerPixel</enum>
</property>
</widget>
</widget>
<widget class="QTreeWidget" name="tree">
<property name="geometry">
<rect>
<x>330</x>
<y>100</y>
<width>254</width>
<height>225</height>
</rect>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="verticalScrollMode">
<enum>QAbstractItemView::ScrollPerPixel</enum>
</property>
<column>
<property name="text">
<string/>
</property>
</column>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>320</x>
<y>10</y>
<width>79</width>
<height>84</height>
</rect>
</property>
<property name="title">
<string>Containers</string>
</property>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<property name="rowWrapPolicy">
<enum>QFormLayout::DontWrapRows</enum>
</property>
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>count:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="labelCount">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>allocated:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="labelAlloc">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>used:</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="labelUsed">
<property name="text">
<string>0</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
<resources/>
<connections/>
<slots>
<slot>configChanged()</slot>
<slot>updateMap()</slot>
</slots>
</ui>