equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description:Provides internal identifiers for the messaging views. |
|
15 */ |
|
16 |
|
17 #ifndef MSG_VIEW_DEFINES_H |
|
18 #define MSG_VIEW_DEFINES_H |
|
19 |
|
20 |
|
21 const qreal CONTENT_MARGIN = 0.0; // Content margin for layout. |
|
22 const qreal CONTENT_SPACING = 0.0; // Spacing for layout. |
|
23 const qreal Z_VALUE = 3.0; // Z value for layout. |
|
24 const QString DATE_FORMAT("dd/MM"); // Date format. |
|
25 const QString TIME_FORMAT("hh:mm"); // Time format. |
|
26 #endif // MSG_VIEW_DEFINES_H |