VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.ui@ 43138

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

copyright indentation fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1<ui version="4.0">
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2009-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>UIApplianceEditorWidget</class>
16 <widget class="QWidget" name="UIApplianceEditorWidget">
17 <property name="geometry">
18 <rect>
19 <x>0</x>
20 <y>0</y>
21 <width>548</width>
22 <height>411</height>
23 </rect>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout_2">
26 <property name="margin">
27 <number>0</number>
28 </property>
29 <item>
30 <widget class="QTreeView" name="m_pTvSettings">
31 <property name="sizePolicy">
32 <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
33 <horstretch>0</horstretch>
34 <verstretch>0</verstretch>
35 </sizepolicy>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QCheckBox" name="m_pReinitMACsCheckBox">
41 <property name="toolTip">
42 <string>When checked a new unique MAC address will assigned to all configured network cards.</string>
43 </property>
44 <property name="text">
45 <string>&amp;Reinitialize the MAC address of all network cards</string>
46 </property>
47 </widget>
48 </item>
49 <item>
50 <widget class="QWidget" name="m_pWarningWidget" native="true">
51 <property name="visible">
52 <bool>false</bool>
53 </property>
54 <property name="sizePolicy">
55 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
56 <horstretch>0</horstretch>
57 <verstretch>0</verstretch>
58 </sizepolicy>
59 </property>
60 <layout class="QVBoxLayout" name="verticalLayout">
61 <property name="margin">
62 <number>0</number>
63 </property>
64 <item>
65 <widget class="QLabel" name="label">
66 <property name="text">
67 <string>Warnings:</string>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <widget class="QTextEdit" name="mWarningTextEdit">
73 <property name="maximumSize">
74 <size>
75 <width>16777215</width>
76 <height>50</height>
77 </size>
78 </property>
79 <property name="autoFormatting">
80 <set>QTextEdit::AutoBulletList</set>
81 </property>
82 <property name="readOnly">
83 <bool>true</bool>
84 </property>
85 </widget>
86 </item>
87 </layout>
88 </widget>
89 </item>
90 </layout>
91 </widget>
92 <resources/>
93 <connections/>
94</ui>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use