Changeset 8289 in vbox for trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMLogViewer.ui
- Timestamp:
- Apr 22, 2008 1:29:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxVMLogViewer.ui
r7784 r8289 29 29 </item> 30 30 <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>&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>&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>&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>&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> 102 36 </item> 103 37 </layout> … … 108 42 <include location="../VirtualBox.qrc" /> 109 43 </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> 111 62 </ui>
Note:
See TracChangeset
for help on using the changeset viewer.