VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/widgets/VBoxApplianceEditorWgt.ui@ 35740

Last change on this file since 35740 was 28800, checked in by vboxsync, 14 years ago

Automated rebranding to Oracle copyright/license strings via filemuncher

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <comment>
4 VBox frontends: Qt4 GUI (&quot;VirtualBox&quot;):
5
6 Copyright (C) 2009 Oracle Corporation
7
8 This file is part of VirtualBox Open Source Edition (OSE), as
9 available from http://www.virtualbox.org. This file is free software;
10 you can redistribute it and/or modify it under the terms of the GNU
11 General Public License (GPL) as published by the Free Software
12 Foundation, in version 2 as it comes in the "COPYING" file of the
13 VirtualBox OSE distribution. VirtualBox OSE is distributed in the
14 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
15 </comment>
16 <class>VBoxApplianceEditorWgt</class>
17 <widget class="QWidget" name="VBoxApplianceEditorWgt">
18 <property name="geometry">
19 <rect>
20 <x>0</x>
21 <y>0</y>
22 <width>459</width>
23 <height>305</height>
24 </rect>
25 </property>
26 <layout class="QVBoxLayout" name="verticalLayout_2">
27 <property name="margin">
28 <number>0</number>
29 </property>
30 <item>
31 <widget class="QTreeView" name="mTvSettings">
32 <property name="sizePolicy">
33 <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
34 <horstretch>0</horstretch>
35 <verstretch>0</verstretch>
36 </sizepolicy>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QWidget" name="mWarningWidget" native="true">
42 <property name="sizePolicy">
43 <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
44 <horstretch>0</horstretch>
45 <verstretch>0</verstretch>
46 </sizepolicy>
47 </property>
48 <layout class="QVBoxLayout" name="verticalLayout">
49 <property name="sizeConstraint">
50 <enum>QLayout::SetDefaultConstraint</enum>
51 </property>
52 <property name="margin">
53 <number>0</number>
54 </property>
55 <item>
56 <widget class="QLabel" name="label">
57 <property name="text">
58 <string>Warnings:</string>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="QTextEdit" name="mWarningTextEdit">
64 <property name="maximumSize">
65 <size>
66 <width>16777215</width>
67 <height>107</height>
68 </size>
69 </property>
70 <property name="autoFormatting">
71 <set>QTextEdit::AutoBulletList</set>
72 </property>
73 <property name="readOnly">
74 <bool>true</bool>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </widget>
80 </item>
81 </layout>
82 </widget>
83 <resources/>
84 <connections/>
85</ui>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use