VirtualBox

Changeset 3040 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 4, 2007 8:20:55 PM (18 years ago)
Author:
vboxsync
Message:

FE/Qt: New About screen.

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro

    r2988 r3040  
    247247        images/vdm_remove_disabled_22px.png \
    248248        images/welcome.png \
    249         images/about_600px.png \
     249        images/about.png \
     250        images/about_tile.png \
    250251        images/dock_0.png \
    251252        images/dock_1.png \
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxAboutDlg.ui

    r2356 r3040  
    1010            <y>0</y>
    1111            <width>600</width>
    12             <height>450</height>
     12            <height>400</height>
    1313        </rect>
    1414    </property>
    1515    <property name="sizePolicy">
    1616        <sizepolicy>
    17             <hsizetype>0</hsizetype>
    18             <vsizetype>0</vsizetype>
     17            <hsizetype>1</hsizetype>
     18            <vsizetype>1</vsizetype>
    1919            <horstretch>0</horstretch>
    2020            <verstretch>0</verstretch>
    2121        </sizepolicy>
    2222    </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>
    3823    <property name="caption">
    3924        <string>VirtualBox - About</string>
    4025    </property>
    41     <widget class="QLabel">
     26    <vbox>
    4227        <property name="name">
    43             <cstring>mAboutLabel</cstring>
     28            <cstring>unnamed</cstring>
    4429        </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">
    6731            <number>0</number>
    6832        </property>
    69         <property name="text">
    70             <string>&lt;qt&gt;VirtualBox Graphical User Interface Version %1&lt;br&gt;
     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>&lt;qt&gt;VirtualBox Graphical User Interface Version %1&lt;br&gt;
    71110%2&lt;/qt&gt;</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>
    77136</widget>
    78137<includes>
Note: See TracChangeset for help on using the changeset viewer.

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