VirtualBox

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

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

FE/Qt4: 2869: Rework network adapter UI - Host-only Interface settings moved to Global Settings.

  • Property svn:eol-style set to native
File size: 4.2 KB
Line 
1<ui version="4.0" >
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2009 Sun Microsystems, Inc.
6
7 This file is part of VirtualBox Open Source Edition (OSE), as
8 available from http://www.215389.xyz. 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>VBoxGLSettingsNetwork</class>
20 <widget class="QWidget" name="VBoxGLSettingsNetwork" >
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="3" >
47 <widget class="QLabel" name="mLbPageName" >
48 <property name="text" >
49 <string>&amp;Host-only Networks List:</string>
50 </property>
51 <property name="buddy" >
52 <cstring>mTwInterfaces</cstring>
53 </property>
54 </widget>
55 </item>
56 <item row="1" column="1" rowspan="2" >
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>10</height>
68 </size>
69 </property>
70 </spacer>
71 </item>
72 <item row="1" column="2" rowspan="2" >
73 <widget class="QTreeWidget" name="mTwInterfaces" >
74 <property name="rootIsDecorated" >
75 <bool>false</bool>
76 </property>
77 <property name="sizePolicy" >
78 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
79 <horstretch>0</horstretch>
80 <verstretch>0</verstretch>
81 </sizepolicy>
82 </property>
83 <property name="minimumSize" >
84 <size>
85 <width>0</width>
86 <height>120</height>
87 </size>
88 </property>
89 <property name="maximumSize" >
90 <size>
91 <width>16777215</width>
92 <height>120</height>
93 </size>
94 </property>
95 <property name="whatsThis" >
96 <string>Lists all available host-only networks.</string>
97 </property>
98 <column>
99 <property name="text" >
100 <string>Name</string>
101 </property>
102 </column>
103 </widget>
104 </item>
105 <item row="1" column="3" >
106 <widget class="VBoxToolBar" name="mTbActions" >
107 <property name="orientation" >
108 <enum>Qt::Horizontal</enum>
109 </property>
110 </widget>
111 </item>
112 <item row="2" column="3" rowspan="1" >
113 <spacer>
114 <property name="orientation" >
115 <enum>Qt::Vertical</enum>
116 </property>
117 <property name="sizeType" >
118 <enum>QSizePolicy::Minimum</enum>
119 </property>
120 <property name="sizeHint" >
121 <size>
122 <width>10</width>
123 <height>0</height>
124 </size>
125 </property>
126 </spacer>
127 </item>
128 <item row="3" column="2" >
129 <widget class="QLabel" name="mLbInfo" >
130 <property name="sizePolicy" >
131 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
132 <horstretch>0</horstretch>
133 <verstretch>1</verstretch>
134 </sizepolicy>
135 </property>
136 <property name="alignment" >
137 <set>Qt::AlignLeft|Qt::AlignTop</set>
138 </property>
139 <property name="wordWrap" >
140 <bool>true</bool>
141 </property>
142 </widget>
143 </item>
144 </layout>
145 </widget>
146 <customwidgets>
147 <customwidget>
148 <class>VBoxToolBar</class>
149 <extends>QToolBar</extends>
150 <header>VBoxToolBar.h</header>
151 </customwidget>
152 </customwidgets>
153 <resources/>
154 <connections/>
155</ui>
Note: See TracBrowser for help on using the repository browser.

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