VirtualBox

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

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

filemuncher

  • Property svn:eol-style set to native
File size: 4.6 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 "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
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="3">
48 <widget class="QLabel" name="mLbPageName">
49 <property name="text">
50 <string>&amp;Host-only Networks:</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="QWidget" name="mWtActions">
86 <layout class="QHBoxLayout">
87 <property name="leftMargin" >
88 <number>0</number>
89 </property>
90 <property name="topMargin" >
91 <number>0</number>
92 </property>
93 <property name="rightMargin" >
94 <number>0</number>
95 </property>
96 <property name="bottomMargin" >
97 <number>0</number>
98 </property>
99 <property name="spacing" >
100 <number>0</number>
101 </property>
102 <item>
103 <widget class="VBoxToolBar" name="mTbActions">
104 <property name="orientation">
105 <enum>Qt::Horizontal</enum>
106 </property>
107 </widget>
108 </item>
109 </layout>
110 </widget>
111 </item>
112 <item row="2" column="1">
113 <spacer>
114 <property name="orientation">
115 <enum>Qt::Horizontal</enum>
116 </property>
117 <property name="sizeType">
118 <enum>QSizePolicy::Fixed</enum>
119 </property>
120 <property name="sizeHint" stdset="0">
121 <size>
122 <width>20</width>
123 <height>20</height>
124 </size>
125 </property>
126 </spacer>
127 </item>
128 <item row="2" column="3">
129 <spacer>
130 <property name="orientation">
131 <enum>Qt::Vertical</enum>
132 </property>
133 <property name="sizeType">
134 <enum>QSizePolicy::Expanding</enum>
135 </property>
136 <property name="sizeHint" stdset="0">
137 <size>
138 <width>10</width>
139 <height>0</height>
140 </size>
141 </property>
142 </spacer>
143 </item>
144 <item row="3" column="2" colspan="2">
145 <widget class="QLabel" name="mLbInfo">
146 <property name="sizePolicy">
147 <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
148 <horstretch>0</horstretch>
149 <verstretch>0</verstretch>
150 </sizepolicy>
151 </property>
152 <property name="alignment">
153 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
154 </property>
155 <property name="wordWrap">
156 <bool>true</bool>
157 </property>
158 </widget>
159 </item>
160 </layout>
161 </widget>
162 <customwidgets>
163 <customwidget>
164 <class>VBoxToolBar</class>
165 <extends>QToolBar</extends>
166 <header>VBoxToolBar.h</header>
167 </customwidget>
168 </customwidgets>
169 <resources/>
170 <connections/>
171</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