mirror of https://github.com/g8bpq/QtTermTCP.git
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.
354 lines
7.8 KiB
354 lines
7.8 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>AlertDialog</class>
|
|
<widget class="QDialog" name="AlertDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>558</width>
|
|
<height>461</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>86</x>
|
|
<y>373</y>
|
|
<width>351</width>
|
|
<height>33</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout">
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<property name="leftMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="topMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="rightMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="bottomMargin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QPushButton" name="okButton">
|
|
<property name="text">
|
|
<string>OK</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="cancelButton">
|
|
<property name="text">
|
|
<string>Cancel</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QCheckBox" name="InboundBeep">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>24</x>
|
|
<y>40</y>
|
|
<width>201</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Beep on Inbound connect</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="InactivityBeep">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>24</x>
|
|
<y>65</y>
|
|
<width>221</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Beep on message after inactivity</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="KeywordBeep">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>24</x>
|
|
<y>90</y>
|
|
<width>201</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Beep on keyword</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="Interval">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>350</x>
|
|
<y>65</y>
|
|
<width>51</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="keywordFile">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>350</x>
|
|
<y>95</y>
|
|
<width>137</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="useBeep">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>24</x>
|
|
<y>204</y>
|
|
<width>82</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Use Beep</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string notr="true">buttonGroup</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QRadioButton" name="useFiles">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>148</x>
|
|
<y>204</y>
|
|
<width>193</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Use Audio Files</string>
|
|
</property>
|
|
<attribute name="buttonGroup">
|
|
<string notr="true">buttonGroup</string>
|
|
</attribute>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>258</x>
|
|
<y>65</y>
|
|
<width>47</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Interval</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>24</x>
|
|
<y>267</y>
|
|
<width>107</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Interval .wav File</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="intervalFile">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>267</y>
|
|
<width>207</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>24</x>
|
|
<y>292</y>
|
|
<width>169</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Inbound Connect .wav File</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>24</x>
|
|
<y>317</y>
|
|
<width>165</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Keyword Alert .wav File</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>258</x>
|
|
<y>95</y>
|
|
<width>89</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Keyword File</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="connectFile">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>292</y>
|
|
<width>207</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="keywordWAV">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>317</y>
|
|
<width>207</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>130</y>
|
|
<width>465</width>
|
|
<height>65</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>The System Beep function doesn't work on all platform, so you can configure QtTermTCP to play a sound file instead of using Beep. You can set different files for each event if you wish. Some sample wav files are provided. </string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="chooseInterval">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>416</x>
|
|
<y>267</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Choose</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="chooseInbound">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>416</x>
|
|
<y>292</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Choose</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="chooseKeyAlert">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>416</x>
|
|
<y>317</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Choose</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="Bells">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>24</x>
|
|
<y>15</y>
|
|
<width>289</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Use Bells (ascii BELL char makes a sound)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="bellsFile">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>200</x>
|
|
<y>242</y>
|
|
<width>207</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="chooseBells">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>416</x>
|
|
<y>242</y>
|
|
<width>61</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Choose</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>24</x>
|
|
<y>242</y>
|
|
<width>107</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Bells .wav File</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
<buttongroups>
|
|
<buttongroup name="buttonGroup"/>
|
|
</buttongroups>
|
|
</ui>
|