VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsLanguage.ui@ 43106

Last change on this file since 43106 was 43106, checked in by vboxsync, 12 years ago

copyright indentation fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Date Revision Author Id
File size: 3.9 KB
Line 
1<ui version="4.0">
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008-2012 Oracle Corporation
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 </comment>
15 <class>UIGlobalSettingsLanguage</class>
16 <widget class="QWidget" name="UIGlobalSettingsLanguage">
17 <property name="geometry">
18 <rect>
19 <x>0</x>
20 <y>0</y>
21 <width>350</width>
22 <height>250</height>
23 </rect>
24 </property>
25 <layout class="QGridLayout">
26 <property name="margin">
27 <number>0</number>
28 </property>
29 <item row="0" column="0">
30 <spacer>
31 <property name="orientation">
32 <enum>Qt::Horizontal</enum>
33 </property>
34 <property name="sizeType">
35 <enum>QSizePolicy::Fixed</enum>
36 </property>
37 <property name="sizeHint">
38 <size>
39 <width>40</width>
40 <height>20</height>
41 </size>
42 </property>
43 </spacer>
44 </item>
45 <item row="0" column="1" colspan="2">
46 <widget class="QLabel" name="m_pLanguageLabel">
47 <property name="text">
48 <string>&amp;Interface Language:</string>
49 </property>
50 <property name="buddy">
51 <cstring>m_pLanguageTree</cstring>
52 </property>
53 </widget>
54 </item>
55 <item row="1" column="1">
56 <spacer>
57 <property name="orientation">
58 <enum>Qt::Horizontal</enum>
59 </property>
60 <property name="sizeType">
61 <enum>QSizePolicy::Fixed</enum>
62 </property>
63 <property name="sizeHint">
64 <size>
65 <width>20</width>
66 <height>0</height>
67 </size>
68 </property>
69 </spacer>
70 </item>
71 <item row="1" column="2">
72 <widget class="QITreeWidget" name="m_pLanguageTree">
73 <property name="sizePolicy">
74 <sizepolicy vsizetype="Expanding" hsizetype="Expanding">
75 <horstretch>0</horstretch>
76 <verstretch>0</verstretch>
77 </sizepolicy>
78 </property>
79 <property name="minimumSize">
80 <size>
81 <width>0</width>
82 <height>150</height>
83 </size>
84 </property>
85 <property name="whatsThis">
86 <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>
87 </property>
88 <property name="rootIsDecorated">
89 <bool>false</bool>
90 </property>
91 <column>
92 <property name="text">
93 <string>Name</string>
94 </property>
95 </column>
96 <column>
97 <property name="text">
98 <string>Id</string>
99 </property>
100 </column>
101 <column>
102 <property name="text">
103 <string>Language</string>
104 </property>
105 </column>
106 <column>
107 <property name="text">
108 <string>Author</string>
109 </property>
110 </column>
111 </widget>
112 </item>
113 <item row="2" column="2">
114 <widget class="QILabel" name="m_pLanguageInfo">
115 <property name="sizePolicy">
116 <sizepolicy vsizetype="Minimum" hsizetype="Expanding">
117 <horstretch>0</horstretch>
118 <verstretch>0</verstretch>
119 </sizepolicy>
120 </property>
121 <property name="alignment">
122 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
123 </property>
124 <property name="wordWrap">
125 <bool>true</bool>
126 </property>
127 </widget>
128 </item>
129 </layout>
130 </widget>
131 <customwidgets>
132 <customwidget>
133 <class>QITreeWidget</class>
134 <extends>QTreeWidget</extends>
135 <header>QITreeWidget.h</header>
136 </customwidget>
137 <customwidget>
138 <class>QILabel</class>
139 <extends>QLabel</extends>
140 <header>QILabel.h</header>
141 </customwidget>
142 </customwidgets>
143 <resources/>
144 <connections/>
145</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