equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the utility applications of the Qt Toolkit. |
7 ** This file is part of the utility applications of the Qt Toolkit. |
8 ** |
8 ** |
183 // Height of 9-part frame corner |
183 // Height of 9-part frame corner |
184 PM_Custom_FrameCornerHeight, |
184 PM_Custom_FrameCornerHeight, |
185 // Bold line width |
185 // Bold line width |
186 PM_Custom_BoldLineWidth, |
186 PM_Custom_BoldLineWidth, |
187 // Thin line width |
187 // Thin line width |
188 PM_Custom_ThinLineWidth |
188 PM_Custom_ThinLineWidth, |
|
189 // Height of a popup info messagebox |
|
190 PM_Custom_MessageBoxHeight |
189 }; |
191 }; |
190 |
192 |
191 }; |
193 }; |
192 #else |
194 #else |
193 #pragma message ("Building in non-supported environment, this probably fails") |
195 #pragma message ("Building in non-supported environment, this probably fails") |