|
2010-04-20
, 16:58
|
|
Posts: 11,700 |
Thanked: 10,045 times |
Joined on Jun 2006
@ North Texas, USA
|
#92
|
|
2010-04-20
, 17:01
|
|
Posts: 1,055 |
Thanked: 4,107 times |
Joined on Oct 2009
@ Norway
|
#93
|
My language is better than your language.
My IDE is better than your IDE.
My release license is better than your release license.
|
2010-04-20
, 17:01
|
|
Posts: 11,700 |
Thanked: 10,045 times |
Joined on Jun 2006
@ North Texas, USA
|
#94
|
My laptop is better than your laptop.
My black editor colour scheme is better than your white editor color scheme.
My mom is better than your mom.
The Following User Says Thank You to Texrat For This Useful Post: | ||
|
2010-04-20
, 17:06
|
|
Posts: 844 |
Thanked: 521 times |
Joined on Jan 2009
@ UK southampton
|
#96
|
|
2010-04-20
, 17:09
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#97
|
|
2010-04-20
, 17:12
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#98
|
|
2010-04-20
, 17:13
|
Posts: 107 |
Thanked: 74 times |
Joined on Jan 2010
|
#99
|
#include <QWidget> #include <QPushButton> #include <QVBoxLayout> #include <QDBusConnection> class MyWidget : public QWidget { Q_OBJECT public: MyWidget() : QWidget() { QDBusConnection::sessionBus().registerObject("/",this,QDBusConnection::ExportAllContents); new QVBoxLayout(this); QPushButton *b = new QPushButton("emit signal",this); layout()->addWidget(b); connect(b,SIGNAL(clicked()),SIGNAL(clicked())); show(); } signals: void clicked(); };
#include <QApplication> #include "mywidget.h" int main(int argc, char **argv) { QApplication app(argc, argv); new MyWidget(); return app.exec(); }
SOURCES += main.cpp QT += gui dbus HEADERS += mywidget.h
The Following User Says Thank You to nicola.mfb For This Useful Post: | ||
|
2010-04-20
, 17:13
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#100
|
Hi Khertan,
may you motivate?
Both are supported under Nokia.
The Following User Says Thank You to Khertan For This Useful Post: | ||
Tags |
flamewar ftw, gtk ftw, gtk is simpler, gtk+, ide religion, maemo5, misguided rant, n gtk support, no qt, pointless, qt ftw, qt is simple, qt=not cute, stupid fud, trollparty |
|
(i.e. you get hated by everyone)
i'm a Qt expert and former Jolla sailor (forever sailing, in spirit).
if you like, read more about me.
if you find me entertaining, or useful, thank me. if you don't, then tell me why.