VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGLSettingsLanguage.ui@ 16174

Last change on this file since 16174 was 10784, checked in by vboxsync, 16 years ago

FE/Qt4: Changed the language/author display a bit.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 4.2 KB
Line 
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>VBoxGLSettingsLanguage</class>
20 <widget class="QWidget" name="VBoxGLSettingsLanguage" >
21 <property name="geometry" >
22 <rect>
23 <x>0</x>
24 <y>0</y>
25 <width>346</width>
26 <height>246</height>
27 </rect>
28 </property>
29 <layout class="QGridLayout" >
30 <item row="0" column="0" >
31 <spacer>
32 <property name="orientation" >
33 <enum>Qt::Horizontal</enum>
34 </property>
35 <property name="sizeType" >
36 <enum>QSizePolicy::Fixed</enum>
37 </property>
38 <property name="sizeHint" >
39 <size>
40 <width>40</width>
41 <height>20</height>
42 </size>
43 </property>
44 </spacer>
45 </item>
46 <item row="0" column="1" colspan="2" >
47 <widget class="QLabel" name="mGbLanguage" >
48 <property name="text" >
49 <string>&amp;Interface Language:</string>
50 </property>
51 <property name="buddy" >
52 <cstring>mTwLanguage</cstring>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="1" >
57 <spacer>
58 <property name="orientation" >
59 <enum>Qt::Horizontal</enum>
60 </property>
61 <property name="sizeType" >
62 <enum>QSizePolicy::Fixed</enum>
63 </property>
64 <property name="sizeHint" >
65 <size>
66 <width>20</width>
67 <height>20</height>
68 </size>
69 </property>
70 </spacer>
71 </item>
72 <item row="1" column="2" >
73 <widget class="QITreeWidget" name="mTwLanguage" >
74 <property name="sizePolicy" >
75 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
76 <horstretch>0</horstretch>
77 <verstretch>0</verstretch>
78 </sizepolicy>
79 </property>
80 <property name="minimumSize" >
81 <size>
82 <width>0</width>
83 <height>150</height>
84 </size>
85 </property>
86 <property name="whatsThis" >
87 <string>Lists all available user interface languages. The effective language is written in &lt;b>bold&lt;/b>. Select &lt;i>Default&lt;/i> to reset to the system default language.</string>
88 </property>
89 <property name="rootIsDecorated" >
90 <bool>false</bool>
91 </property>
92 <column>
93 <property name="text" >
94 <string>Name</string>
95 </property>
96 </column>
97 <column>
98 <property name="text" >
99 <string>Id</string>
100 </property>
101 </column>
102 <column>
103 <property name="text" >
104 <string>Language</string>
105 </property>
106 </column>
107 <column>
108 <property name="text" >
109 <string>Author</string>
110 </property>
111 </column>
112 </widget>
113 </item>
114 <item row="2" column="2" >
115 <widget class="QLabel" name="mTxName" >
116 <property name="sizePolicy" >
117 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
118 <horstretch>0</horstretch>
119 <verstretch>0</verstretch>
120 </sizepolicy>
121 </property>
122 <property name="alignment" >
123 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
124 </property>
125 <property name="wordWrap" >
126 <bool>true</bool>
127 </property>
128 </widget>
129 </item>
130 <item row="3" column="2" >
131 <spacer>
132 <property name="orientation" >
133 <enum>Qt::Vertical</enum>
134 </property>
135 <property name="sizeHint" >
136 <size>
137 <width>20</width>
138 <height>40</height>
139 </size>
140 </property>
141 </spacer>
142 </item>
143 </layout>
144 </widget>
145 <customwidgets>
146 <customwidget>
147 <class>QITreeWidget</class>
148 <extends>QTreeWidget</extends>
149 <header>QITreeWidget.h</header>
150 </customwidget>
151 </customwidgets>
152 <resources/>
153 <connections/>
154</ui>
Note: See TracBrowser for help on using the repository browser.

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