Changeset 2656

Show
Ignore:
Timestamp:
08/26/08 08:55:34 (3 months ago)
Author:
kris
Message:

Updated the installer a bit more, this fixes graphics corruption beneath the
promo ad display

Location:
pcbsd/trunk/PCInstall
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pcbsd/trunk/PCInstall/pcinstall.cpp

    r2616 r2656  
    25072507                    break; 
    25082508        case 4: 
    2509             FileName = "/usr/local/pcbsd/graphics/schools-universities.png";      
     2509            FileName = "/usr/local/pcbsd/graphics/schools-universities.png"; 
    25102510            textLabelAd1->setText(tr("Ideal for schools and universities")); 
    25112511            textLabelAd2->setText(tr("Ideal for schools and universities")); 
     
    25552555     
    25562556     
    2557           frameDisplayAd2->setStyleSheet(QString::fromUtf8("background-image: url(" + FileName + ");")); 
    2558           frameDisplayAd1->setStyleSheet(QString::fromUtf8("background-image: url(" + FileName + ");")); 
    2559  
    2560           textLabelAd1->setStyleSheet(QString::fromUtf8("background-color: white")); 
    2561           textLabelAd2->setStyleSheet(QString::fromUtf8("background-color: white")); 
    2562      
    2563      
     2557 
     2558   frameDisplayAd1->setStyleSheet(QString::fromUtf8("background-image: url(" + FileName + ");")); 
     2559   frameDisplayAd2->setStyleSheet(QString::fromUtf8("background-image: url(" + FileName + ");")); 
     2560 
    25642561    QTimer::singleShot( 15000, this, SLOT(changePromoAd()) ); 
    25652562     
  • pcbsd/trunk/PCInstall/pcinstall.ui

    r2650 r2656  
    55715571  </widget> 
    55725572  <widget class="QWidget" name="WizardPage" > 
    5573    <property name="geometry" > 
    5574     <rect> 
    5575      <x>6</x> 
    5576      <y>34</y> 
    5577      <width>988</width> 
    5578      <height>651</height> 
    5579     </rect> 
    5580    </property> 
    55815573   <attribute name="title" > 
    55825574    <string>Installing PC-BSD</string> 
     
    60436035       <y>60</y> 
    60446036       <width>455</width> 
    6045        <height>218</height> 
     6037       <height>171</height> 
    60466038      </rect> 
    60476039     </property> 
     
    60556047      <enum>QFrame::Raised</enum> 
    60566048     </property> 
    6057      <widget class="QLabel" name="textLabelAd2" > 
    6058       <property name="geometry" > 
    6059        <rect> 
    6060         <x>20</x> 
    6061         <y>190</y> 
    6062         <width>421</width> 
    6063         <height>20</height> 
    6064        </rect> 
    6065       </property> 
    6066       <property name="autoFillBackground" > 
    6067        <bool>false</bool> 
    6068       </property> 
    6069       <property name="styleSheet" > 
    6070        <string notr="true" >background-color: rgb(255, 255, 255);</string> 
    6071       </property> 
    6072       <property name="text" > 
    6073        <string/> 
    6074       </property> 
    6075       <property name="alignment" > 
    6076        <set>Qt::AlignCenter</set> 
    6077       </property> 
    6078      </widget> 
     6049    </widget> 
     6050    <widget class="QLabel" name="textLabelAd2" > 
     6051     <property name="geometry" > 
     6052      <rect> 
     6053       <x>70</x> 
     6054       <y>240</y> 
     6055       <width>455</width> 
     6056       <height>20</height> 
     6057      </rect> 
     6058     </property> 
     6059     <property name="autoFillBackground" > 
     6060      <bool>false</bool> 
     6061     </property> 
     6062     <property name="text" > 
     6063      <string/> 
     6064     </property> 
     6065     <property name="alignment" > 
     6066      <set>Qt::AlignCenter</set> 
     6067     </property> 
    60796068    </widget> 
    60806069   </widget> 
     
    64996488  </widget> 
    65006489  <widget class="QWidget" name="WizardPage" > 
     6490   <property name="geometry" > 
     6491    <rect> 
     6492     <x>6</x> 
     6493     <y>34</y> 
     6494     <width>988</width> 
     6495     <height>651</height> 
     6496    </rect> 
     6497   </property> 
    65016498   <attribute name="title" > 
    65026499    <string>Upgrading PC-BSD</string> 
     
    69846981       <y>60</y> 
    69856982       <width>455</width> 
    6986        <height>218</height> 
     6983       <height>171</height> 
    69876984      </rect> 
    69886985     </property> 
     
    69966993      <enum>QFrame::Raised</enum> 
    69976994     </property> 
    6998      <widget class="QLabel" name="textLabelAd1" > 
    6999       <property name="geometry" > 
    7000        <rect> 
    7001         <x>20</x> 
    7002         <y>190</y> 
    7003         <width>421</width> 
    7004         <height>20</height> 
    7005        </rect> 
    7006       </property> 
    7007       <property name="autoFillBackground" > 
    7008        <bool>false</bool> 
    7009       </property> 
    7010       <property name="styleSheet" > 
    7011        <string notr="true" >background-color: rgb(255, 255, 255);</string> 
    7012       </property> 
    7013       <property name="text" > 
    7014        <string/> 
    7015       </property> 
    7016       <property name="alignment" > 
    7017        <set>Qt::AlignCenter</set> 
    7018       </property> 
    7019      </widget> 
     6995    </widget> 
     6996    <widget class="QLabel" name="textLabelAd1" > 
     6997     <property name="geometry" > 
     6998      <rect> 
     6999       <x>60</x> 
     7000       <y>240</y> 
     7001       <width>455</width> 
     7002       <height>20</height> 
     7003      </rect> 
     7004     </property> 
     7005     <property name="autoFillBackground" > 
     7006      <bool>false</bool> 
     7007     </property> 
     7008     <property name="text" > 
     7009      <string/> 
     7010     </property> 
     7011     <property name="alignment" > 
     7012      <set>Qt::AlignCenter</set> 
     7013     </property> 
    70207014    </widget> 
    70217015   </widget>