<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>CPPPCfgDlg</class>
|
<widget class="QDialog" name="CPPPCfgDlg">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>602</width>
|
<height>300</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>Dialog</string>
|
</property>
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>20</y>
|
<width>71</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>PPP模式</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_2">
|
<property name="geometry">
|
<rect>
|
<x>260</x>
|
<y>20</y>
|
<width>91</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>回拨模式</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_3">
|
<property name="geometry">
|
<rect>
|
<x>23</x>
|
<y>70</y>
|
<width>61</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>用户名</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_4">
|
<property name="geometry">
|
<rect>
|
<x>240</x>
|
<y>70</y>
|
<width>61</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>密码</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_5">
|
<property name="geometry">
|
<rect>
|
<x>440</x>
|
<y>70</y>
|
<width>51</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>校验</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_6">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>130</y>
|
<width>71</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>远端IP</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_7">
|
<property name="geometry">
|
<rect>
|
<x>270</x>
|
<y>130</y>
|
<width>91</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>本地IP</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_8">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>190</y>
|
<width>71</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>掩码</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_9">
|
<property name="geometry">
|
<rect>
|
<x>220</x>
|
<y>461</y>
|
<width>54</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>TextLabel</string>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_10">
|
<property name="geometry">
|
<rect>
|
<x>263</x>
|
<y>190</y>
|
<width>91</width>
|
<height>21</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>电话号码</string>
|
</property>
|
</widget>
|
<widget class="QCheckBox" name="checkBoxDataEncrypt">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>230</y>
|
<width>111</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>数据加密</string>
|
</property>
|
</widget>
|
<widget class="QCheckBox" name="checkBoxRedial">
|
<property name="geometry">
|
<rect>
|
<x>230</x>
|
<y>230</y>
|
<width>91</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>回拨</string>
|
</property>
|
</widget>
|
<widget class="QComboBox" name="comboBoxpppType">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>20</y>
|
<width>131</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>主动</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>被动</string>
|
</property>
|
</item>
|
</widget>
|
<widget class="QComboBox" name="comboBoxREDIALMODE">
|
<property name="geometry">
|
<rect>
|
<x>370</x>
|
<y>20</y>
|
<width>141</width>
|
<height>25</height>
|
</rect>
|
</property>
|
<item>
|
<property name="text">
|
<string>拨入者指定</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string>预置回拨号</string>
|
</property>
|
</item>
|
<item>
|
<property name="text">
|
<string/>
|
</property>
|
</item>
|
</widget>
|
<widget class="QLineEdit" name="lineEditpppUser">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>70</y>
|
<width>111</width>
|
<height>25</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEditpppPwd">
|
<property name="geometry">
|
<rect>
|
<x>310</x>
|
<y>70</y>
|
<width>101</width>
|
<height>25</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEditpppVerify">
|
<property name="geometry">
|
<rect>
|
<x>490</x>
|
<y>70</y>
|
<width>81</width>
|
<height>25</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEditRemoteIp">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>130</y>
|
<width>151</width>
|
<height>25</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEditLocalIp">
|
<property name="geometry">
|
<rect>
|
<x>370</x>
|
<y>130</y>
|
<width>141</width>
|
<height>25</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEditIpMask">
|
<property name="geometry">
|
<rect>
|
<x>100</x>
|
<y>190</y>
|
<width>151</width>
|
<height>25</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEditPhoneNum">
|
<property name="geometry">
|
<rect>
|
<x>370</x>
|
<y>190</y>
|
<width>141</width>
|
<height>25</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButtonsave">
|
<property name="geometry">
|
<rect>
|
<x>270</x>
|
<y>270</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>设置</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButtoncancel">
|
<property name="geometry">
|
<rect>
|
<x>400</x>
|
<y>270</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>取消</string>
|
</property>
|
</widget>
|
</widget>
|
<resources/>
|
<connections/>
|
</ui>
|