Changeset 557

Show
Ignore:
Timestamp:
10/13/08 21:39:56 (2 months ago)
Author:
smoors
Message:

new proxy-tab in preferences dialog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/proxy_support/gui/src/UI/PreferencesDialog_UI.ui

    r470 r557  
    135135   </property> 
    136136   <property name="currentIndex" > 
    137     <number>0</number> 
     137    <number>4</number> 
    138138   </property> 
    139139   <widget class="QWidget" name="tab_1" > 
     
    142142      <x>0</x> 
    143143      <y>0</y> 
    144       <width>537</width> 
    145       <height>355</height> 
     144      <width>533</width> 
     145      <height>350</height> 
    146146     </rect> 
    147147    </property> 
     
    254254      <x>0</x> 
    255255      <y>0</y> 
    256       <width>537</width> 
    257       <height>355</height> 
     256      <width>533</width> 
     257      <height>350</height> 
    258258     </rect> 
    259259    </property> 
     
    294294       <x>10</x> 
    295295       <y>10</y> 
    296        <width>298</width> 
     296       <width>311</width> 
    297297       <height>331</height> 
    298298      </rect> 
     
    448448       <layout class="QVBoxLayout" > 
    449449        <property name="spacing" > 
    450          <number>-1</number> 
     450         <number>4</number> 
    451451        </property> 
    452452        <item> 
     
    578578      <x>0</x> 
    579579      <y>0</y> 
    580       <width>537</width> 
    581       <height>356</height> 
     580      <width>533</width> 
     581      <height>350</height> 
    582582     </rect> 
    583583    </property> 
     
    760760      <x>0</x> 
    761761      <y>0</y> 
    762       <width>537</width> 
    763       <height>356</height> 
     762      <width>533</width> 
     763      <height>350</height> 
    764764     </rect> 
    765765    </property> 
     
    933933      </item> 
    934934     </layout> 
     935    </widget> 
     936   </widget> 
     937   <widget class="QWidget" name="Network" > 
     938    <attribute name="title" > 
     939     <string>&amp;Network</string> 
     940    </attribute> 
     941    <widget class="QGroupBox" name="groupBox_2" > 
     942     <property name="geometry" > 
     943      <rect> 
     944       <x>0</x> 
     945       <y>10</y> 
     946       <width>531</width> 
     947       <height>301</height> 
     948      </rect> 
     949     </property> 
     950     <property name="title" > 
     951      <string>Proxy settings</string> 
     952     </property> 
     953     <widget class="QWidget" name="gridLayoutWidget" > 
     954      <property name="geometry" > 
     955       <rect> 
     956        <x>150</x> 
     957        <y>40</y> 
     958        <width>221</width> 
     959        <height>251</height> 
     960       </rect> 
     961      </property> 
     962      <layout class="QGridLayout" name="gridLayout" > 
     963       <item row="4" column="3" > 
     964        <widget class="QLabel" name="label_3" > 
     965         <property name="text" > 
     966          <string/> 
     967         </property> 
     968        </widget> 
     969       </item> 
     970       <item row="0" column="2" > 
     971        <widget class="QLineEdit" name="m_pProxyTxt" /> 
     972       </item> 
     973       <item row="2" column="0" colspan="2" > 
     974        <widget class="QLabel" name="label_4" > 
     975         <property name="text" > 
     976          <string>Port</string> 
     977         </property> 
     978        </widget> 
     979       </item> 
     980       <item row="2" column="2" > 
     981        <widget class="QLineEdit" name="m_pProxyPortTxt" /> 
     982       </item> 
     983       <item row="3" column="0" colspan="2" > 
     984        <widget class="QLabel" name="label_5" > 
     985         <property name="text" > 
     986          <string>Username</string> 
     987         </property> 
     988        </widget> 
     989       </item> 
     990       <item row="4" column="0" colspan="2" > 
     991        <widget class="QLabel" name="label_6" > 
     992         <property name="text" > 
     993          <string>Password</string> 
     994         </property> 
     995        </widget> 
     996       </item> 
     997       <item row="3" column="2" > 
     998        <widget class="QLineEdit" name="m_pProxyUsernameTxt" /> 
     999       </item> 
     1000       <item row="4" column="2" > 
     1001        <widget class="QLineEdit" name="m_pProxyPasswordTxt" > 
     1002         <property name="echoMode" > 
     1003          <enum>QLineEdit::Password</enum> 
     1004         </property> 
     1005        </widget> 
     1006       </item> 
     1007       <item row="0" column="0" colspan="2" > 
     1008        <widget class="QLabel" name="label_2" > 
     1009         <property name="text" > 
     1010          <string>Proxy</string> 
     1011         </property> 
     1012        </widget> 
     1013       </item> 
     1014      </layout> 
     1015     </widget> 
    9351016    </widget> 
    9361017   </widget>