You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeutils/ksim/monitors/snmp/configwidget.ui

216 lines
8.1 KiB

<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
<class>KSim::Snmp::ConfigWidget</class>
<widget class="TQWidget">
<property name="name">
<cstring>ConfigWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>740</width>
<height>597</height>
</rect>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQGroupBox">
<property name="name">
<cstring>hostGroup</cstring>
</property>
<property name="title">
<string>SNMP Hosts</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton" row="1" column="3">
<property name="name">
<cstring>removeHost</cstring>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
<widget class="TQPushButton" row="1" column="2">
<property name="name">
<cstring>modifyHost</cstring>
</property>
<property name="text">
<string>Modify...</string>
</property>
</widget>
<widget class="TQPushButton" row="1" column="1">
<property name="name">
<cstring>addHost</cstring>
</property>
<property name="text">
<string>Add...</string>
</property>
</widget>
<widget class="KListView" row="0" column="0" rowspan="1" colspan="4">
<column>
<property name="text">
<string>Host</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Port</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Version</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>hosts</cstring>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
</widget>
<spacer row="1" column="0">
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>141</width>
<height>20</height>
</size>
</property>
</spacer>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>monitorGroup</cstring>
</property>
<property name="title">
<string>SNMP Monitors</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton" row="1" column="1">
<property name="name">
<cstring>addMonitor</cstring>
</property>
<property name="text">
<string>Add...</string>
</property>
</widget>
<widget class="TQPushButton" row="1" column="2">
<property name="name">
<cstring>modifyMonitor</cstring>
</property>
<property name="text">
<string>Modify...</string>
</property>
</widget>
<widget class="TQPushButton" row="1" column="3">
<property name="name">
<cstring>removeMonitor</cstring>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
<spacer row="1" column="0">
<property name="name">
<cstring>spacer2</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>121</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="KListView" row="0" column="0" rowspan="1" colspan="4">
<column>
<property name="text">
<string>Name</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Type</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>monitors</cstring>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
</widget>
</grid>
</widget>
</vbox>
</widget>
<tabstops>
<tabstop>hosts</tabstop>
<tabstop>addHost</tabstop>
<tabstop>modifyHost</tabstop>
<tabstop>removeHost</tabstop>
<tabstop>monitors</tabstop>
<tabstop>addMonitor</tabstop>
<tabstop>modifyMonitor</tabstop>
<tabstop>removeMonitor</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>klistview.h</includehint>
<includehint>klistview.h</includehint>
</includehints>
</UI>