![]() |
2011-02-13
, 12:13
|
Posts: 3,664 |
Thanked: 1,530 times |
Joined on Sep 2009
@ Hamilton, New Zealand
|
#2
|
![]() |
2011-02-13
, 12:20
|
|
Posts: 4,708 |
Thanked: 4,649 times |
Joined on Oct 2007
@ Bulgaria
|
#3
|
![]() |
2011-02-13
, 12:29
|
Posts: 4 |
Thanked: 0 times |
Joined on Feb 2011
|
#4
|
![]() |
2011-02-13
, 12:30
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#5
|
import MSQtQuick 1.0 import CTRL+ALT+DELETE Rectangle { id: window width: 800 height: 480 color: "blue" Rectangle { id: label width: 100 height: 30 anchors { top: window.top; topMargin: 250; horizontalCenter: window.horizontalCenter } color: "grey" Text { anchors.fill: label font.pixelSize: 24 color: "blue" text: "Windows" } } Text { id: message anchors { fill: window; topMargin: 300; leftMargin: 20; rightMargin: 20; bottomMargin: 20 } font.pixelSize: 24 color: "white" text: "A fatal exception 0E has occurred at 0028:C0011E36 in VXD VMM(01) * 00010E36. The current application will be terminated." } }
The Following 5 Users Say Thank You to marxian For This Useful Post: | ||
![]() |
2011-02-13
, 16:32
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#8
|
![]() |
2011-02-13
, 16:37
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#9
|
http://www.msqt.org/
N900_Email_Options Wiki Page