~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/Frontends/VirtualBox/ui/VBoxGLSettingsInput.ui

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2009-12-18 16:44:29 UTC
  • mfrom: (0.3.3 upstream) (0.4.6 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091218164429-jd34ccexpv5na11a
Tags: 3.1.2-dfsg-1ubuntu1
* Merge from Debian unstable (LP: #498219), remaining changes:
  - Disable update action
    - debian/patches/u01-disable-update-action.dpatch
  - VirtualBox should go in Accessories, not in System tools (LP: #288590)
    - debian/virtualbox-ose-qt.files/virtualbox-ose.desktop
  - Add Apport hook
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Add Launchpad integration
    - debian/control
    - debian/lpi-bug.xpm
    - debian/patches/u02-lp-integration.dpatch
* Fixes the following bugs:
  - Kernel module fails to build with Linux >= 2.6.32 (LP: #474625)
  - X.Org drivers need to be rebuilt against X-Server 1.7 (LP: #495935)
  - The *-source packages try to build the kernel modules even though the
    kernel headers aren't available (LP: #473334)
* Replace *-source packages with transitional packages for *-dkms.
* Adapt u01-disable-update-action.dpatch and u02-lp-integration.dpatch for
  new upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <comment>
3
 
 VBox frontends: Qt4 GUI ("VirtualBox"):
4
 
 
5
 
 Copyright (C) 2008 Sun Microsystems, Inc.
6
 
 
7
 
 This file is part of VirtualBox Open Source Edition (OSE), as
8
 
 available from http://www.virtualbox.org. This file is free software;
9
 
 you can redistribute it and/or modify it under the terms of the GNU
10
 
 General Public License (GPL) as published by the Free Software
11
 
 Foundation, in version 2 as it comes in the "COPYING" file of the
12
 
 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
13
 
 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
14
 
 
15
 
 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
16
 
 Clara, CA 95054 USA or visit http://www.sun.com if you need
17
 
 additional information or have any questions.
18
 
 </comment>
19
 
 <class>VBoxGLSettingsInput</class>
20
 
 <widget class="QWidget" name="VBoxGLSettingsInput" >
21
 
  <property name="geometry" >
22
 
   <rect>
23
 
    <x>0</x>
24
 
    <y>0</y>
25
 
    <width>292</width>
26
 
    <height>91</height>
27
 
   </rect>
28
 
  </property>
29
 
  <layout class="QGridLayout" >
30
 
   <property name="leftMargin" >
31
 
    <number>0</number>
32
 
   </property>
33
 
   <property name="topMargin" >
34
 
    <number>0</number>
35
 
   </property>
36
 
   <property name="rightMargin" >
37
 
    <number>0</number>
38
 
   </property>
39
 
   <property name="bottomMargin" >
40
 
    <number>0</number>
41
 
   </property>
42
 
   <item rowspan="2" row="0" column="0" >
43
 
    <spacer>
44
 
     <property name="orientation" >
45
 
      <enum>Qt::Horizontal</enum>
46
 
     </property>
47
 
     <property name="sizeType" >
48
 
      <enum>QSizePolicy::Fixed</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 row="0" column="1" >
59
 
    <widget class="QLabel" name="mLbHostKey" >
60
 
     <property name="text" >
61
 
      <string>Host &amp;Key:</string>
62
 
     </property>
63
 
     <property name="buddy" >
64
 
      <cstring>mHeHostKey</cstring>
65
 
     </property>
66
 
    </widget>
67
 
   </item>
68
 
   <item row="0" column="2" >
69
 
    <widget class="QIHotKeyEdit" name="mHeHostKey" >
70
 
     <property name="whatsThis" >
71
 
      <string>Displays the key used as a Host Key in the VM window. Activate the entry field and press a new Host Key. Note that alphanumeric, cursor movement and editing keys cannot be used as a Host Key.</string>
72
 
     </property>
73
 
    </widget>
74
 
   </item>
75
 
   <item row="0" column="3" >
76
 
    <spacer>
77
 
     <property name="orientation" >
78
 
      <enum>Qt::Horizontal</enum>
79
 
     </property>
80
 
     <property name="sizeHint" >
81
 
      <size>
82
 
       <width>0</width>
83
 
       <height>20</height>
84
 
      </size>
85
 
     </property>
86
 
    </spacer>
87
 
   </item>
88
 
   <item row="1" column="2" colspan="2" >
89
 
    <widget class="QCheckBox" name="mCbAutoGrab" >
90
 
     <property name="whatsThis" >
91
 
      <string>When checked, the keyboard is automatically captured every time the VM window is activated. When the keyboard is captured, all keystrokes (including system ones like Alt-Tab) are directed to the VM.</string>
92
 
     </property>
93
 
     <property name="text" >
94
 
      <string>&amp;Auto Capture Keyboard</string>
95
 
     </property>
96
 
    </widget>
97
 
   </item>
98
 
   <item row="2" column="3" >
99
 
    <spacer>
100
 
     <property name="orientation" >
101
 
      <enum>Qt::Vertical</enum>
102
 
     </property>
103
 
     <property name="sizeHint" >
104
 
      <size>
105
 
       <width>121</width>
106
 
       <height>271</height>
107
 
      </size>
108
 
     </property>
109
 
    </spacer>
110
 
   </item>
111
 
  </layout>
112
 
 </widget>
113
 
 <customwidgets>
114
 
  <customwidget>
115
 
   <class>QIHotKeyEdit</class>
116
 
   <extends>QLabel</extends>
117
 
   <header>QIHotKeyEdit.h</header>
118
 
  </customwidget>
119
 
 </customwidgets>
120
 
 <resources/>
121
 
 <connections/>
122
 
</ui>