Blame | Last modification | View Log | RSS feed
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TQtSettings</class>
<widget class="QDialog" name="TQtSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>631</width>
<height>410</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>629</width>
<height>330</height>
</size>
</property>
<property name="windowTitle">
<string>Settings</string>
</property>
<property name="windowIcon">
<iconset resource="tpanel.qrc">
<normaloff>:/images/icon.png</normaloff>:/images/icon.png</iconset>
</property>
<property name="locale">
<locale language="English" country="Europe"/>
</property>
<property name="modal">
<bool>false</bool>
</property>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>631</width>
<height>361</height>
</rect>
</property>
<property name="currentIndex">
<number>1</number>
</property>
<property name="elideMode">
<enum>Qt::ElideLeft</enum>
</property>
<widget class="QWidget" name="tabLog">
<attribute name="title">
<string>Logging</string>
</attribute>
<widget class="QCheckBox" name="checkBox_LogInfo">
<property name="geometry">
<rect>
<x>140</x>
<y>10</y>
<width>49</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Info</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_LogWarning">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>75</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Warning</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_LogError">
<property name="geometry">
<rect>
<x>270</x>
<y>10</y>
<width>61</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Error</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_LogAll">
<property name="geometry">
<rect>
<x>570</x>
<y>10</y>
<width>51</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>All</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Profiling">
<property name="geometry">
<rect>
<x>140</x>
<y>40</y>
<width>91</width>
<height>28</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>Adds profiling time to logfile.</p></body></html></string>
</property>
<property name="text">
<string>Profiling</string>
</property>
</widget>
<widget class="QLabel" name="label_logFormats">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>131</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Log formats</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Format">
<property name="geometry">
<rect>
<x>270</x>
<y>40</y>
<width>131</width>
<height>26</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Long format</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_LogTrace">
<property name="geometry">
<rect>
<x>330</x>
<y>10</y>
<width>61</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Trace</string>
</property>
</widget>
<widget class="QLabel" name="label_logLevel">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Log steps</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_LogDebug">
<property name="geometry">
<rect>
<x>390</x>
<y>10</y>
<width>71</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Debug</string>
</property>
</widget>
<widget class="QToolButton" name="kiconbutton_logFile">
<property name="geometry">
<rect>
<x>570</x>
<y>70</y>
<width>44</width>
<height>38</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>Displays a file dialog where you can select the path and name of the logfile.</p></body></html></string>
</property>
<property name="icon">
<iconset resource="tpanel.qrc">
<normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_LogProtocol">
<property name="geometry">
<rect>
<x>490</x>
<y>10</y>
<width>81</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>Protocol</string>
</property>
</widget>
<widget class="QLabel" name="label_logFile">
<property name="geometry">
<rect>
<x>10</x>
<y>80</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Logfile</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_logFile">
<property name="geometry">
<rect>
<x>140</x>
<y>70</y>
<width>370</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>The path and name of a file where TPanel may write some logging informations.</p></body></html></string>
</property>
</widget>
<widget class="QToolButton" name="kiconbutton_reset">
<property name="geometry">
<rect>
<x>520</x>
<y>70</y>
<width>44</width>
<height>38</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>On mobile devices this resets the path and name of the logfile to the default.</p></body></html></string>
</property>
<property name="icon">
<iconset resource="tpanel.qrc">
<normaloff>:/images/reset.png</normaloff>:/images/reset.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabCtrl">
<attribute name="title">
<string>Controller</string>
</attribute>
<widget class="QLabel" name="label_Port">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>131</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Network port</string>
</property>
</widget>
<widget class="QLabel" name="label_Channel">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>131</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Channel number</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_Channel">
<property name="geometry">
<rect>
<x>140</x>
<y>90</y>
<width>141</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>The channel number of the panel. This must be a number between 10000 and 20000.</p></body></html></string>
</property>
<property name="minimum">
<number>10001</number>
</property>
<property name="maximum">
<number>10999</number>
</property>
<property name="value">
<number>10001</number>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_PType">
<property name="geometry">
<rect>
<x>140</x>
<y>130</y>
<width>471</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>This is the technical name of the panel. For example MVP-5200. At least this should be a name known by TPDesign4.</p></body></html></string>
</property>
<property name="text">
<string>Android</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_Controller">
<property name="geometry">
<rect>
<x>140</x>
<y>10</y>
<width>471</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>The IP address or the FQDN of the controller.</p></body></html></string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_Port">
<property name="geometry">
<rect>
<x>140</x>
<y>50</y>
<width>141</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>The network port the controller is listening on. Default port is 1397.</p></body></html></string>
</property>
<property name="minimum">
<number>1024</number>
</property>
<property name="maximum">
<number>32767</number>
</property>
<property name="value">
<number>1397</number>
</property>
</widget>
<widget class="QLabel" name="label_Controller">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>131</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Controller</string>
</property>
</widget>
<widget class="QLabel" name="label_PType">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>131</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Panel type</string>
</property>
</widget>
<widget class="QLabel" name="label_FTPuser">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>131</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>FTP user name</string>
</property>
</widget>
<widget class="QLabel" name="label_FTPpassword">
<property name="geometry">
<rect>
<x>10</x>
<y>220</y>
<width>131</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>FTP password</string>
</property>
</widget>
<widget class="QLabel" name="label_FTPsurface">
<property name="geometry">
<rect>
<x>10</x>
<y>260</y>
<width>131</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>TP4 file name</string>
</property>
</widget>
<widget class="QLabel" name="label_FTPpassive">
<property name="geometry">
<rect>
<x>10</x>
<y>300</y>
<width>131</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>FTP passive mode</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_FTPuser">
<property name="geometry">
<rect>
<x>140</x>
<y>170</y>
<width>471</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>Defines the user name to login over FTP to the controller. By default this is <span style=" font-weight:600;">administrator</span>.</p></body></html></string>
</property>
<property name="text">
<string>administrator</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_FTPpassword">
<property name="geometry">
<rect>
<x>140</x>
<y>210</y>
<width>471</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>This is the password used to login to the controller. By default this is <span style=" font-weight:600;">password</span>.</p></body></html></string>
</property>
<property name="text">
<string>password</string>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_FTPpassive">
<property name="geometry">
<rect>
<x>140</x>
<y>300</y>
<width>191</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Passiv</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_FTPsurface">
<property name="geometry">
<rect>
<x>140</x>
<y>250</y>
<width>421</width>
<height>36</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="editable">
<bool>true</bool>
</property>
<property name="currentText">
<string>tpanel.tp4</string>
</property>
</widget>
<widget class="QToolButton" name="toolButton_Download">
<property name="geometry">
<rect>
<x>570</x>
<y>250</y>
<width>41</width>
<height>38</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="tpanel.qrc">
<normaloff>:/images/download64.png</normaloff>:/images/download64.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabSIP">
<attribute name="title">
<string>SIP</string>
</attribute>
<widget class="QLabel" name="label_SIPproxy">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Proxy</string>
</property>
</widget>
<widget class="QLabel" name="label_SIPport">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Port</string>
</property>
</widget>
<widget class="QLabel" name="label_SIPstun">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>STUN</string>
</property>
</widget>
<widget class="QLabel" name="label_SIPdomain">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Domain</string>
</property>
</widget>
<widget class="QLabel" name="label_SIPuser">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>User</string>
</property>
</widget>
<widget class="QLabel" name="label_SIPpassword">
<property name="geometry">
<rect>
<x>10</x>
<y>220</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Password</string>
</property>
</widget>
<widget class="QLabel" name="label_SIPstate">
<property name="geometry">
<rect>
<x>10</x>
<y>300</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>State</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_SIPproxy">
<property name="geometry">
<rect>
<x>140</x>
<y>10</y>
<width>471</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>The IP address or the FQDN of the SIP controller.</p></body></html></string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_SIPstun">
<property name="geometry">
<rect>
<x>140</x>
<y>90</y>
<width>471</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p><br/></p></body></html></string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_SIPdomain">
<property name="geometry">
<rect>
<x>140</x>
<y>130</y>
<width>471</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p><br/></p></body></html></string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_SIPuser">
<property name="geometry">
<rect>
<x>140</x>
<y>170</y>
<width>471</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>The user name used to logon on the SIP controller.</p></body></html></string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_SIPpassword">
<property name="geometry">
<rect>
<x>140</x>
<y>210</y>
<width>471</width>
<height>36</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>The password used to logon to the SIP controller.</p></body></html></string>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_SIPenabled">
<property name="geometry">
<rect>
<x>140</x>
<y>300</y>
<width>201</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string><html><head/><body><p>If this is checked, the SIP settings are activated.</p></body></html></string>
</property>
<property name="text">
<string>Enabled</string>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_SIPport">
<property name="geometry">
<rect>
<x>140</x>
<y>50</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="toolTip">
<string><html><head/><body><p>The network port number of the SIP controller.</p></body></html></string>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>65535</number>
</property>
<property name="value">
<number>5060</number>
</property>
</widget>
<widget class="QSpinBox" name="spinBox_SIPportTLS">
<property name="geometry">
<rect>
<x>370</x>
<y>50</y>
<width>91</width>
<height>31</height>
</rect>
</property>
<property name="toolTip">
<string><html><head/><body><p>The TLS network port number of the SIP controller. If this is 0 (default) a random port number is used.</p></body></html></string>
</property>
<property name="minimum">
<number>0</number>
</property>
<property name="maximum">
<number>65535</number>
</property>
<property name="value">
<number>0</number>
</property>
</widget>
<widget class="QLabel" name="label_SIPport_2">
<property name="geometry">
<rect>
<x>280</x>
<y>60</y>
<width>81</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>TLS port</string>
</property>
</widget>
<widget class="QLabel" name="label_SIPstate_2">
<property name="geometry">
<rect>
<x>10</x>
<y>260</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Network</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_SIPnetworkIPv4">
<property name="geometry">
<rect>
<x>140</x>
<y>260</y>
<width>111</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string><html><head/><body><p>Default: Checked; If this is checked then the connection over IPv4 protocol is allowed.</p></body></html></string>
</property>
<property name="text">
<string>IPv4</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_SIPnetworkIPv6">
<property name="geometry">
<rect>
<x>260</x>
<y>260</y>
<width>111</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string><html><head/><body><p>Default: Checked; If this is checked then the connection over IPv5 protocol is allowed. If the machine allows this protocol it is prefered.</p></body></html></string>
</property>
<property name="text">
<string>IPv6</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_SIPfirewall">
<property name="geometry">
<rect>
<x>380</x>
<y>250</y>
<width>231</width>
<height>36</height>
</rect>
</property>
<property name="toolTip">
<string><html><head/><body><p>Default: No firewall; Defines how to deal with a firewall and how to get the official IP address. This is the address wehere the client is reachable from the internet.</p></body></html></string>
</property>
<item>
<property name="text">
<string>No firewall</string>
</property>
</item>
<item>
<property name="text">
<string>Use STUN server</string>
</property>
</item>
<item>
<property name="text">
<string>Use ICE</string>
</property>
</item>
<item>
<property name="text">
<string>Use UPNP</string>
</property>
</item>
</widget>
<widget class="QCheckBox" name="checkBox_SIPiphone">
<property name="geometry">
<rect>
<x>390</x>
<y>300</y>
<width>201</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string><html><head/><body><p>If this is checked, the internal phone dialog is used when the phone is ringing.</p></body></html></string>
</property>
<property name="text">
<string>Use integrated phone</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabView">
<attribute name="title">
<string>View</string>
</attribute>
<widget class="QCheckBox" name="checkBox_Scale">
<property name="geometry">
<rect>
<x>140</x>
<y>10</y>
<width>311</width>
<height>21</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string><html><head/><body><p>On mobile devices this scales the elements on the surface if it is checked.</p></body></html></string>
</property>
<property name="text">
<string>Scale to fit</string>
</property>
</widget>
<widget class="QLabel" name="label_Scale">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Scaling</string>
</property>
</widget>
<widget class="QLabel" name="label_Banner">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Startup banner</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Banner">
<property name="geometry">
<rect>
<x>140</x>
<y>40</y>
<width>251</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string><html><head/><body><p>On a desktop this prints out a short message on the command line on startup if this is checked.</p></body></html></string>
</property>
<property name="text">
<string>show banner</string>
</property>
</widget>
<widget class="QLabel" name="label_Toolbar">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Toolbar</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Toolbar">
<property name="geometry">
<rect>
<x>360</x>
<y>70</y>
<width>211</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Force toolbar visible</string>
</property>
</widget>
<widget class="QLabel" name="label_Rotation">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Rotation</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_Rotation">
<property name="geometry">
<rect>
<x>140</x>
<y>100</y>
<width>361</width>
<height>21</height>
</rect>
</property>
<property name="toolTip">
<string><html><head/><body><p>If this is checked then the screen will not rotate according to the orientation sensor.</p></body></html></string>
</property>
<property name="text">
<string>Lock rotation</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_ToolbarSuppress">
<property name="geometry">
<rect>
<x>140</x>
<y>70</y>
<width>211</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Suppress toolbar</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabSound">
<attribute name="title">
<string>Sound</string>
</attribute>
<widget class="QLabel" name="label_SingleBeep">
<property name="geometry">
<rect>
<x>10</x>
<y>60</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Single peep</string>
</property>
</widget>
<widget class="QLabel" name="label_DoubleBeep">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Double peep</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_SingleBeep">
<property name="geometry">
<rect>
<x>150</x>
<y>50</y>
<width>411</width>
<height>36</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_DoubleBeep">
<property name="geometry">
<rect>
<x>150</x>
<y>90</y>
<width>411</width>
<height>36</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_TestSound">
<property name="geometry">
<rect>
<x>10</x>
<y>250</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Play test sound</string>
</property>
</widget>
<widget class="QToolButton" name="toolButton_TestSound">
<property name="geometry">
<rect>
<x>150</x>
<y>240</y>
<width>51</width>
<height>38</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="tpanel.qrc">
<normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
</property>
</widget>
<widget class="QLabel" name="label_Volume">
<property name="geometry">
<rect>
<x>10</x>
<y>180</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Volume</string>
</property>
</widget>
<widget class="QLabel" name="label_Gain">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>Gain</string>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_Volume">
<property name="geometry">
<rect>
<x>150</x>
<y>180</y>
<width>461</width>
<height>20</height>
</rect>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSlider" name="horizontalSlider_Gain">
<property name="geometry">
<rect>
<x>150</x>
<y>210</y>
<width>461</width>
<height>20</height>
</rect>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QToolButton" name="toolButton_SingleBeep">
<property name="geometry">
<rect>
<x>570</x>
<y>50</y>
<width>51</width>
<height>38</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="tpanel.qrc">
<normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
</property>
</widget>
<widget class="QToolButton" name="toolButton_DoubleBeep">
<property name="geometry">
<rect>
<x>570</x>
<y>90</y>
<width>51</width>
<height>38</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="tpanel.qrc">
<normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
</property>
</widget>
<widget class="QLabel" name="label_TestSound_2">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>System sound</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_SystemSound">
<property name="geometry">
<rect>
<x>150</x>
<y>140</y>
<width>301</width>
<height>26</height>
</rect>
</property>
<property name="text">
<string>Play system sound</string>
</property>
</widget>
<widget class="QLabel" name="label_SystemSound">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>121</width>
<height>22</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>System sound</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_SystemSound">
<property name="geometry">
<rect>
<x>150</x>
<y>10</y>
<width>411</width>
<height>36</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="toolButton_SystemSound">
<property name="geometry">
<rect>
<x>570</x>
<y>10</y>
<width>51</width>
<height>38</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="tpanel.qrc">
<normaloff>:/images/note.png</normaloff>:/images/note.png</iconset>
</property>
</widget>
</widget>
<widget class="QWidget" name="tabPasswords">
<attribute name="title">
<string>Passwords</string>
</attribute>
<widget class="QLabel" name="label_Password1">
<property name="geometry">
<rect>
<x>13</x>
<y>30</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Password 1</string>
</property>
</widget>
<widget class="QLabel" name="label_Password2">
<property name="geometry">
<rect>
<x>13</x>
<y>70</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Password 2</string>
</property>
</widget>
<widget class="QLabel" name="label_Password3">
<property name="geometry">
<rect>
<x>13</x>
<y>110</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Password 3</string>
</property>
</widget>
<widget class="QLabel" name="label_Password4">
<property name="geometry">
<rect>
<x>13</x>
<y>150</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Password 4</string>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_Password1">
<property name="geometry">
<rect>
<x>102</x>
<y>24</y>
<width>451</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="maxLength">
<number>32</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_Password2">
<property name="geometry">
<rect>
<x>102</x>
<y>65</y>
<width>451</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="maxLength">
<number>32</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_Password3">
<property name="geometry">
<rect>
<x>102</x>
<y>104</y>
<width>451</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="maxLength">
<number>32</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_Password4">
<property name="geometry">
<rect>
<x>102</x>
<y>144</y>
<width>451</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
</font>
</property>
<property name="maxLength">
<number>32</number>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton_ViewPW1">
<property name="geometry">
<rect>
<x>560</x>
<y>24</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>View</string>
</property>
<property name="icon">
<iconset theme="eye"/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_ViewPW2">
<property name="geometry">
<rect>
<x>560</x>
<y>64</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>View</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_ViewPW3">
<property name="geometry">
<rect>
<x>560</x>
<y>104</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>View</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_ViewPW4">
<property name="geometry">
<rect>
<x>560</x>
<y>144</y>
<width>51</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>View</string>
</property>
</widget>
</widget>
</widget>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="geometry">
<rect>
<x>10</x>
<y>370</y>
<width>601</width>
<height>32</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property name="locale">
<locale language="English" country="Europe"/>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</widget>
<resources>
<include location="tpanel.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>TQtSettings</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>310</x>
<y>385</y>
</hint>
<hint type="destinationlabel">
<x>315</x>
<y>200</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>TQtSettings</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>310</x>
<y>385</y>
</hint>
<hint type="destinationlabel">
<x>315</x>
<y>200</y>
</hint>
</hints>
</connection>
</connections>
</ui>