mapviz/mapviz_plugins/ui/topicselect.ui
David Anthony 3e400f8704
Configurable qos (#818)
* Adding configurable QoS to UI
* Changing lookup duration to reduce lag
---------

Co-authored-by: Robert Brothers <33141599+rjb0026@users.noreply.github.com>
2024-08-09 09:41:04 -05:00

249 lines
7.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TopicSelect</class>
<widget class="QDialog" name="TopicSelect">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>432</width>
<height>435</height>
</rect>
</property>
<property name="windowTitle">
<string>Select Topic(s)</string>
</property>
<property name="modal">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QListWidget" name="topicList">
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<property name="topMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="3" column="0">
<widget class="QLabel" name="reliabilityLabel">
<property name="text">
<string>Reliability</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="filterLabel">
<property name="text">
<string>Filter</string>
</property>
</widget>
</item>
<item row="3" column="2">
<widget class="QRadioButton" name="reliabilityBestEffortRadioButton">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Best Effort</string>
</property>
<attribute name="buttonGroup">
<string notr="true">reliabilityButtonGroup</string>
</attribute>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="filterLineEdit"/>
</item>
<item row="2" column="1">
<widget class="QRadioButton" name="historyKeepLastRadioButton">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Keep Last</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">historyButtonGroup</string>
</attribute>
</widget>
</item>
<item row="4" column="2">
<widget class="QRadioButton" name="durabilityVolatileRadioButton">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Volatile</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">durabilityButtonGroup</string>
</attribute>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="depthSpinBox">
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>10</number>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QRadioButton" name="historyKeepAllRadioButton">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Keep All</string>
</property>
<attribute name="buttonGroup">
<string notr="true">historyButtonGroup</string>
</attribute>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="historyLabel">
<property name="text">
<string>History</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QRadioButton" name="reliabilityReliableRadioButton">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Reliable</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
<attribute name="buttonGroup">
<string notr="true">reliabilityButtonGroup</string>
</attribute>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="durabilityLabel">
<property name="text">
<string>Durability</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="depthLabel">
<property name="text">
<string>Depth</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QRadioButton" name="durabilityTransientRadioButton">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Transient</string>
</property>
<attribute name="buttonGroup">
<string notr="true">durabilityButtonGroup</string>
</attribute>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="acceptBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>acceptBox</sender>
<signal>accepted()</signal>
<receiver>TopicSelect</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>306</x>
<y>243</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>acceptBox</sender>
<signal>rejected()</signal>
<receiver>TopicSelect</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>
<buttongroups>
<buttongroup name="historyButtonGroup"/>
<buttongroup name="reliabilityButtonGroup"/>
<buttongroup name="durabilityButtonGroup"/>
</buttongroups>
</ui>