2022-03-11 13:11:39 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2022-03-11 14:58:13 -05:00
<class>ActiveStations</class>
<widget class="QWidget" name="ActiveStations">
2022-03-11 13:11:39 -05:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2022-03-23 15:39:32 -04:00
<width>466</width>
2022-03-17 12:09:16 -04:00
<height>339</height>
2022-03-11 13:11:39 -05:00
</rect>
</property>
<property name="windowTitle">
<string>Message Averaging</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QGridLayout" name="gridLayout">
2022-03-17 12:09:16 -04:00
<item row="2" column="0">
2022-03-16 14:37:25 -04:00
<layout class="QGridLayout" name="gridLayout_2">
2022-03-23 15:39:32 -04:00
<item row="0" column="1">
<widget class="QSpinBox" name="sbMaxAge">
2022-03-16 14:37:25 -04:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2022-03-23 15:39:32 -04:00
<width>80</width>
2022-03-16 14:37:25 -04:00
<height>0</height>
</size>
</property>
2022-03-23 15:39:32 -04:00
<property name="toolTip">
<string><html><head/><body><p>Set maximum elapsed number of T/R sequences for decodes included in the list.</p></body></html></string>
</property>
2022-03-16 14:37:25 -04:00
<property name="prefix">
2022-03-23 15:39:32 -04:00
<string>Max Age </string>
</property>
<property name="minimum">
<number>0</number>
2022-03-16 14:37:25 -04:00
</property>
<property name="maximum">
2022-03-23 15:39:32 -04:00
<number>10</number>
2022-03-16 14:37:25 -04:00
</property>
<property name="value">
2022-03-23 15:39:32 -04:00
<number>4</number>
2022-03-16 14:37:25 -04:00
</property>
</widget>
</item>
2022-03-23 15:39:32 -04:00
<item row="0" column="0">
<widget class="QSpinBox" name="sbMaxRecent">
2022-03-16 14:37:25 -04:00
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
2022-03-23 15:39:32 -04:00
<width>80</width>
2022-03-16 14:37:25 -04:00
<height>0</height>
</size>
</property>
2022-03-23 15:39:32 -04:00
<property name="toolTip">
<string><html><head/><body><p>Set maximum number of displayed lines.</p></body></html></string>
2022-03-20 14:16:20 -04:00
</property>
2022-03-23 15:39:32 -04:00
<property name="prefix">
<string>Max N </string>
2022-03-16 14:37:25 -04:00
</property>
<property name="maximum">
2022-03-23 15:39:32 -04:00
<number>50</number>
2022-03-16 14:37:25 -04:00
</property>
<property name="value">
2022-03-23 15:39:32 -04:00
<number>10</number>
2022-03-16 14:37:25 -04:00
</property>
</widget>
</item>
<item row="0" column="2">
2022-03-20 14:16:20 -04:00
<widget class="QCheckBox" name="cbReadyOnly">
2022-03-23 15:39:32 -04:00
<property name="toolTip">
<string><html><head/><body><p>Check to list only stations immediately ready to be called.</p></body></html></string>
</property>
2022-03-20 14:16:20 -04:00
<property name="text">
<string>Ready only</string>
2022-03-16 14:37:25 -04:00
</property>
2022-03-20 14:16:20 -04:00
</widget>
2022-03-16 14:37:25 -04:00
</item>
2022-03-23 15:39:32 -04:00
<item row="0" column="3">
<widget class="QLabel" name="label">
<property name="text">
<string>Rate:</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLineEdit" name="lineEdit">
<property name="maximumSize">
<size>
<width>50</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>Rate of score increase, points per hour.</p></body></html></string>
</property>
</widget>
</item>
2022-03-16 14:37:25 -04:00
</layout>
</item>
2022-03-16 15:33:21 -04:00
<item row="1" column="0">
<widget class="QPlainTextEdit" name="RecentStationsPlainTextEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="header_label2">
<property name="text">
<string>Call Grid Age Points</string>
</property>
</widget>
</item>
2022-03-11 13:11:39 -05:00
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>