author | llornkcor <llornkcor> | 2002-12-11 11:59:10 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-12-11 11:59:10 (UTC) |
commit | d7b877a5532e6377f034514c89c0b45b96265471 (patch) (unidiff) | |
tree | 6afe5e4f0af34f8cec9dceb9a12609467d191de6 | |
parent | 4cf77382173b52d62b164d660e300b299e4cafe7 (diff) | |
download | opie-d7b877a5532e6377f034514c89c0b45b96265471.zip opie-d7b877a5532e6377f034514c89c0b45b96265471.tar.gz opie-d7b877a5532e6377f034514c89c0b45b96265471.tar.bz2 |
changed to new pda icon
-rw-r--r-- | noncore/settings/sysinfo/versioninfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/sysinfo/versioninfo.cpp b/noncore/settings/sysinfo/versioninfo.cpp index 658f371..9a444df 100644 --- a/noncore/settings/sysinfo/versioninfo.cpp +++ b/noncore/settings/sysinfo/versioninfo.cpp | |||
@@ -104,25 +104,25 @@ VersionInfo::VersionInfo( QWidget *parent, const char *name, WFlags f ) | |||
104 | linuxLogo->setFixedSize( 60, 60 ); | 104 | linuxLogo->setFixedSize( 60, 60 ); |
105 | hb2->addWidget( linuxLogo, 0, Qt::AlignTop + Qt::AlignLeft ); | 105 | hb2->addWidget( linuxLogo, 0, Qt::AlignTop + Qt::AlignLeft ); |
106 | 106 | ||
107 | QLabel *kernelVersion = new QLabel( this ); | 107 | QLabel *kernelVersion = new QLabel( this ); |
108 | kernelVersion->setText( kernelVersionString ); | 108 | kernelVersion->setText( kernelVersionString ); |
109 | hb2->addWidget( kernelVersion, 1, Qt::AlignTop + Qt::AlignLeft ); | 109 | hb2->addWidget( kernelVersion, 1, Qt::AlignTop + Qt::AlignLeft ); |
110 | 110 | ||
111 | 111 | ||
112 | QHBoxLayout *hb3 = new QHBoxLayout( vb ); | 112 | QHBoxLayout *hb3 = new QHBoxLayout( vb ); |
113 | hb3->setSpacing( 2 ); | 113 | hb3->setSpacing( 2 ); |
114 | 114 | ||
115 | QLabel *palmtopLogo3 = new QLabel( this ); | 115 | QLabel *palmtopLogo3 = new QLabel( this ); |
116 | QImage logo3 = Resource::loadImage( "SystemInfo" ); | 116 | QImage logo3 = Resource::loadImage( "sysinfo/pda" ); |
117 | logo3 = logo3.smoothScale( 50, 55 ); | 117 | logo3 = logo3.smoothScale( 50, 55 ); |
118 | QPixmap logo3Pixmap; | 118 | QPixmap logo3Pixmap; |
119 | logo3Pixmap.convertFromImage( logo3 ); | 119 | logo3Pixmap.convertFromImage( logo3 ); |
120 | palmtopLogo3->setPixmap( logo3Pixmap ); | 120 | palmtopLogo3->setPixmap( logo3Pixmap ); |
121 | palmtopLogo3->setFixedSize( 60, 60 ); | 121 | palmtopLogo3->setFixedSize( 60, 60 ); |
122 | hb3->addWidget( palmtopLogo3, 0, Qt::AlignTop + Qt::AlignLeft ); | 122 | hb3->addWidget( palmtopLogo3, 0, Qt::AlignTop + Qt::AlignLeft ); |
123 | 123 | ||
124 | QString systemString = "<b>"; | 124 | QString systemString = "<b>"; |
125 | systemString.append( ODevice::inst()->systemString() ); | 125 | systemString.append( ODevice::inst()->systemString() ); |
126 | systemString.append( "</b>" ); | 126 | systemString.append( "</b>" ); |
127 | systemString.append( tr( "<p>Version: " ) ); | 127 | systemString.append( tr( "<p>Version: " ) ); |
128 | systemString.append( ODevice::inst()->systemVersionString() ); | 128 | systemString.append( ODevice::inst()->systemVersionString() ); |