VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGLSettingsNetwork.ui@ 18261

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

FE/Qt4: win burn fix

  • Property svn:eol-style set to native
File size: 4.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 Sun Microsystems, Inc.
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 &quot;COPYING&quot; 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
16 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
17 Clara, CA 95054 USA or visit http://www.sun.com if you need
18 additional information or have any questions.
19 </comment>
20 <class>VBoxGLSettingsNetwork</class>
21 <widget class="QWidget" name="VBoxGLSettingsNetwork">
22 <property name="geometry">
23 <rect>
24 <x>0</x>
25 <y>0</y>
26 <width>218</width>
27 <height>216</height>
28 </rect>
29 </property>
30 <layout class="QGridLayout" name="gridLayout">
31 <item row="0" column="0">
32 <spacer>
33 <property name="orientation">
34 <enum>Qt::Horizontal</enum>
35 </property>
36 <property name="sizeType">
37 <enum>QSizePolicy::Fixed</enum>
38 </property>
39 <property name="sizeHint" stdset="0">
40 <size>
41 <width>40</width>
42 <height>20</height>
43 </size>
44 </property>
45 </spacer>
46 </item>
47 <item row="0" column="1" colspan="4">
48 <widget class="QLabel" name="mLbPageName">
49 <property name="text">
50 <string>&amp;Host-only Networks List:</string>
51 </property>
52 <property name="buddy">
53 <cstring>mTwInterfaces</cstring>
54 </property>
55 </widget>
56 </item>
57 <item row="1" column="2" rowspan="2">
58 <widget class="QTreeWidget" name="mTwInterfaces">
59 <property name="sizePolicy">
60 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
61 <horstretch>0</horstretch>
62 <verstretch>0</verstretch>
63 </sizepolicy>
64 </property>
65 <property name="minimumSize">
66 <size>
67 <width>0</width>
68 <height>150</height>
69 </size>
70 </property>
71 <property name="whatsThis">
72 <string>Lists all available host-only networks.</string>
73 </property>
74 <property name="rootIsDecorated">
75 <bool>false</bool>
76 </property>
77 <column>
78 <property name="text">
79 <string>Name</string>
80 </property>
81 </column>
82 </widget>
83 </item>
84 <item row="1" column="3">
85 <widget class="VBoxToolBar" name="mTbActions">
86 <property name="orientation">
87 <enum>Qt::Horizontal</enum>
88 </property>
89 </widget>
90 </item>
91 <item row="2" column="1">
92 <spacer>
93 <property name="orientation">
94 <enum>Qt::Horizontal</enum>
95 </property>
96 <property name="sizeType">
97 <enum>QSizePolicy::Fixed</enum>
98 </property>
99 <property name="sizeHint" stdset="0">
100 <size>
101 <width>20</width>
102 <height>20</height>
103 </size>
104 </property>
105 </spacer>
106 </item>
107 <item row="2" column="3">
108 <spacer>
109 <property name="orientation">
110 <enum>Qt::Vertical</enum>
111 </property>
112 <property name="sizeType">
113 <enum>QSizePolicy::Expanding</enum>
114 </property>
115 <property name="sizeHint" stdset="0">
116 <size>
117 <width>10</width>
118 <height>0</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 <item row="2" column="4">
124 <spacer name="mSpacer1">
125 <property name="orientation">
126 <enum>Qt::Horizontal</enum>
127 </property>
128 <property name="sizeType">
129 <enum>QSizePolicy::Ignored</enum>
130 </property>
131 <property name="sizeHint" stdset="0">
132 <size>
133 <width>2</width>
134 <height>20</height>
135 </size>
136 </property>
137 </spacer>
138 </item>
139 <item row="3" column="2" colspan="3">
140 <widget class="QLabel" name="mLbInfo">
141 <property name="sizePolicy">
142 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
143 <horstretch>0</horstretch>
144 <verstretch>0</verstretch>
145 </sizepolicy>
146 </property>
147 <property name="alignment">
148 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
149 </property>
150 <property name="wordWrap">
151 <bool>true</bool>
152 </property>
153 </widget>
154 </item>
155 </layout>
156 </widget>
157 <customwidgets>
158 <customwidget>
159 <class>VBoxToolBar</class>
160 <extends>QToolBar</extends>
161 <header>VBoxToolBar.h</header>
162 </customwidget>
163 </customwidgets>
164 <resources/>
165 <connections/>
166</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