Changeset 70

Show
Ignore:
Timestamp:
01/12/06 03:53:42 (3 years ago)
Author:
hipplej
Message:

Closing this dialog no longer exits Vidalia

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/aboutdialog.ui

    r64 r70  
    5757   <bool>true</bool> 
    5858  </property> 
    59   <widget class="QPushButton" name="btnOK" > 
    60    <property name="geometry" > 
    61     <rect> 
    62      <x>150</x> 
    63      <y>370</y> 
    64      <width>77</width> 
    65      <height>26</height> 
    66     </rect> 
    67    </property> 
    68    <property name="contextMenuPolicy" > 
    69     <enum>Qt::NoContextMenu</enum> 
    70    </property> 
    71    <property name="text" > 
    72     <string>OK</string> 
    73    </property> 
    74    <property name="default" > 
    75     <bool>true</bool> 
    76    </property> 
    77   </widget> 
    7859  <widget class="QWidget" name="layoutWidget" > 
    7960   <property name="geometry" > 
     
    276257   <property name="pixmap" > 
    277258    <pixmap resource="res\vidalia.qrc" >:/images/tor_about.png</pixmap> 
     259   </property> 
     260  </widget> 
     261  <widget class="QPushButton" name="btnOK" > 
     262   <property name="geometry" > 
     263    <rect> 
     264     <x>150</x> 
     265     <y>370</y> 
     266     <width>77</width> 
     267     <height>26</height> 
     268    </rect> 
     269   </property> 
     270   <property name="contextMenuPolicy" > 
     271    <enum>Qt::NoContextMenu</enum> 
     272   </property> 
     273   <property name="text" > 
     274    <string>OK</string> 
     275   </property> 
     276   <property name="default" > 
     277    <bool>true</bool> 
    278278   </property> 
    279279  </widget> 
     
    288288   <signal>clicked()</signal> 
    289289   <receiver>AboutDialog</receiver> 
    290    <slot>accept()</slot> 
     290   <slot>hide()</slot> 
    291291   <hints> 
    292292    <hint type="sourcelabel" >