VirtualBox

Ignore:
Timestamp:
Apr 22, 2008 1:29:52 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4: VBoxVMLogViewer changes:

  • use QDialogButtonBox
  • fixed languageChanged for the bottom buttons
  • replaced deprecated window flags
  • set parent for centering on parent when the dialog is shown
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMLogViewer.ui

    r7784 r8289  
    2929    </item>
    3030    <item>
    31      <layout class="QHBoxLayout" >
    32       <item>
    33        <widget class="QPushButton" name="mBtnHelp" >
    34         <property name="text" >
    35          <string>Help</string>
    36         </property>
    37         <property name="shortcut" >
    38          <string>F1</string>
    39         </property>
    40         <property name="autoDefault" >
    41          <bool>true</bool>
    42         </property>
    43        </widget>
    44       </item>
    45       <item>
    46        <spacer>
    47         <property name="orientation" >
    48          <enum>Qt::Horizontal</enum>
    49         </property>
    50         <property name="sizeHint" >
    51          <size>
    52           <width>40</width>
    53           <height>20</height>
    54          </size>
    55         </property>
    56        </spacer>
    57       </item>
    58       <item>
    59        <widget class="QPushButton" name="mBtnFind" >
    60         <property name="text" >
    61          <string>&amp;Find</string>
    62         </property>
    63         <property name="autoDefault" >
    64          <bool>true</bool>
    65         </property>
    66        </widget>
    67       </item>
    68       <item>
    69        <widget class="QPushButton" name="mBtnSave" >
    70         <property name="text" >
    71          <string>&amp;Save</string>
    72         </property>
    73         <property name="autoDefault" >
    74          <bool>true</bool>
    75         </property>
    76         <property name="default" >
    77          <bool>true</bool>
    78         </property>
    79        </widget>
    80       </item>
    81       <item>
    82        <widget class="QPushButton" name="mBtnRefresh" >
    83         <property name="text" >
    84          <string>&amp;Refresh</string>
    85         </property>
    86         <property name="autoDefault" >
    87          <bool>true</bool>
    88         </property>
    89        </widget>
    90       </item>
    91       <item>
    92        <widget class="QPushButton" name="mBtnClose" >
    93         <property name="text" >
    94          <string>&amp;Close</string>
    95         </property>
    96         <property name="autoDefault" >
    97          <bool>true</bool>
    98         </property>
    99        </widget>
    100       </item>
    101      </layout>
     31     <widget class="QDialogButtonBox" name="mButtonBox" >
     32      <property name="standardButtons" >
     33       <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Save</set>
     34      </property>
     35     </widget>
    10236    </item>
    10337   </layout>
     
    10842  <include location="../VirtualBox.qrc" />
    10943 </resources>
    110  <connections/>
     44 <connections>
     45  <connection>
     46   <sender>mButtonBox</sender>
     47   <signal>rejected()</signal>
     48   <receiver>VBoxVMLogViewer</receiver>
     49   <slot>close()</slot>
     50   <hints>
     51    <hint type="sourcelabel" >
     52     <x>293</x>
     53     <y>328</y>
     54    </hint>
     55    <hint type="destinationlabel" >
     56     <x>293</x>
     57     <y>204</y>
     58    </hint>
     59   </hints>
     60  </connection>
     61 </connections>
    11162</ui>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette