Changeset 3040 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 4, 2007 8:20:55 PM (18 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro
r2988 r3040 247 247 images/vdm_remove_disabled_22px.png \ 248 248 images/welcome.png \ 249 images/about_600px.png \ 249 images/about.png \ 250 images/about_tile.png \ 250 251 images/dock_0.png \ 251 252 images/dock_1.png \ -
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui
r2356 r3040 10 10 <y>0</y> 11 11 <width>600</width> 12 <height>4 50</height>12 <height>400</height> 13 13 </rect> 14 14 </property> 15 15 <property name="sizePolicy"> 16 16 <sizepolicy> 17 <hsizetype> 0</hsizetype>18 <vsizetype> 0</vsizetype>17 <hsizetype>1</hsizetype> 18 <vsizetype>1</vsizetype> 19 19 <horstretch>0</horstretch> 20 20 <verstretch>0</verstretch> 21 21 </sizepolicy> 22 22 </property> 23 <property name="minimumSize">24 <size>25 <width>600</width>26 <height>450</height>27 </size>28 </property>29 <property name="maximumSize">30 <size>31 <width>600</width>32 <height>450</height>33 </size>34 </property>35 <property name="paletteBackgroundPixmap">36 <pixmap>about_600px.png</pixmap>37 </property>38 23 <property name="caption"> 39 24 <string>VirtualBox - About</string> 40 25 </property> 41 < widget class="QLabel">26 <vbox> 42 27 <property name="name"> 43 <cstring> mAboutLabel</cstring>28 <cstring>unnamed</cstring> 44 29 </property> 45 <property name="geometry"> 46 <rect> 47 <x>10</x> 48 <y>389</y> 49 <width>580</width> 50 <height>56</height> 51 </rect> 52 </property> 53 <property name="backgroundMode"> 54 <enum>PaletteBackground</enum> 55 </property> 56 <property name="paletteForegroundColor"> 57 <color> 58 <red>0</red> 59 <green>0</green> 60 <blue>0</blue> 61 </color> 62 </property> 63 <property name="backgroundOrigin"> 64 <enum>ParentOrigin</enum> 65 </property> 66 <property name="lineWidth"> 30 <property name="margin"> 67 31 <number>0</number> 68 32 </property> 69 <property name="text"> 70 <string><qt>VirtualBox Graphical User Interface Version %1<br> 33 <property name="spacing"> 34 <number>0</number> 35 </property> 36 <property name="resizeMode"> 37 <enum>Fixed</enum> 38 </property> 39 <widget class="QLabel"> 40 <property name="name"> 41 <cstring>textLabel1</cstring> 42 </property> 43 <property name="minimumSize"> 44 <size> 45 <width>600</width> 46 <height>400</height> 47 </size> 48 </property> 49 <property name="maximumSize"> 50 <size> 51 <width>600</width> 52 <height>400</height> 53 </size> 54 </property> 55 <property name="paletteBackgroundPixmap"> 56 <pixmap>about.png</pixmap> 57 </property> 58 <property name="backgroundOrigin"> 59 <enum>WidgetOrigin</enum> 60 </property> 61 <property name="text"> 62 <string></string> 63 </property> 64 </widget> 65 <widget class="QFrame"> 66 <property name="name"> 67 <cstring>frame3</cstring> 68 </property> 69 <property name="paletteBackgroundPixmap"> 70 <pixmap>about_tile.png</pixmap> 71 </property> 72 <property name="frameShape"> 73 <enum>NoFrame</enum> 74 </property> 75 <property name="frameShadow"> 76 <enum>Plain</enum> 77 </property> 78 <vbox> 79 <property name="name"> 80 <cstring>unnamed</cstring> 81 </property> 82 <property name="margin"> 83 <number>0</number> 84 </property> 85 <property name="spacing"> 86 <number>0</number> 87 </property> 88 <widget class="QLabel"> 89 <property name="name"> 90 <cstring>mAboutLabel</cstring> 91 </property> 92 <property name="backgroundMode"> 93 <enum>PaletteBackground</enum> 94 </property> 95 <property name="paletteForegroundColor"> 96 <color> 97 <red>255</red> 98 <green>255</green> 99 <blue>255</blue> 100 </color> 101 </property> 102 <property name="backgroundOrigin"> 103 <enum>WidgetOrigin</enum> 104 </property> 105 <property name="lineWidth"> 106 <number>0</number> 107 </property> 108 <property name="text"> 109 <string><qt>VirtualBox Graphical User Interface Version %1<br> 71 110 %2</qt></string> 72 </property> 73 <property name="alignment"> 74 <set>WordBreak|AlignBottom|AlignHCenter</set> 75 </property> 76 </widget> 111 </property> 112 <property name="alignment"> 113 <set>WordBreak|AlignBottom|AlignHCenter</set> 114 </property> 115 </widget> 116 <spacer> 117 <property name="name"> 118 <cstring>spacer2</cstring> 119 </property> 120 <property name="orientation"> 121 <enum>Vertical</enum> 122 </property> 123 <property name="sizeType"> 124 <enum>Expanding</enum> 125 </property> 126 <property name="sizeHint"> 127 <size> 128 <width>20</width> 129 <height>8</height> 130 </size> 131 </property> 132 </spacer> 133 </vbox> 134 </widget> 135 </vbox> 77 136 </widget> 78 137 <includes>
Note:
See TracChangeset
for help on using the changeset viewer.