2008-11-15 09:29:34 -05:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>TrustView</class>
|
|
|
|
<widget class="QWidget" name="TrustView" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>468</width>
|
|
|
|
<height>394</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" >
|
|
|
|
<item>
|
2010-06-30 10:52:41 -04:00
|
|
|
<widget class="QTableWidget" name="trustTableTW">
|
|
|
|
<property name="editTriggers">
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-11-15 09:29:34 -05:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Zoom :</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="zoomHS" >
|
|
|
|
<property name="maximum" >
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-11-29 12:55:13 -05:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="updatePB" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Update</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="showingLabel" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Showing: whole network</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-11-15 09:29:34 -05:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="2" margin="3" />
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|