Changeset 550

Show
Ignore:
Timestamp:
04/01/06 11:44:54 (3 years ago)
Author:
edmanm
Message:

Enable/disable the dir port stuff when "mirror the server directory" is
checked/unchecked.

Location:
trunk/src/gui/config
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/config/serverpage.cpp

    r549 r550  
    116116} 
    117117 
    118 /* Loads previously saved settings */ 
     118/** Loads previously saved settings */ 
    119119void 
    120120ServerPage::load() 
  • trunk/src/gui/config/serverpage.ui

    r549 r550  
    13861386   </hints> 
    13871387  </connection> 
     1388  <connection> 
     1389   <sender>chkMirrorDirectory</sender> 
     1390   <signal>toggled(bool)</signal> 
     1391   <receiver>lineDirPort</receiver> 
     1392   <slot>setEnabled(bool)</slot> 
     1393   <hints> 
     1394    <hint type="sourcelabel" > 
     1395     <x>257</x> 
     1396     <y>42</y> 
     1397    </hint> 
     1398    <hint type="destinationlabel" > 
     1399     <x>257</x> 
     1400     <y>308</y> 
     1401    </hint> 
     1402   </hints> 
     1403  </connection> 
     1404  <connection> 
     1405   <sender>chkMirrorDirectory</sender> 
     1406   <signal>toggled(bool)</signal> 
     1407   <receiver>lblDirPort</receiver> 
     1408   <slot>setEnabled(bool)</slot> 
     1409   <hints> 
     1410    <hint type="sourcelabel" > 
     1411     <x>257</x> 
     1412     <y>42</y> 
     1413    </hint> 
     1414    <hint type="destinationlabel" > 
     1415     <x>257</x> 
     1416     <y>308</y> 
     1417    </hint> 
     1418   </hints> 
     1419  </connection> 
    13881420 </connections> 
    13891421</ui>