VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsNetwork.ui@ 32760

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

FE/Qt4: coding style; renaming; adding extra cpp file

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