Reply
Thread Tools
mikec's Avatar
Posts: 1,366 | Thanked: 1,185 times | Joined on Jan 2006
#1
Here we come

http://www.msqt.org/
__________________
N900_Email_Options Wiki Page
 

The Following 6 Users Say Thank You to mikec For This Useful Post:
Posts: 3,664 | Thanked: 1,530 times | Joined on Sep 2009 @ Hamilton, New Zealand
#2
what's the different between this and QT4.7?
is it compatible with one another?
 
Bundyo's Avatar
Posts: 4,708 | Thanked: 4,649 times | Joined on Oct 2007 @ Bulgaria
#3
@maxximus: one of them exists

http://www.whois.net/whois/msqt.org
__________________
Technically, there are three determinate states the cat could be in: Alive, Dead, and Bloody Furious.
 
Posts: 4 | Thanked: 0 times | Joined on Feb 2011
#4
Originally Posted by maxximuscool View Post
what's the different between this and QT4.7?
is it compatible with one another?
There is no `Download' link on MSQt site (as of now). Go figure.
 
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#5
MSQtQuick example:

Code:
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."
    }
}
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following 5 Users Say Thank You to marxian For This Useful Post:
longcat's Avatar
Posts: 333 | Thanked: 153 times | Joined on Feb 2010 @ blah blah
#6
fckin' sht
 
Posts: 193 | Thanked: 201 times | Joined on Dec 2009 @ Subotica, Serbia
#7
I have just one thing to say...

NOOOOOOOOOOOOOOOOOOOOOOOOO!!!!!!!!!!!!!!!!!!
__________________
Demine
PeQersi
 
Posts: 1,048 | Thanked: 979 times | Joined on Mar 2008 @ SF Bay Area
#8
Successful troll is successful.
__________________
qgvdial: Google Voice client. All downloads
qgvtp: Phone integration for the n900 that dials out and sends texts using qgvdial.
mosquitto: message broker that implements the MQ Telemetry Transport protocol version 3.
qgvnotify: Google voice and contacts notifier for diablo and maemo.

If you want to thank me, click the Thanks button.
If you'd like to thank my applications, vote to move them to extras.
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#9
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following 2 Users Say Thank You to attila77 For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 18:42.