author | harlekin <harlekin> | 2003-03-22 18:46:33 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-03-22 18:46:33 (UTC) |
commit | bb032d71b3821bb649c0752ccbc29b2034a1046f (patch) (side-by-side diff) | |
tree | 6ff75b083637f5fc3ff3340cd0266e327e03b638 | |
parent | bdf63a0c6e2b7c00fd1e7a49b80b6f6cdcb94682 (diff) | |
download | opie-bb032d71b3821bb649c0752ccbc29b2034a1046f.zip opie-bb032d71b3821bb649c0752ccbc29b2034a1046f.tar.gz opie-bb032d71b3821bb649c0752ccbc29b2034a1046f.tar.bz2 |
added 1.0.0.0/8 since its a popular range
-rw-r--r-- | core/settings/security/securitybase.ui | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/core/settings/security/securitybase.ui b/core/settings/security/securitybase.ui index 985744a..c2a8953 100644 --- a/core/settings/security/securitybase.ui +++ b/core/settings/security/securitybase.ui @@ -1,206 +1,215 @@ <!DOCTYPE UI><UI> <class>SecurityBase</class> <widget> <class>QDialog</class> <property stdset="1"> <name>name</name> <cstring>SecurityBase</cstring> </property> <property stdset="1"> <name>geometry</name> <rect> <x>0</x> <y>0</y> - <width>281</width> + <width>277</width> <height>328</height> </rect> </property> <property stdset="1"> <name>caption</name> <string>Security Settings</string> </property> <property> <name>layoutMargin</name> </property> + <property> + <name>layoutSpacing</name> + </property> <grid> <property stdset="1"> <name>margin</name> - <number>11</number> + <number>3</number> </property> <property stdset="1"> <name>spacing</name> - <number>6</number> + <number>3</number> </property> <widget row="0" column="0" > <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout1</cstring> </property> <property> <name>layoutSpacing</name> </property> <hbox> <property stdset="1"> <name>margin</name> <number>0</number> </property> <property stdset="1"> <name>spacing</name> <number>-1</number> </property> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>changepasscode</cstring> </property> <property stdset="1"> <name>text</name> <string>Change passcode</string> </property> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>clearpasscode</cstring> </property> <property stdset="1"> <name>text</name> <string>Clear passcode</string> </property> </widget> </hbox> </widget> <widget row="1" column="0" > <class>QCheckBox</class> <property stdset="1"> <name>name</name> <cstring>passcode_poweron</cstring> </property> <property stdset="1"> <name>text</name> <string>Require pass code at power-on</string> </property> </widget> <widget row="3" column="0" > <class>QTabWidget</class> <property stdset="1"> <name>name</name> <cstring>TabWidget2</cstring> </property> <widget> <class>QWidget</class> <property stdset="1"> <name>name</name> <cstring>tab</cstring> </property> <attribute> <name>title</name> <string>Sync</string> </attribute> <vbox> <property stdset="1"> <name>margin</name> <number>11</number> </property> <property stdset="1"> <name>spacing</name> <number>6</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel1_2</cstring> </property> <property stdset="1"> <name>text</name> <string>Accept sync from network:</string> </property> </widget> <widget> <class>QComboBox</class> <item> <property> <name>text</name> <string>192.168.129.0/24 (default)</string> </property> </item> <item> <property> <name>text</name> <string>192.168.1.0/24</string> </property> </item> <item> <property> <name>text</name> <string>192.168.0.0/16</string> </property> </item> <item> <property> <name>text</name> <string>172.16.0.0/12</string> </property> </item> <item> <property> <name>text</name> <string>10.0.0.0/8</string> </property> </item> <item> <property> <name>text</name> + <string>1.0.0.0/8</string> + </property> + </item> + <item> + <property> + <name>text</name> <string>Any</string> </property> </item> <item> <property> <name>text</name> <string>None</string> </property> </item> <property stdset="1"> <name>name</name> <cstring>syncnet</cstring> </property> <property stdset="1"> <name>editable</name> <bool>true</bool> </property> </widget> </vbox> </widget> </widget> <widget row="2" column="0" > <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel1</cstring> </property> <property stdset="1"> <name>sizePolicy</name> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>7</vsizetype> </sizepolicy> </property> <property stdset="1"> <name>text</name> <string><P>Pass code protection provides a minimal level of protection from casual access to this device.</string> </property> <property stdset="1"> <name>alignment</name> <set>AlignTop|AlignLeft</set> </property> <property> <name>vAlign</name> </property> </widget> </grid> </widget> </UI> |