From 21742ad6d7b1b4d1bc00ca5025a4134d080924c1 Mon Sep 17 00:00:00 2001 From: harlekin Date: Fri, 14 Jun 2002 10:42:07 +0000 Subject: update --- (limited to 'core') diff --git a/core/applets/obex/obeximpl.cc b/core/applets/obex/obeximpl.cc index 7df933a..da47e5b 100644 --- a/core/applets/obex/obeximpl.cc +++ b/core/applets/obex/obeximpl.cc @@ -126,7 +126,8 @@ void ObexImpl::slotReceivedFile( const QString &fileName ) { } // now prompt and then add it m_recvgui->PixmapLabel->setPixmap(lnk.pixmap()); - m_recvgui->TextLabel1_2->setText(lnk.name()); + m_recvgui->AppLabel->setText(lnk.name()); + m_recvgui->FileLabel->setText(fileName); m_recvgui->showMaximized(); QCString str= "QPE/Application/"; diff --git a/core/applets/obex/obexinc.ui b/core/applets/obex/obexinc.ui index 05eb6ee..13d2767 100644 --- a/core/applets/obex/obexinc.ui +++ b/core/applets/obex/obexinc.ui @@ -11,7 +11,7 @@ 0 0 - 208 + 204 254 @@ -19,43 +19,22 @@ caption OBEX Receiving - - - name - Spacer19 - - - orientation - Horizontal - - - sizeType - Fixed - - - sizeHint - - 20 - 20 - - - QLayoutWidget name - Layout7 + Layout4 geometry - -14 - -2 - 248 - 240 + 1 + 206 + 246 + 33 - + margin 0 @@ -64,112 +43,10 @@ spacing 6 - - QLayoutWidget - - name - Layout4 - - - - margin - 0 - - - spacing - 6 - - - - name - Spacer9 - - - orientation - Horizontal - - - sizeType - Expanding - - - sizeHint - - 20 - 20 - - - - - QPushButton - - name - InsertButton - - - text - Insert - - - - - name - Spacer11 - - - orientation - Horizontal - - - sizeType - Expanding - - - sizeHint - - 20 - 20 - - - - - QPushButton - - name - RecjectButton - - - text - Reject - - - - - name - Spacer10 - - - orientation - Horizontal - - - sizeType - Expanding - - - sizeHint - - 20 - 20 - - - - - - + name - Spacer20 + Spacer9 orientation @@ -177,116 +54,177 @@ sizeType - Fixed + Expanding sizeHint - 53 + 20 20 - - QLabel + + QPushButton name - PixmapLabel + InsertButton - scaledContents - true + text + Insert - + name - Spacer7 + Spacer11 orientation - Vertical + Horizontal sizeType - Fixed + Expanding sizeHint 20 - 58 + 20 - - QLayoutWidget + + QPushButton name - Layout5 + RecjectButton + + + text + Reject - - - margin - 0 - - - spacing - 6 - - - QLabel - - name - TextLabel1_2 - - - text - TextLabel1 - - - - QLabel - - name - TextLabel1 - - - text - Filename - - - alignment - AlignTop|AlignLeft - - - vAlign - - - - + name - Spacer8 + Spacer10 orientation - Vertical + Horizontal sizeType - Fixed + Expanding sizeHint 20 - 59 + 20 - + + + + QLabel + + name + PixmapLabel + + + geometry + + 20 + 90 + 40 + 40 + + + + scaledContents + true + + + + QLayoutWidget + + name + Layout5 + + + geometry + + 80 + 90 + 79 + 68 + + + + + margin + 0 + + + spacing + 6 + + + QLabel + + name + AppLabel + + + text + TextLabel1 + + + + QLabel + + name + FileLabel + + + text + Filename + + + alignment + AlignTop|AlignLeft + + + vAlign + + + + + + QLabel + + name + TextLabel1 + + + geometry + + 20 + 20 + 161 + 41 + + + + text + A file was beamed +to you. + -- cgit v0.9.0.2