VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.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: 5.7 KB
Line 
1<ui version="4.0">
2 <comment>
3 VBox frontends: Qt4 GUI ("VirtualBox"):
4
5 Copyright (C) 2008-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>VBoxSnapshotDetailsDlg</class>
16 <widget class="QDialog" name="VBoxSnapshotDetailsDlg">
17 <property name="geometry">
18 <rect>
19 <x>0</x>
20 <y>0</y>
21 <width>450</width>
22 <height>450</height>
23 </rect>
24 </property>
25 <property name="windowIcon">
26 <iconset resource="../VirtualBox1.qrc">:/settings_16px.png</iconset>
27 </property>
28 <layout class="QGridLayout">
29 <item row="0" column="0">
30 <widget class="QLabel" name="mLbName">
31 <property name="text">
32 <string>&amp;Name:</string>
33 </property>
34 <property name="buddy">
35 <cstring>mLeName</cstring>
36 </property>
37 <property name="alignment" >
38 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
39 </property>
40 </widget>
41 </item>
42 <item row="0" column="1">
43 <widget class="QLineEdit" name="mLeName">
44 <property name="sizePolicy">
45 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
46 <horstretch>1</horstretch>
47 <verstretch>0</verstretch>
48 </sizepolicy>
49 </property>
50 </widget>
51 </item>
52 <item row="0" rowspan="2" column="2">
53 <widget class="QLabel" name="mLbThumbnail">
54 <property name="sizePolicy">
55 <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
56 <horstretch>0</horstretch>
57 <verstretch>0</verstretch>
58 </sizepolicy>
59 </property>
60 <property name="frameShape">
61 <enum>QFrame::Panel</enum>
62 </property>
63 <property name="frameShadow">
64 <enum>QFrame::Sunken</enum>
65 </property>
66 </widget>
67 </item>
68 <item row="1" column="0">
69 <widget class="QLabel" name="mLbTaken">
70 <property name="text">
71 <string>Taken:</string>
72 </property>
73 <property name="alignment" >
74 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
75 </property>
76 </widget>
77 </item>
78 <item row="1" column="1">
79 <widget class="QLabel" name="mTxTaken">
80 <property name="sizePolicy">
81 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
82 <horstretch>1</horstretch>
83 <verstretch>0</verstretch>
84 </sizepolicy>
85 </property>
86 </widget>
87 </item>
88 <item row="2" column="0">
89 <widget class="QLabel" name="mLbDescription">
90 <property name="text">
91 <string>&amp;Description:</string>
92 </property>
93 <property name="buddy">
94 <cstring>mTeDescription</cstring>
95 </property>
96 <property name="alignment" >
97 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignTop</set>
98 </property>
99 </widget>
100 </item>
101 <item row="2" column="1" colspan="2">
102 <widget class="QTextEdit" name="mTeDescription">
103 <property name="sizePolicy">
104 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
105 <horstretch>1</horstretch>
106 <verstretch>1</verstretch>
107 </sizepolicy>
108 </property>
109 <property name="tabChangesFocus">
110 <bool>true</bool>
111 </property>
112 <property name="acceptRichText">
113 <bool>false</bool>
114 </property>
115 </widget>
116 </item>
117 <item row="3" column="0">
118 <widget class="QLabel" name="mLbDetails">
119 <property name="text">
120 <string>D&amp;etails:</string>
121 </property>
122 <property name="buddy">
123 <cstring>mTeDetails</cstring>
124 </property>
125 <property name="alignment" >
126 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignTop</set>
127 </property>
128 </widget>
129 </item>
130 <item row="3" column="1" colspan="2">
131 <widget class="QTextEdit" name="mTeDetails">
132 <property name="sizePolicy">
133 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
134 <horstretch>1</horstretch>
135 <verstretch>1</verstretch>
136 </sizepolicy>
137 </property>
138 <property name="frameShape">
139 <enum>QFrame::NoFrame</enum>
140 </property>
141 <property name="frameShadow">
142 <enum>QFrame::Plain</enum>
143 </property>
144 <property name="readOnly">
145 <bool>true</bool>
146 </property>
147 </widget>
148 </item>
149 <item row="4" column="0" colspan="3">
150 <widget class="QIDialogButtonBox" name="mButtonBox">
151 <property name="standardButtons">
152 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
153 </property>
154 </widget>
155 </item>
156 </layout>
157 </widget>
158 <customwidgets>
159 <customwidget>
160 <class>QIDialogButtonBox</class>
161 <extends>QDialogButtonBox</extends>
162 <header>QIDialogButtonBox.h</header>
163 </customwidget>
164 </customwidgets>
165 <resources>
166 <include location="../VirtualBox1.qrc"/>
167 </resources>
168 <connections>
169 <connection>
170 <sender>mButtonBox</sender>
171 <signal>accepted()</signal>
172 <receiver>VBoxSnapshotDetailsDlg</receiver>
173 <slot>accept()</slot>
174 <hints>
175 <hint type="sourcelabel">
176 <x>203</x>
177 <y>365</y>
178 </hint>
179 <hint type="destinationlabel">
180 <x>203</x>
181 <y>193</y>
182 </hint>
183 </hints>
184 </connection>
185 <connection>
186 <sender>mButtonBox</sender>
187 <signal>rejected()</signal>
188 <receiver>VBoxSnapshotDetailsDlg</receiver>
189 <slot>reject()</slot>
190 <hints>
191 <hint type="sourcelabel">
192 <x>203</x>
193 <y>365</y>
194 </hint>
195 <hint type="destinationlabel">
196 <x>203</x>
197 <y>193</y>
198 </hint>
199 </hints>
200 </connection>
201 </connections>
202</ui>
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use