Changeset 2656
- Timestamp:
- 08/26/08 08:55:34 (3 months ago)
- Location:
- pcbsd/trunk/PCInstall
- Files:
-
- 2 modified
-
pcinstall.cpp (modified) (2 diffs)
-
pcinstall.ui (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/PCInstall/pcinstall.cpp
r2616 r2656 2507 2507 break; 2508 2508 case 4: 2509 FileName = "/usr/local/pcbsd/graphics/schools-universities.png"; 2509 FileName = "/usr/local/pcbsd/graphics/schools-universities.png"; 2510 2510 textLabelAd1->setText(tr("Ideal for schools and universities")); 2511 2511 textLabelAd2->setText(tr("Ideal for schools and universities")); … … 2555 2555 2556 2556 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 2564 2561 QTimer::singleShot( 15000, this, SLOT(changePromoAd()) ); 2565 2562 -
pcbsd/trunk/PCInstall/pcinstall.ui
r2650 r2656 5571 5571 </widget> 5572 5572 <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>5581 5573 <attribute name="title" > 5582 5574 <string>Installing PC-BSD</string> … … 6043 6035 <y>60</y> 6044 6036 <width>455</width> 6045 <height> 218</height>6037 <height>171</height> 6046 6038 </rect> 6047 6039 </property> … … 6055 6047 <enum>QFrame::Raised</enum> 6056 6048 </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> 6079 6068 </widget> 6080 6069 </widget> … … 6499 6488 </widget> 6500 6489 <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> 6501 6498 <attribute name="title" > 6502 6499 <string>Upgrading PC-BSD</string> … … 6984 6981 <y>60</y> 6985 6982 <width>455</width> 6986 <height> 218</height>6983 <height>171</height> 6987 6984 </rect> 6988 6985 </property> … … 6996 6993 <enum>QFrame::Raised</enum> 6997 6994 </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> 7020 7014 </widget> 7021 7015 </widget>
