Show
Ignore:
Timestamp:
04/01/06 07:46:27 (3 years ago)
Author:
hipplej
Message:

First crack at getting the exit policy stuff to work. I'm tired so this is probably fundamentally flawed in some way but it appears to work.

Files:
1 modified

Legend:

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

    r526 r549  
    10621062             <item> 
    10631063              <property name="text" > 
    1064                <string>Accept</string> 
     1064               <string>accept</string> 
    10651065              </property> 
    10661066             </item> 
    10671067             <item> 
    10681068              <property name="text" > 
    1069                <string>Reject</string> 
     1069               <string>reject</string> 
    10701070              </property> 
    10711071             </item> 
     
    10881088         </item> 
    10891089         <item row="2" column="0" colspan="3" > 
    1090           <widget class="QCheckBox" name="checkBox" > 
     1090          <widget class="QCheckBox" name="chkExitOverride" > 
     1091           <property name="contextMenuPolicy" > 
     1092            <enum>Qt::NoContextMenu</enum> 
     1093           </property> 
    10911094           <property name="toolTip" > 
    10921095            <string>If enabled, appends 'reject *.*' to the end of the policy</string>