<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>AccountDialog</class> <widget class="QDialog" name="AccountDialog"> <property name="windowModality"> <enum>Qt::WindowModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>389</width> <height>427</height> </rect> </property> <property name="windowTitle"> <string>Account</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="tab"> <attribute name="title"> <string>Basic</string> </attribute> <layout class="QFormLayout" name="formLayout"> <property name="fieldGrowthPolicy"> <enum>QFormLayout::AllNonFixedFieldsGrow</enum> </property> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Account Name</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="sofiaGwNameEdit"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Usernane</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="sofiaGwUsernameEdit"/> </item> <item row="2" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Domain</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QLineEdit" name="sofiaGwRealmEdit"/> </item> <item row="3" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> <string>Password</string> </property> </widget> </item> <item row="3" column="1"> <widget class="QLineEdit" name="sofiaGwPasswordEdit"> <property name="toolTip"> <string>Account password </string> </property> <property name="echoMode"> <enum>QLineEdit::Password</enum> </property> </widget> </item> <item row="4" column="0"> <widget class="QLabel" name="label_10"> <property name="text"> <string>Expire</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QSpinBox" name="sofiaGwExpireSecondsSpin"> <property name="toolTip"> <string>Seconds before account expires</string> </property> <property name="value"> <number>60</number> </property> </widget> </item> <item row="5" column="0"> <widget class="QLabel" name="label_11"> <property name="text"> <string>Register</string> </property> </widget> </item> <item row="5" column="1"> <widget class="QComboBox" name="sofiaGwRegisterCombo"> <property name="toolTip"> <string>Account must register or must not register</string> </property> <item> <property name="text"> <string>true</string> </property> </item> <item> <property name="text"> <string>false</string> </property> </item> </widget> </item> <item row="6" column="0"> <widget class="QLabel" name="label_12"> <property name="text"> <string>Transport</string> </property> </widget> </item> <item row="6" column="1"> <widget class="QComboBox" name="sofiaGwRegisterTransportCombo"> <property name="toolTip"> <string>What transport to use for this account</string> </property> <item> <property name="text"> <string>udp</string> </property> </item> <item> <property name="text"> <string>tcp</string> </property> </item> </widget> </item> <item row="7" column="0"> <widget class="QLabel" name="label_13"> <property name="text"> <string>Retry</string> </property> </widget> </item> <item row="7" column="1"> <widget class="QSpinBox" name="sofiaGwRetrySecondsSpin"> <property name="toolTip"> <string>How many seconds to retry registration</string> </property> <property name="value"> <number>30</number> </property> </widget> </item> <item row="8" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> <string>Codec Settings</string> </property> </widget> </item> <item row="9" column="0"> <widget class="QLabel" name="label_5"> <property name="text"> <string>CallerID Settings</string> </property> </widget> </item> <item row="8" column="1"> <widget class="QComboBox" name="codecSettingsCombo"> <property name="enabled"> <bool>false</bool> </property> <item> <property name="text"> <string>Global</string> </property> </item> <item> <property name="text"> <string>Custom</string> </property> </item> </widget> </item> <item row="9" column="1"> <widget class="QComboBox" name="clidSettingsCombo"> <property name="enabled"> <bool>true</bool> </property> <item> <property name="text"> <string>Global</string> </property> </item> <item> <property name="text"> <string>Custom</string> </property> </item> </widget> </item> </layout> </widget> <widget class="QWidget" name="codecPage"> <attribute name="title"> <string>Codecs</string> </attribute> </widget> <widget class="QWidget" name="clidPage"> <attribute name="title"> <string>CallerID</string> </attribute> <layout class="QFormLayout" name="formLayout_2"> <item row="0" column="0"> <widget class="QLabel" name="label_15"> <property name="text"> <string>CallerID Name:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="sofiaCallerIDName"/> </item> <item row="1" column="0"> <widget class="QLabel" name="label_14"> <property name="text"> <string>CallerID Number:</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="sofiaCallerIDNum"/> </item> </layout> </widget> <widget class="QWidget" name="tab_2"> <attribute name="title"> <string>Advanced</string> </attribute> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QTableWidget" name="sofiaExtraParamTable"> <property name="selectionBehavior"> <enum>QAbstractItemView::SelectRows</enum> </property> <column> <property name="text"> <string>Param Name</string> </property> </column> <column> <property name="text"> <string>Param Value</string> </property> </column> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QPushButton" name="sofiaExtraParamAddBtn"> <property name="text"> <string>+</string> </property> </widget> </item> <item> <widget class="QPushButton" name="sofiaExtraParamRemBtn"> <property name="text"> <string>-</string> </property> </widget> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <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>buttonBox</sender> <signal>accepted()</signal> <receiver>AccountDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>266</x> <y>417</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>AccountDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>334</x> <y>417</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>