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-26 16:15:04 -04:00
<width>395</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-26 16:15:04 -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">
2022-03-26 16:15:04 -04:00
<string><html><head/><body><p>Set maximum number of displayed lines.</p></body></html></string>
2022-03-23 15:39:32 -04:00
</property>
2022-03-16 14:37:25 -04:00
<property name="prefix">
2022-03-26 16:15:04 -04:00
<string>Max N </string>
2022-03-16 14:37:25 -04:00
</property>
<property name="maximum">
2022-03-26 16:15:04 -04:00
<number>50</number>
2022-03-16 14:37:25 -04:00
</property>
<property name="value">
2022-03-26 16:15:04 -04:00
<number>10</number>
2022-03-16 14:37:25 -04:00
</property>
</widget>
</item>
2022-03-26 16:15:04 -04:00
<item row="0" column="5">
<widget class="QLineEdit" name="rate">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
2022-03-29 10:55:03 -04:00
<string><html><head/><body><p>Points logged during the past hour.</p></body></html></string>
2022-03-26 16:15:04 -04:00
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="2">
<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">
2022-03-29 10:55:03 -04:00
<string><html><head/><body><p>Set maximum elapsed number of T/R sequences.</p></body></html></string>
2022-03-20 14:16:20 -04:00
</property>
2022-03-23 15:39:32 -04:00
<property name="prefix">
2022-03-26 16:15:04 -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-26 16:15:04 -04:00
<number>10</number>
2022-03-16 14:37:25 -04:00
</property>
<property name="value">
2022-03-26 16:15:04 -04:00
<number>4</number>
2022-03-16 14:37:25 -04:00
</property>
</widget>
</item>
2022-03-26 16:15:04 -04:00
<item row="1" column="4">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Score:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLabel" name="label">
<property name="text">
<string>Rate:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="5">
<widget class="QLineEdit" name="score">
2022-03-29 10:55:03 -04:00
<property name="toolTip">
<string><html><head/><body><p>Total score accumulated since most recent reset of Cabrillo log.</p></body></html></string>
</property>
2022-03-26 16:15:04 -04:00
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="3">
2022-03-20 14:16:20 -04:00
<widget class="QCheckBox" name="cbReadyOnly">
2022-03-23 15:39:32 -04:00
<property name="toolTip">
2022-03-29 10:55:03 -04:00
<string><html><head/><body><p>Check tis box to show only stations ready to be called.</p></body></html></string>
2022-03-23 15:39:32 -04:00
</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-26 16:15:04 -04:00
<item row="1" column="0">
<widget class="QLabel" name="label_3">
2022-03-23 15:39:32 -04:00
<property name="text">
2022-03-26 16:15:04 -04:00
<string>Band Changes:</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
2022-03-23 15:39:32 -04:00
</property>
</widget>
</item>
2022-03-26 16:15:04 -04:00
<item row="1" column="2">
<widget class="QLineEdit" name="bandChanges">
2022-03-29 10:55:03 -04:00
<property name="toolTip">
<string><html><head/><body><p>Number of band changes during the past hour.</p></body></html></string>
</property>
2022-03-26 16:15:04 -04:00
<property name="text">
<string>0</string>
2022-03-23 15:39:32 -04:00
</property>
2022-03-26 16:15:04 -04:00
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2022-03-23 15:39:32 -04:00
</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>
2022-03-29 10:55:03 -04:00
<property name="toolTip">
<string><html><head/><body><p>Click on a line to call that station.</p></body></html></string>
</property>
2022-03-16 15:33:21 -04:00
</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>