VirtualBox

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


Ignore:
Timestamp:
Jul 24, 2008 4:05:53 PM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt4: Global Settings / Update Page: Re-layouting & local date format.

Location:
trunk/src/VBox/Frontends/VirtualBox4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGLSettingsUpdate.cpp

    r10611 r10856  
    9494    mLbOncePer->setEnabled (aOn);
    9595    mCbOncePer->setEnabled (aOn);
     96    mLbDate->setEnabled (aOn);
     97    mTxDate->setEnabled (aOn);
    9698
    9799    /* Update 'check for new version' time */
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxUpdateDlg.cpp

    r10810 r10856  
    143143{
    144144    return mIndex == NeverCheck ? VBoxUpdateDlg::tr ("Never") :
    145            mDate.toString ("yyyy.MM.dd");
     145           mDate.toString (Qt::LocaleDate);
    146146}
    147147
  • trunk/src/VBox/Frontends/VirtualBox4/ui/VBoxGLSettingsUpdate.ui

    r10810 r10856  
    2323    <x>0</x>
    2424    <y>0</y>
    25     <width>310</width>
    26     <height>183</height>
     25    <width>300</width>
     26    <height>131</height>
    2727   </rect>
    2828  </property>
     
    4040    <number>0</number>
    4141   </property>
    42    <item row="0" column="1" >
     42   <item row="0" column="1" colspan="4" >
    4343    <widget class="QCheckBox" name="mCbCheck" >
     44     <property name="whatsThis" >
     45      <string>When checked, the application will periodically connect to the VirtualBox web-site and check whether a new VirtualBox verison is available.</string>
     46     </property>
    4447     <property name="text" >
    4548      <string>&amp;Check for a New Version</string>
     
    4851      <bool>true</bool>
    4952     </property>
    50      <property name="whatsThis" >
    51       <string>When checked, the application will periodically connect to the VirtualBox web-site and check whether a new VirtualBox verison is available.</string>
    52      </property>
    5353    </widget>
    5454   </item>
    55    <item row="1" column="0" >
     55   <item rowspan="3" row="0" column="0" >
    5656    <spacer>
    5757     <property name="orientation" >
     
    6464      <size>
    6565       <width>40</width>
    66        <height>10</height>
     66       <height>0</height>
    6767      </size>
    6868     </property>
     
    7070   </item>
    7171   <item row="1" column="1" >
    72     <layout class="QHBoxLayout" >
    73      <property name="spacing" >
    74       <number>0</number>
     72    <spacer>
     73     <property name="orientation" >
     74      <enum>Qt::Horizontal</enum>
    7575     </property>
    76      <item>
    77       <spacer>
    78        <property name="orientation" >
    79         <enum>Qt::Horizontal</enum>
    80        </property>
    81        <property name="sizeType" >
    82         <enum>QSizePolicy::Fixed</enum>
    83        </property>
    84        <property name="sizeHint" >
    85         <size>
    86          <width>20</width>
    87          <height>10</height>
    88         </size>
    89        </property>
    90       </spacer>
    91      </item>
    92      <item>
    93       <widget class="QLabel" name="mLbOncePer" >
    94        <property name="text" >
    95         <string>&amp;Once per:</string>
    96        </property>
    97        <property name="buddy" >
    98         <cstring>mCbOncePer</cstring>
    99        </property>
    100       </widget>
    101      </item>
    102      <item>
    103       <spacer>
    104        <property name="orientation" >
    105         <enum>Qt::Horizontal</enum>
    106        </property>
    107        <property name="sizeType" >
    108         <enum>QSizePolicy::Fixed</enum>
    109        </property>
    110        <property name="sizeHint" >
    111         <size>
    112          <width>16</width>
    113          <height>10</height>
    114         </size>
    115        </property>
    116       </spacer>
    117      </item>
    118      <item>
    119       <widget class="QComboBox" name="mCbOncePer">
    120        <property name="whatsThis" >
    121         <string>Specifies how often the new version check should be performed. Note that if you want to completely disable this check, just clear the above check box.</string>
    122        </property>
    123       </widget>
    124      </item>
    125      <item>
    126       <spacer>
    127        <property name="orientation" >
    128         <enum>Qt::Horizontal</enum>
    129        </property>
    130        <property name="sizeHint" >
    131         <size>
    132          <width>0</width>
    133          <height>10</height>
    134         </size>
    135        </property>
    136       </spacer>
    137      </item>
    138     </layout>
     76     <property name="sizeType" >
     77      <enum>QSizePolicy::Fixed</enum>
     78     </property>
     79     <property name="sizeHint" >
     80      <size>
     81       <width>16</width>
     82       <height>0</height>
     83      </size>
     84     </property>
     85    </spacer>
     86   </item>
     87   <item row="1" column="2" >
     88    <widget class="QLabel" name="mLbOncePer" >
     89     <property name="text" >
     90      <string>&amp;Once per:</string>
     91     </property>
     92     <property name="alignment" >
     93      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     94     </property>
     95     <property name="buddy" >
     96      <cstring>mCbOncePer</cstring>
     97     </property>
     98    </widget>
     99   </item>
     100   <item row="1" column="3" >
     101    <widget class="QComboBox" name="mCbOncePer" >
     102     <property name="whatsThis" >
     103      <string>Specifies how often the new version check should be performed. Note that if you want to completely disable this check, just clear the above check box.</string>
     104     </property>
     105    </widget>
     106   </item>
     107   <item row="1" column="4" >
     108    <spacer>
     109     <property name="orientation" >
     110      <enum>Qt::Horizontal</enum>
     111     </property>
     112     <property name="sizeHint" >
     113      <size>
     114       <width>0</width>
     115       <height>0</height>
     116      </size>
     117     </property>
     118    </spacer>
    139119   </item>
    140120   <item row="2" column="1" >
    141     <layout class="QHBoxLayout" >
    142      <property name="spacing" >
    143       <number>10</number>
     121    <spacer>
     122     <property name="orientation" >
     123      <enum>Qt::Horizontal</enum>
    144124     </property>
    145      <item>
    146       <widget class="QLabel" name="mLbDate" >
    147        <property name="sizePolicy" >
    148         <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
    149          <horstretch>0</horstretch>
    150          <verstretch>0</verstretch>
    151         </sizepolicy>
    152        </property>
    153        <property name="text" >
    154         <string>Next Check:</string>
    155        </property>
    156       </widget>
    157      </item>
    158      <item>
    159       <widget class="QLabel" name="mTxDate" >
    160        <property name="sizePolicy" >
    161         <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
    162          <horstretch>0</horstretch>
    163          <verstretch>0</verstretch>
    164         </sizepolicy>
    165        </property>
    166       </widget>
    167      </item>
    168     </layout>
     125     <property name="sizeType" >
     126      <enum>QSizePolicy::Fixed</enum>
     127     </property>
     128     <property name="sizeHint" >
     129      <size>
     130       <width>16</width>
     131       <height>0</height>
     132      </size>
     133     </property>
     134    </spacer>
    169135   </item>
    170    <item row="3" column="1" >
     136   <item row="2" column="2" >
     137    <widget class="QLabel" name="mLbDate" >
     138     <property name="sizePolicy" >
     139      <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
     140       <horstretch>0</horstretch>
     141       <verstretch>0</verstretch>
     142      </sizepolicy>
     143     </property>
     144     <property name="text" >
     145      <string>Next Check:</string>
     146     </property>
     147     <property name="alignment" >
     148      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     149     </property>
     150    </widget>
     151   </item>
     152   <item row="2" column="3" colspan="2" >
     153    <widget class="QLabel" name="mTxDate" >
     154     <property name="sizePolicy" >
     155      <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
     156       <horstretch>0</horstretch>
     157       <verstretch>0</verstretch>
     158      </sizepolicy>
     159     </property>
     160    </widget>
     161   </item>
     162   <item row="3" column="0" colspan="5" >
    171163    <spacer>
    172164     <property name="orientation" >
     
    175167     <property name="sizeHint" >
    176168      <size>
    177        <width>10</width>
     169       <width>0</width>
    178170       <height>0</height>
    179171      </size>
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